SEO Audit Tool avatar
SEO Audit Tool
Try for free

No credit card required

View all Actors
SEO Audit Tool

SEO Audit Tool

misceres/seo-audit-tool
Try for free

No credit card required

Search Engine Optimization tool to carry out an SEO audit on any website. Finds broken links, missing images, and provides information about possible page improvements.

Features

This SEO audit tool can crawl all the web pages on your website and alert you to errors or issues that could affect SEO performance.

Input

Web URL is the most important input that you should set, as this is address is where the tool will start crawling.

Results

All results are stored in Apify datasets. Each result has the following attributes:

  • url - URL of page
  • title - title of page
  • isLoaded - true if page was loaded properly
  • isGoogleAnalyticsObject - check if Google Analytics object is included in the page
  • isGoogleAnalyticsFunc - check if Google Analytics function is included in the page
  • isCharacterEncode - check if page has meta tag with charset attribute
  • isMetaDescription - check if page has meta description
  • metaDescription - value from meta description
  • isMetaDescriptionEnoughLong - check if length of meta description is long enough
  • isDoctype - check if doctype is included in page
  • isTitle - check if title element is included in page
  • isTitleEnoughLong - check if title is long enough
  • isH1 - check if H1 element is present on page
  • h1 - value from H1 element
  • isH1OnlyOne - check that there is only one H1 on page
  • isH2 - check if H2 element is present on page
  • linksCount - number of links on page
  • isTooEnoughLinks - check if there are enough links on page
  • internalNoFollowLinks - list of no-follow links on page
  • internalNoFollowLinksCount - number of no-follow links on page
  • notOptimizedImages - list of unoptimized images (does not include alt tag)
  • notOptimizedImagesCount - number of unoptimized images
  • wordsCount - number of words on page
  • isContentEnoughLong - check if content is long enough
  • isViewport - check if meta tag viewport is set on page
  • isAmp - check if amp tag is set on page
  • isNotIframe - check that there is no iframe
  • brokenLinks - list of broken links on page
  • brokenLinksCount - number of broken links on page
  • brokenImages - list of broken images on page
  • brokenImagesCount - number of broken image links on page
  • jsonLd - data from JSON-LD specifications
  • microdata - data from microdata specifications

Example result

1{
2  "url": "https://www.apify.com/",
3  "title": "Web Scraping, Data Extraction and Automation - Apify",
4  "isLoaded": true,
5  "isGoogleAnalyticsObject": true,
6  "isGoogleAnalyticsFunc": false,
7  "isCharacterEncode": true,
8  "isMetaDescription": true,
9  "metaDescription": "Apify extracts data from websites, crawls lists of URLs and automates workflows on the web. Turn any website into an API in a few minutes!",
10  "isMetaDescriptionEnoughLong": true,
11  "isDoctype": true,
12  "isTitle": true,
13  "isTitleEnoughLong": true,
14  "isH1": true,
15  "h1": "The web scraping and automation platform",
16  "isH1OnlyOne": true,
17  "isH2": true,
18  "linksCount": 91,
19  "isTooEnoughlinks": true,
20  "internalNoFollowLinks": [],
21  "internalNoFollowLinksCount": 0,
22  "notOptimizedImgs": [],
23  "notOptimizedImagesCount": 0,
24  "wordsCount": 1373,
25  "isContentEnoughLong": false,
26  "isViewport": true,
27  "isAmp": true,
28  "isNotIframe": false,
29  "brokenLinks": [],
30  "brokenLinksCount": 0,
31  "brokenImages": [],
32  "brokenImagesCount": 0,
33  "jsonLd": {
34    "isJsonLd": false,
35    "jsonLdData": {}
36  },
37  "microdata": {
38    "isMicrodata": false,
39    "microdata": []
40  }
41}
Developer
Maintained by Apify
Actor metrics
  • 67 monthly users
  • 77.0% runs succeeded
  • Created in Oct 2018
  • Modified 6 months ago
Categories