Docs
Search docs...⌘K

Page explorer

GET/v3/site-audit/page-explorer

This endpoint consumes a fixed cost of 50 API units per request.

Query parameters

timeoutinteger

A manual timeout duration in seconds.

limitinteger

The number of results to return.

Default:1000
order_bystring

A column to order results by. See response schema for valid column identifiers.

wherestring

The filter expression. The following column identifiers are recognized (this differs from the identifiers recognized by the select parameter).

ai_content_level: The estimated percentage of AI-generated text on the page. Possible values: None, Low, Moderate, High, Very High
type: string nullable

ai_content_status: AI detection status for each page. Possible values:

  • Success: Content analyzed successfully
  • Content_too_short: Not enough text for reliable detection
  • Not_eligible: URL isn't an internal HTML page
  • Failed: Internal issue prevented detection
  • Detection_off: Disabled in Crawl settings
    type: string nullable

alternate: The number of incoming external links from rel="alternate" attributes on the pages (data from Ahrefs' Site Explorer database)
type: integer nullable

alternate_diff: The number of incoming external links from rel="alternate" attributes on the pages (data from Ahrefs' Site Explorer database)
type: integer nullable

alternate_prev: The number of incoming external links from rel="alternate" attributes on the pages (data from Ahrefs' Site Explorer database)
type: integer nullable

backlinks: The number of incoming external links (both dofollow and nofollow) pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

backlinks_diff: The number of incoming external links (both dofollow and nofollow) pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

backlinks_prev: The number of incoming external links (both dofollow and nofollow) pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

canonical: The URL of the canonical version of the page
type: url nullable

canonical_code: The HTTP status code of the canonical URL
type: integer nullable

canonical_counts: The number of incoming external links from canonical pages pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

canonical_counts_diff: The number of incoming external links from canonical pages pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

canonical_counts_prev: The number of incoming external links from canonical pages pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

canonical_group_hash: The ID of the group of pages that have the same canonical URL
type: integer nullable

canonical_is_canonical: Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical
type: boolean nullable

canonical_is_canonical_prev: Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical
type: boolean nullable

canonical_no_crawl_reason: The reason why the canonical version of the page was not crawled
type: string nullable

canonical_no_crawl_reason_prev: The reason why the canonical version of the page was not crawled
type: string nullable

canonical_prev: The URL of the canonical version of the page
type: url nullable

canonical_scheme: The protocol of the canonical URL
type: string nullable

canonical_scheme_prev: The protocol of the canonical URL
type: string nullable

compliant: Indicates that the page is indexable. An indexable page is an HTML page returning the 200 HTTP status code that has neither the "rel=canonical" tag pointing to a different URL nor the "noindex" directive
type: boolean nullable

compliant_prev: Indicates that the page is indexable. An indexable page is an HTML page returning the 200 HTTP status code that has neither the "rel=canonical" tag pointing to a different URL nor the "noindex" directive
type: boolean nullable

compression: The data compression scheme
type: string nullable

compression_prev: The data compression scheme
type: string nullable

content_encoding: The Content-Encoding HTTP response header field
type: string nullable

content_encoding_prev: The Content-Encoding HTTP response header field
type: string nullable

content_length: The character length of content displayed on the page
type: integer nullable

content_length_diff: The character length of content displayed on the page
type: integer nullable

content_length_prev: The character length of content displayed on the page
type: integer nullable

content_nr_word: The word count of content displayed on the page
type: integer nullable

content_nr_word_diff: The word count of content displayed on the page
type: integer nullable

content_nr_word_prev: The word count of content displayed on the page
type: integer nullable

content_type: The Content-Type HTTP header of the page or resource. You can find the full list of content types here
type: string nullable

content_type_prev: The Content-Type HTTP header of the page or resource. You can find the full list of content types here
type: string nullable

css_no_crawl_reason: The reasons why CSS files linked from the page were not crawled
type: array(null)

css_no_crawl_reason_prev: The reasons why CSS files linked from the page were not crawled
type: array(null)

curl_code: CURLcode return code. You can find the full list of CURL codes here
type: integer

depth: The minimum number of clicks required for our crawler to reach the URL from the starting point of a crawl (seed page). Please note that redirects are also counted as a level
type: integer nullable

depth_diff: The minimum number of clicks required for our crawler to reach the URL from the starting point of a crawl (seed page). Please note that redirects are also counted as a level
type: integer nullable

depth_prev: The minimum number of clicks required for our crawler to reach the URL from the starting point of a crawl (seed page). Please note that redirects are also counted as a level
type: integer nullable

dofollow: The number of incoming external dofollow links pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

dofollow_prev: The number of incoming external dofollow links pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

domain: The domain name part of the URL
type: domain

duplicate_content: The number of pages with matching or appreciably similar content
type: integer nullable

duplicate_content_canonical_hreflang: The number of page groups with matching or appreciably similar content. A group includes pages united by a common canonical URL, hreflang or pagination tags
type: integer nullable

duplicate_content_canonical_hreflang_diff: The number of page groups with matching or appreciably similar content. A group includes pages united by a common canonical URL, hreflang or pagination tags
type: integer nullable

duplicate_content_canonical_hreflang_prev: The number of page groups with matching or appreciably similar content. A group includes pages united by a common canonical URL, hreflang or pagination tags
type: integer nullable

duplicate_content_diff: The number of pages with matching or appreciably similar content
type: integer nullable

duplicate_content_prev: The number of pages with matching or appreciably similar content
type: integer nullable

duplicate_description: The number of pages that have the same meta description. If the page has more than one meta description, each will be checked for duplicates
type: integer nullable

duplicate_description_canonical_hreflang: The number of page groups that have the same meta description. A group includes pages united by a common canonical URL, hreflang or pagination tags
type: integer nullable

duplicate_description_canonical_hreflang_diff: The number of page groups that have the same meta description. A group includes pages united by a common canonical URL, hreflang or pagination tags
type: integer nullable

duplicate_description_canonical_hreflang_prev: The number of page groups that have the same meta description. A group includes pages united by a common canonical URL, hreflang or pagination tags
type: integer nullable

duplicate_description_diff: The number of pages that have the same meta description. If the page has more than one meta description, each will be checked for duplicates
type: integer nullable

duplicate_description_prev: The number of pages that have the same meta description. If the page has more than one meta description, each will be checked for duplicates
type: integer nullable

duplicate_group_identifier: The ID of the group of pages that are interconnected via a common canonical URL, hreflang or pagination tags
type: integer nullable

duplicate_h1: The number of pages that have the same H1 subheader. If the page has more than one H1 subheader, each will be checked for duplicates
type: integer nullable

duplicate_h1_diff: The number of pages that have the same H1 subheader. If the page has more than one H1 subheader, each will be checked for duplicates
type: integer nullable

duplicate_h1_prev: The number of pages that have the same H1 subheader. If the page has more than one H1 subheader, each will be checked for duplicates
type: integer nullable

duplicate_h1canonical_hreflang: The number of page groups sharing the same H1 subheader. A group includes pages united by a common canonical URL, hreflang or pagination tags
type: integer nullable

duplicate_h1canonical_hreflang_diff: The number of page groups sharing the same H1 subheader. A group includes pages united by a common canonical URL, hreflang or pagination tags
type: integer nullable

duplicate_h1canonical_hreflang_prev: The number of page groups sharing the same H1 subheader. A group includes pages united by a common canonical URL, hreflang or pagination tags
type: integer nullable

duplicate_title: The number of pages that have the same title. If the page has more than one title, each will be checked for duplicates
type: integer nullable

duplicate_title_canonical_hreflang: The number of page groups that have the same title. A group includes pages united by a common canonical URL, hreflang or pagination tags
type: integer nullable

duplicate_title_canonical_hreflang_diff: The number of page groups that have the same title. A group includes pages united by a common canonical URL, hreflang or pagination tags
type: integer nullable

duplicate_title_canonical_hreflang_prev: The number of page groups that have the same title. A group includes pages united by a common canonical URL, hreflang or pagination tags
type: integer nullable

duplicate_title_diff: The number of pages that have the same title. If the page has more than one title, each will be checked for duplicates
type: integer nullable

duplicate_title_prev: The number of pages that have the same title. If the page has more than one title, each will be checked for duplicates
type: integer nullable

edu: The number of incoming external links from .edu domains pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

edu_diff: The number of incoming external links from .edu domains pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

edu_prev: The number of incoming external links from .edu domains pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

external_code: The list of HTTP status codes returned by the external URLs linked from the page
type: array(null)

external_link_anchor: The list of anchor texts used in external outgoing links on the page
type: array(null)

external_link_anchor_prev: The list of anchor texts used in external outgoing links on the page
type: array(null)

external_link_domain: The list of external domains linked to from the page
type: array(domain)

external_link_domain_prev: The list of external domains linked to from the page
type: array(domain)

external_links: The list of external outgoing links on the page
type: array(url)

external_links_is_canonical: Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical
type: array(null)

external_links_is_canonical_prev: Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical
type: array(null)

external_links_prev: The list of external outgoing links on the page
type: array(url)

external_no_crawl_reason: The reasons why the external URLs linked from the page were not crawled
type: array(null)

external_no_crawl_reason_prev: The reasons why the external URLs linked from the page were not crawled
type: array(null)

external_scheme: The protocols of the external outgoing links on the page
type: array(string)

external_scheme_prev: The protocols of the external outgoing links on the page
type: array(string)

final_redirect: The destination of the final redirecting URL
type: url nullable

final_redirect_code: The HTTP status code of the destination of the final redirecting URL
type: integer nullable

final_redirect_no_crawl_reason: The reason why the destination of the final redirecting URL was not crawled
type: string nullable

final_redirect_no_crawl_reason_prev: The reason why the destination of the final redirecting URL was not crawled
type: string nullable

final_redirect_prev: The destination of the final redirecting URL
type: url nullable

found_in_sitemaps: The list of sitemaps that reference the URL
type: array(url)

found_in_sitemaps_length: The number of sitemaps that reference the URL
type: integer

found_in_sitemaps_prev: The list of sitemaps that reference the URL
type: array(url)

gov: The total number of incoming external links from .gov domains pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

gov_diff: The total number of incoming external links from .gov domains pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

gov_prev: The total number of incoming external links from .gov domains pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

h1: The page H1 subheader
type: array(string)

h1_prev: The page H1 subheader
type: array(string)

h1length: The character length of the page H1 subheader
type: array(integer)

h1length_prev: The character length of the page H1 subheader
type: array(integer)

h2: The page H2 subheader
type: array(string)

h2_prev: The page H2 subheader
type: array(string)

hash_content: The page content fingerprint. Pages with matching or appreciably similar content have the same content hash
type: integer nullable

hash_descriptions: meta_descriptions.hash
type: array(integer)

hash_h1: The page H1 subheader fingerprint. Pages with matching H1 tags have the same H1 hash
type: array(integer)

hash_text: The page text fingerprint. Pages with matching content have the same text hash
type: integer nullable

hash_titles: The page title fingerprint. Pages with matching title tags have the same title hash
type: array(integer)

hreflang: Data from hreflang attributes
type: array(null)

hreflang_code_is_valid: Indicates that hreflang data is specified properly in the hreflang tags on the page. The language must be specified in ISO 639-1 format, and optionally the region in ISO 3166-1 Alpha 2 format
type: array(null)

hreflang_code_is_valid_prev: Indicates that hreflang data is specified properly in the hreflang tags on the page. The language must be specified in ISO 639-1 format, and optionally the region in ISO 3166-1 Alpha 2 format
type: array(null)

hreflang_country: The list of regions specified in the hreflang tags on the page
type: array(null)

hreflang_country_prev: The list of regions specified in the hreflang tags on the page
type: array(null)

hreflang_group_hash: The ID of the group of pages that have the same set of hreflang attributes with the same set of URLs in them
type: integer nullable

hreflang_inlink_urls: The list of incoming URLs with hreflang attribute
type: array(url)

hreflang_inlink_urls_prev: The list of incoming URLs with hreflang attribute
type: array(url)

hreflang_issues: The list of hreflang-related issues a page has
type: array(string)

hreflang_issues_prev: The list of hreflang-related issues a page has
type: array(string)

hreflang_language: The list of languages specified in the hreflang tags on the page
type: array(null)

hreflang_language_prev: The list of languages specified in the hreflang tags on the page
type: array(null)

hreflang_link: The list of URLs specified in the hreflang tags on the page
type: array(url)

hreflang_link_is_canonical: Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical
type: array(null)

hreflang_link_is_canonical_prev: Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical
type: array(null)

hreflang_link_prev: The list of URLs specified in the hreflang tags on the page
type: array(url)

hreflang_no_crawl_reason: The reasons why URLs specified in the hreflang tags on the page were not crawled
type: array(null)

hreflang_no_crawl_reason_prev: The reasons why URLs specified in the hreflang tags on the page were not crawled
type: array(null)

hreflang_pages_urls: List of hreflang-linked pages URLs the page belongs to
type: array(url)

hreflang_pages_urls_count: Count of hreflang-linked pages URLs the page belongs to
type: integer nullable

hreflang_pages_urls_count_diff: Count of hreflang-linked pages URLs the page belongs to
type: integer nullable

hreflang_pages_urls_count_prev: Count of hreflang-linked pages URLs the page belongs to
type: integer nullable

hreflang_pages_urls_prev: List of hreflang-linked pages URLs the page belongs to
type: array(url)

hreflang_prev: Data from hreflang attributes
type: array(null)

html_lang: Data from the page's HTML lang tag
type: string nullable

html_lang_code_is_valid: Indicates that the language (or language-region) code is specified properly in the HTML lang tag. The language must be specified in ISO 639-1 format, and optionally the region in ISO 3166-1 Alpha 2 format
type: boolean nullable

html_lang_code_is_valid_prev: Indicates that the language (or language-region) code is specified properly in the HTML lang tag. The language must be specified in ISO 639-1 format, and optionally the region in ISO 3166-1 Alpha 2 format
type: boolean nullable

html_lang_country: The region code specified in the page's HTML lang tag
type: string nullable

html_lang_country_prev: The region code specified in the page's HTML lang tag
type: string nullable

html_lang_language: The language code specified in the page's HTML lang tag
type: string nullable

html_lang_language_prev: The language code specified in the page's HTML lang tag
type: string nullable

html_lang_prev: Data from the page's HTML lang tag
type: string nullable

http_code: The HTTP status code returned by the URL
type: integer

http_header: The HTTP headers that the web server returns
type: array(string)

http_header_prev: The HTTP headers that the web server returns
type: array(string)

http_header_robots: Instructions for web crawlers specified in HTTP headers
type: array(string)

http_header_robots_prev: Instructions for web crawlers specified in HTTP headers
type: array(string)

http_headers_size: The size of the HTTP headers that the web server returns, measured in bytes
type: integer

http_headers_size_diff: The size of the HTTP headers that the web server returns, measured in bytes
type: integer nullable

http_headers_size_prev: The size of the HTTP headers that the web server returns, measured in bytes
type: integer nullable

images_no_crawl_reason: The reasons why images linked from the page were not crawled
type: array(null)

images_no_crawl_reason_prev: The reasons why images linked from the page were not crawled
type: array(null)

incoming_all_links: The number of incoming links to the URL of all types
type: integer nullable

incoming_all_links_diff: The number of incoming links to the URL of all types
type: integer nullable

incoming_all_links_prev: The number of incoming links to the URL of all types
type: integer nullable

incoming_canonical: Shows how many times the URL is linked to from a rel="canonical" element
type: integer nullable

incoming_canonical_diff: Shows how many times the URL is linked to from a rel="canonical" element
type: integer nullable

incoming_canonical_prev: Shows how many times the URL is linked to from a rel="canonical" element
type: integer nullable

incoming_css: The number of incoming links to the CSS file
type: integer nullable

incoming_css_diff: The number of incoming links to the CSS file
type: integer nullable

incoming_css_prev: The number of incoming links to the CSS file
type: integer nullable

incoming_follow: The number of incoming dofollow links to the URL from hyperlinks
type: integer nullable

incoming_follow_diff: The number of incoming dofollow links to the URL from hyperlinks
type: integer nullable

incoming_follow_prev: The number of incoming dofollow links to the URL from hyperlinks
type: integer nullable

incoming_hreflang: Shows how many times the URL is linked to from a rel="alternate" hreflang="x" attribute
type: integer nullable

incoming_hreflang_diff: Shows how many times the URL is linked to from a rel="alternate" hreflang="x" attribute
type: integer nullable

incoming_hreflang_prev: Shows how many times the URL is linked to from a rel="alternate" hreflang="x" attribute
type: integer nullable

incoming_image: The number of incoming links to the image file
type: integer nullable

incoming_image_diff: The number of incoming links to the image file
type: integer nullable

incoming_image_prev: The number of incoming links to the image file
type: integer nullable

incoming_js: The number of incoming links to the JS file
type: integer nullable

incoming_js_diff: The number of incoming links to the JS file
type: integer nullable

incoming_js_prev: The number of incoming links to the JS file
type: integer nullable

incoming_links: The number of incoming links to the URL from hyperlinks
type: integer nullable

incoming_links_diff: The number of incoming links to the URL from hyperlinks
type: integer nullable

incoming_links_prev: The number of incoming links to the URL from hyperlinks
type: integer nullable

incoming_nofollow: The number of incoming nofollow links to the URL from hyperlinks
type: integer nullable

incoming_nofollow_diff: The number of incoming nofollow links to the URL from hyperlinks
type: integer nullable

incoming_nofollow_prev: The number of incoming nofollow links to the URL from hyperlinks
type: integer nullable

incoming_pagination: Shows how many times the URL is linked to from rel="prev" or rel="next" elements on pages
type: integer nullable

incoming_pagination_diff: Shows how many times the URL is linked to from rel="prev" or rel="next" elements on pages
type: integer nullable

incoming_pagination_prev: Shows how many times the URL is linked to from rel="prev" or rel="next" elements on pages
type: integer nullable

incoming_redirect: The number of incoming redirecting links to the URL
type: integer nullable

incoming_redirect_diff: The number of incoming redirecting links to the URL
type: integer nullable

incoming_redirect_prev: The number of incoming redirecting links to the URL
type: integer nullable

indexnow_error: The error description for a failed auto-submission
type: string nullable

indexnow_error_prev: The error description for a failed auto-submission
type: string nullable

indexnow_reason: The reason the page was considered for auto-submission to IndexNow
type: string nullable

indexnow_reason_prev: The reason the page was considered for auto-submission to IndexNow
type: string nullable

indexnow_status: The status of IndexNow auto-submission. Possible values:

  • Success: The page was successfully submitted to IndexNow.
  • No changes detected: No changes were detected on the page; submission was not required.
  • Not eligible: The URL isn't eligible for submission, e.g., it's not an indexable HTML page.
  • Invalid API key: IndexNow submission failed due to an invalid API key.
  • Failed: Submission to IndexNow failed; see details for the reason.
  • Auto-submission is off: Automatic submission is disabled in Crawl settings
    type: string nullable

indexnow_status_prev: The status of IndexNow auto-submission. Possible values:

  • Success: The page was successfully submitted to IndexNow.
  • No changes detected: No changes were detected on the page; submission was not required.
  • Not eligible: The URL isn't eligible for submission, e.g., it's not an indexable HTML page.
  • Invalid API key: IndexNow submission failed due to an invalid API key.
  • Failed: Submission to IndexNow failed; see details for the reason.
  • Auto-submission is off: Automatic submission is disabled in Crawl settings
    type: string nullable

indexnow_submitted_at: The date and time when the URL was auto-submitted to IndexNow
type: date nullable

indexnow_submitted_at_prev: The date and time when the URL was auto-submitted to IndexNow
type: date nullable

internal_code: The list of HTTP status codes returned by the internal URLs linked to from the page
type: array(null)

internal_inlink_urls: The list of URLs for incoming internal links
type: array(url)

internal_inlink_urls_prev: The list of URLs for incoming internal links
type: array(url)

internal_link_anchor: The list of anchor texts used in internal outgoing links on the page
type: array(null)

internal_link_anchor_prev: The list of anchor texts used in internal outgoing links on the page
type: array(null)

internal_link_domain: The domain (or its subdomains, depending on the scope of the crawl) linked to from internal outgoing links on the page
type: array(domain)

internal_link_domain_prev: The domain (or its subdomains, depending on the scope of the crawl) linked to from internal outgoing links on the page
type: array(domain)

internal_links: The list of internal outgoing links on the page
type: array(url)

internal_links_is_canonical: Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical
type: array(null)

internal_links_is_canonical_prev: Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical
type: array(null)

internal_links_prev: The list of internal outgoing links on the page
type: array(url)

internal_no_crawl_reason: The reasons why the internal URLs linked to from the page were not crawled
type: array(null)

internal_no_crawl_reason_prev: The reasons why the internal URLs linked to from the page were not crawled
type: array(null)

internal_scheme: The protocols of the internal outgoing links on the page
type: array(string)

internal_scheme_prev: The protocols of the internal outgoing links on the page
type: array(string)

is_html: Indicates that the content type of the web document is HTML
type: boolean

is_in_sitemap: Indicates that the URL is included in the website's sitemap file
type: boolean nullable

is_in_sitemap_prev: Indicates that the URL is included in the website's sitemap file
type: boolean nullable

is_page_title_used_in_serp: Indicates that the page and SERP titles match
type: boolean nullable

is_redirect_loop: Checks if the URL has a redirect loop
type: boolean nullable

is_redirect_loop_prev: Checks if the URL has a redirect loop
type: boolean nullable

is_rendered: Indicates that the crawler had executed JavaScript on the page to generate content
type: boolean nullable

is_rendered_prev: Indicates that the crawler had executed JavaScript on the page to generate content
type: boolean nullable

is_valid_internal_html: The HTML page on the crawled domain or its subdomain that returns a 200 HTTP status code
type: boolean

is_valid_internal_html_prev: The HTML page on the crawled domain or its subdomain that returns a 200 HTTP status code
type: boolean nullable

js_no_crawl_reason: The reasons why JavaScript files linked from the page were not crawled
type: array(null)

js_no_crawl_reason_prev: The reasons why JavaScript files linked from the page were not crawled
type: array(null)

jsonld_attributes: Names of the schema properties found on the page (with indices)
type: array(string)

jsonld_attributes_prev: Names of the schema properties found on the page (with indices)
type: array(string)

jsonld_schema_types: Schema objects found on the page
type: array(string)

jsonld_schema_types_prev: Schema objects found on the page
type: array(string)

jsonld_validation_kinds: Issues with the structured data found on the page
type: array(string)

jsonld_validation_kinds_prev: Issues with the structured data found on the page
type: array(string)

jsonld_values: Values of the schema properties found on the page
type: array(string)

jsonld_values_prev: Values of the schema properties found on the page
type: array(string)

keywords: The page meta keywords
type: array(string)

keywords_prev: The page meta keywords
type: array(string)

length: The character length of the URL
type: integer

links_count_css: The number of CSS files linked from the page
type: integer nullable

links_count_css_prev: The number of CSS files linked from the page
type: integer nullable

links_count_external: The number of external outgoing links on the page
type: integer nullable

links_count_external3xx: The number of external outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes
type: integer nullable

links_count_external3xx_diff: The number of external outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes
type: integer nullable

links_count_external3xx_prev: The number of external outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes
type: integer nullable

links_count_external4xx: The number of external outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes
type: integer nullable

links_count_external4xx_diff: The number of external outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes
type: integer nullable

links_count_external4xx_prev: The number of external outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes
type: integer nullable

links_count_external5xx: The number of external outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes
type: integer nullable

links_count_external5xx_diff: The number of external outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes
type: integer nullable

links_count_external5xx_prev: The number of external outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes
type: integer nullable

links_count_external_diff: The number of external outgoing links on the page
type: integer nullable

links_count_external_follow: The number of external outgoing dofollow links on the page
type: integer nullable

links_count_external_follow_diff: The number of external outgoing dofollow links on the page
type: integer nullable

links_count_external_follow_prev: The number of external outgoing dofollow links on the page
type: integer nullable

links_count_external_nofollow: The number of external outgoing nofollow links on the page
type: integer nullable

links_count_external_nofollow_diff: The number of external outgoing nofollow links on the page
type: integer nullable

links_count_external_nofollow_prev: The number of external outgoing nofollow links on the page
type: integer nullable

links_count_external_non_canonical: The number of external outgoing links on the page that point to non-canonical pages
type: integer nullable

links_count_external_non_canonical_diff: The number of external outgoing links on the page that point to non-canonical pages
type: integer nullable

links_count_external_non_canonical_prev: The number of external outgoing links on the page that point to non-canonical pages
type: integer nullable

links_count_external_prev: The number of external outgoing links on the page
type: integer nullable

links_count_external_xxx: The number of external outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code
type: integer nullable

links_count_external_xxx_diff: The number of external outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code
type: integer nullable

links_count_external_xxx_prev: The number of external outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code
type: integer nullable

links_count_images: The number of images linked from the page
type: integer nullable

links_count_images_diff: The number of images linked from the page
type: integer nullable

links_count_images_prev: The number of images linked from the page
type: integer nullable

links_count_images_with_alt: The number of images linked from the page that have an alt attribute (alternate text)
type: integer nullable

links_count_images_with_alt_diff: The number of images linked from the page that have an alt attribute (alternate text)
type: integer nullable

links_count_images_with_alt_prev: The number of images linked from the page that have an alt attribute (alternate text)
type: integer nullable

links_count_images_without_alt: The number of images linked from the page that have no alt attribute (alternate text)
type: integer nullable

links_count_images_without_alt_diff: The number of images linked from the page that have no alt attribute (alternate text)
type: integer nullable

links_count_images_without_alt_prev: The number of images linked from the page that have no alt attribute (alternate text)
type: integer nullable

links_count_internal: The number of internal outgoing links on the page
type: integer nullable

links_count_internal3xx: The number of internal outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes
type: integer nullable

links_count_internal3xx_diff: The number of internal outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes
type: integer nullable

links_count_internal3xx_prev: The number of internal outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes
type: integer nullable

links_count_internal4xx: The number of internal outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes
type: integer nullable

links_count_internal4xx_diff: The number of internal outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes
type: integer nullable

links_count_internal4xx_prev: The number of internal outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes
type: integer nullable

links_count_internal5xx: The number of internal outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes
type: integer nullable

links_count_internal5xx_diff: The number of internal outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes
type: integer nullable

links_count_internal5xx_prev: The number of internal outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes
type: integer nullable

links_count_internal_diff: The number of internal outgoing links on the page
type: integer nullable

links_count_internal_follow: The number of internal outgoing dofollow links on the page
type: integer nullable

links_count_internal_follow_diff: The number of internal outgoing dofollow links on the page
type: integer nullable

links_count_internal_follow_prev: The number of internal outgoing dofollow links on the page
type: integer nullable

links_count_internal_nofollow: The number of internal outgoing nofollow links on the page
type: integer nullable

links_count_internal_nofollow_diff: The number of internal outgoing nofollow links on the page
type: integer nullable

links_count_internal_nofollow_prev: The number of internal outgoing nofollow links on the page
type: integer nullable

links_count_internal_non_canonical: The number of internal outgoing links on the page that point to non-canonical pages
type: integer nullable

links_count_internal_non_canonical_diff: The number of internal outgoing links on the page that point to non-canonical pages
type: integer nullable

links_count_internal_non_canonical_prev: The number of internal outgoing links on the page that point to non-canonical pages
type: integer nullable

links_count_internal_prev: The number of internal outgoing links on the page
type: integer nullable

links_count_internal_xxx: The number of internal outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code
type: integer nullable

links_count_internal_xxx_diff: The number of internal outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code
type: integer nullable

links_count_internal_xxx_prev: The number of internal outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code
type: integer nullable

links_count_js: The number of JavaScript files linked from the page
type: integer nullable

links_count_js_diff: The number of JavaScript files linked from the page
type: integer nullable

links_count_js_prev: The number of JavaScript files linked from the page
type: integer nullable

links_css: The list of CSS files linked from the page
type: array(url)

links_css_code: The list of HTTP status codes returned by CSS files linked from the page
type: array(null)

links_css_domain: The list of domains that contain CSS files linked from the page
type: array(domain)

links_css_domain_prev: The list of domains that contain CSS files linked from the page
type: array(domain)

links_css_prev: The list of CSS files linked from the page
type: array(url)

links_css_scheme: The protocols of CSS files linked from the page
type: array(string)

links_css_scheme_prev: The protocols of CSS files linked from the page
type: array(string)

links_external3xx: The list of external outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes
type: array(url)

links_external3xx_prev: The list of external outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes
type: array(url)

links_external4xx: The list of external outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes
type: array(url)

links_external4xx_prev: The list of external outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes
type: array(url)

links_external5xx: The list of external outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes
type: array(url)

links_external5xx_prev: The list of external outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes
type: array(url)

links_external_follow: The list of external outgoing dofollow links on the page
type: array(url)

links_external_follow_prev: The list of external outgoing dofollow links on the page
type: array(url)

links_external_nofollow: The list of external outgoing nofollow links on the page
type: array(url)

links_external_nofollow_prev: The list of external outgoing nofollow links on the page
type: array(url)

links_external_non_canonical: The list of external outgoing links on the page that point to non-canonical pages
type: array(url)

links_external_non_canonical_prev: The list of external outgoing links on the page that point to non-canonical pages
type: array(url)

links_external_xxx: The number of external outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code
type: array(url)

links_external_xxx_prev: The number of external outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code
type: array(url)

links_hreflang_code: The list of HTTP status codes returned by the URLs specified in hreflang tags on the page
type: array(null)

links_images: The list of images linked from the page
type: array(url)

links_images_alt: The list of alternate texts of images linked from the page
type: array(null)

links_images_alt_prev: The list of alternate texts of images linked from the page
type: array(null)

links_images_code: The list of HTTP status codes returned by images linked from the page
type: array(null)

links_images_domain: The list of domains that contain images linked from the page
type: array(domain)

links_images_domain_prev: The list of domains that contain images linked from the page
type: array(domain)

links_images_prev: The list of images linked from the page
type: array(url)

links_images_scheme: The protocols of images linked from the page
type: array(string)

links_images_scheme_prev: The protocols of images linked from the page
type: array(string)

links_images_with_alt: The list of images linked from the page that have an alt attribute (alternate text)
type: array(url)

links_images_with_alt_prev: The list of images linked from the page that have an alt attribute (alternate text)
type: array(url)

links_images_without_alt: The list of images linked from the page that have no alt attribute (alternate text)
type: array(url)

links_images_without_alt_prev: The list of images linked from the page that have no alt attribute (alternate text)
type: array(url)

links_internal3xx: The list of internal outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes
type: array(url)

links_internal3xx_prev: The list of internal outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes
type: array(url)

links_internal4xx: The list of internal outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes
type: array(url)

links_internal4xx_prev: The list of internal outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes
type: array(url)

links_internal5xx: The list of internal outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes
type: array(url)

links_internal5xx_prev: The list of internal outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes
type: array(url)

links_internal_follow: The list of internal outgoing dofollow links on the page
type: array(url)

links_internal_follow_prev: The list of internal outgoing dofollow links on the page
type: array(url)

links_internal_nofollow: The list of internal outgoing nofollow links on the page
type: array(url)

links_internal_nofollow_prev: The list of internal outgoing nofollow links on the page
type: array(url)

links_internal_non_canonical: The list of internal outgoing links on the page that point to non-canonical pages
type: array(url)

links_internal_non_canonical_prev: The list of internal outgoing links on the page that point to non-canonical pages
type: array(url)

links_internal_xxx: The list of internal outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code
type: array(url)

links_internal_xxx_prev: The list of internal outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code
type: array(url)

links_js: The list of JavaScript files linked from the page
type: array(url)

links_js_code: The list of HTTP status codes returned by JavaScript files linked from the page
type: array(null)

links_js_domain: The list of domains that contain JavaScript files linked from the page
type: array(domain)

links_js_domain_prev: The list of domains that contain JavaScript files linked from the page
type: array(domain)

links_js_prev: The list of JavaScript files linked from the page
type: array(url)

links_js_scheme: The protocols of JavaScript files linked from the page
type: array(string)

links_js_scheme_prev: The protocols of JavaScript files linked from the page
type: array(string)

loading_time: The time it takes for the crawler to load the full content of the document, measured in milliseconds
type: integer

loading_time_diff: The time it takes for the crawler to load the full content of the document, measured in milliseconds
type: integer nullable

loading_time_prev: The time it takes for the crawler to load the full content of the document, measured in milliseconds
type: integer nullable

meta_description: Meta description
type: array(string)

meta_description_length: Meta description length
type: array(integer)

meta_description_length_prev: Meta description length
type: array(integer)

meta_description_prev: Meta description
type: array(string)

meta_refresh: The time set in a meta refresh tag, in seconds
type: array(string)

meta_refresh_prev: The time set in a meta refresh tag, in seconds
type: array(string)

meta_robots: Instructions for web crawlers specified in HTML robots meta tags on the page
type: array(string)

meta_robots_prev: Instructions for web crawlers specified in HTML robots meta tags on the page
type: array(string)

meta_twitter_tags_app_google_play: The app ID in the Google Play Store specified in the twitter:app:id:ipad meta property
type: string nullable

meta_twitter_tags_app_google_play_prev: The app ID in the Google Play Store specified in the twitter:app:id:ipad meta property
type: string nullable

meta_twitter_tags_app_ipad: The app ID in the iTunes App Store specified in the twitter:app:id:ipad meta property
type: string nullable

meta_twitter_tags_app_ipad_prev: The app ID in the iTunes App Store specified in the twitter:app:id:ipad meta property
type: string nullable

meta_twitter_tags_app_iphone: The app ID in the iTunes App Store specified in the twitter:app:id:iphone meta property
type: string nullable

meta_twitter_tags_app_iphone_prev: The app ID in the iTunes App Store specified in the twitter:app:id:iphone meta property
type: string nullable

meta_twitter_tags_attributes: The list of X (Twitter) Card properties on the page
type: array(string)

meta_twitter_tags_attributes_prev: The list of X (Twitter) Card properties on the page
type: array(string)

meta_twitter_tags_card: The X (Twitter) Card type can be "summary", "summary_large_image", "app", or "player"
type: string nullable

meta_twitter_tags_card_prev: The X (Twitter) Card type can be "summary", "summary_large_image", "app", or "player"
type: string nullable

meta_twitter_tags_description: meta_twitter_tags.description
type: string nullable

meta_twitter_tags_description_prev: meta_twitter_tags.description
type: string nullable

meta_twitter_tags_image: The image URL specified in the twitter:image meta property
type: string nullable

meta_twitter_tags_image_prev: The image URL specified in the twitter:image meta property
type: string nullable

meta_twitter_tags_image_url_invalid: Indicates that the URL specified in the twitter:image meta property is a valid absolute URL
type: boolean nullable

meta_twitter_tags_image_url_invalid_prev: Indicates that the URL specified in the twitter:image meta property is a valid absolute URL
type: boolean nullable

meta_twitter_tags_player: The HTTPS URL of player iframe specified in the twitter:player meta property
type: string nullable

meta_twitter_tags_player_height: The height of iframe in pixels specified in the twitter:player:width meta property
type: integer nullable

meta_twitter_tags_player_height_diff: The height of iframe in pixels specified in the twitter:player:width meta property
type: integer nullable

meta_twitter_tags_player_height_prev: The height of iframe in pixels specified in the twitter:player:width meta property
type: integer nullable

meta_twitter_tags_player_prev: The HTTPS URL of player iframe specified in the twitter:player meta property
type: string nullable

meta_twitter_tags_player_width: The width of iframe in pixels specified in the twitter:player:width meta property
type: integer nullable

meta_twitter_tags_player_width_diff: The width of iframe in pixels specified in the twitter:player:width meta property
type: integer nullable

meta_twitter_tags_player_width_prev: The width of iframe in pixels specified in the twitter:player:width meta property
type: integer nullable

meta_twitter_tags_site: The X (Twitter) handle specified in the twitter:site meta property
type: string nullable

meta_twitter_tags_site_prev: The X (Twitter) handle specified in the twitter:site meta property
type: string nullable

meta_twitter_tags_title: The title text specified in the twitter:title meta property
type: string nullable

meta_twitter_tags_title_prev: The title text specified in the twitter:title meta property
type: string nullable

meta_twitter_tags_valid: Indicates that the page has all the necessary tags required in a X (Twitter) Card
type: boolean nullable

meta_twitter_tags_valid_prev: Indicates that the page has all the necessary tags required in a X (Twitter) Card
type: boolean nullable

meta_twitter_tags_values: Data from the X (Twitter) Card properties on the page
type: array(string)

meta_twitter_tags_values_prev: Data from the X (Twitter) Card properties on the page
type: array(string)

navigation_next: The URL specified in the rel="next" element on the page
type: url nullable

navigation_next_code: The HTTP status code returned by the URL specified in the rel="next" element on a page
type: integer nullable

navigation_next_no_crawl_reason: The reason why the URL specified in the rel="next" element on a page was not crawled
type: string nullable

navigation_next_no_crawl_reason_prev: The reason why the URL specified in the rel="next" element on a page was not crawled
type: string nullable

navigation_next_prev: The URL specified in the rel="next" element on the page
type: url nullable

navigation_prev_code: The HTTP status code returned by the URL specified in the rel="prev" element on a page
type: integer nullable

navigation_prev_no_crawl_reason: The reason why the URL specified in the rel="prev" element on a page was not crawled
type: string nullable

navigation_prev_no_crawl_reason_prev: The reason why the URL specified in the rel="prev" element on a page was not crawled
type: string nullable

no_crawl_reason: The reason why the URL was not crawled
type: string nullable

no_crawl_reason_prev: The reason why the URL was not crawled
type: string nullable

nofollow: The number of incoming external nofollow links pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

nofollow_diff: The number of incoming external nofollow links pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

nofollow_prev: The number of incoming external nofollow links pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

nr_h1: The number of H1 subheaders on the page
type: integer

nr_h1_prev: The number of H1 subheaders on the page
type: integer nullable

nr_meta_description: Number of Meta descriptions
type: integer

nr_meta_description_diff: Number of Meta descriptions
type: integer nullable

nr_meta_description_prev: Number of Meta descriptions
type: integer nullable

nr_redirect_chain_urls: The number of redirect chain URLs
type: integer nullable

nr_redirect_chain_urls_diff: The number of redirect chain URLs
type: integer nullable

nr_redirect_chain_urls_prev: The number of redirect chain URLs
type: integer nullable

nr_titles: The number of title tags on the page
type: integer

nr_titles_diff: The number of title tags on the page
type: integer nullable

nr_titles_prev: The number of title tags on the page
type: integer nullable

og_tags_attributes: The list of Open Graph properties on a page
type: array(string)

og_tags_attributes_prev: The list of Open Graph properties on a page
type: array(string)

og_tags_image: The image URL specified in the og:image meta property
type: string nullable

og_tags_image_prev: The image URL specified in the og:image meta property
type: string nullable

og_tags_image_url_invalid: Indicates that the URL specified in the og:image meta property is a valid absolute URL
type: boolean nullable

og_tags_image_url_invalid_prev: Indicates that the URL specified in the og:image meta property is a valid absolute URL
type: boolean nullable

og_tags_inconsistent_canonical: Indicates that the URL specified in the og:url meta property matches the URL specified as the canonical version of the page
type: boolean nullable

og_tags_inconsistent_canonical_prev: Indicates that the URL specified in the og:url meta property matches the URL specified as the canonical version of the page
type: boolean nullable

og_tags_title: The title text specified in the og:title meta property
type: string nullable

og_tags_title_prev: The title text specified in the og:title meta property
type: string nullable

og_tags_type: The object type specified in the og:type meta property
type: string nullable

og_tags_type_prev: The object type specified in the og:type meta property
type: string nullable

og_tags_url: The URL specified in the og:url meta property
type: string nullable

og_tags_url_prev: The URL specified in the og:url meta property
type: string nullable

og_tags_url_valid: Indicates that the URL specified in the og:url meta property is a valid absolute URL
type: boolean nullable

og_tags_url_valid_prev: Indicates that the URL specified in the og:url meta property is a valid absolute URL
type: boolean nullable

og_tags_valid: Indicates that the page has all four required Open Graph properties: og:title, og:type, og:image, and og:url
type: boolean nullable

og_tags_valid_prev: Indicates that the page has all four required Open Graph properties: og:title, og:type, og:image, and og:url
type: boolean nullable

og_tags_value: Data from Open Graph properties on a page
type: array(string)

og_tags_value_prev: Data from Open Graph properties on a page
type: array(string)

origin: Shows where the URL was originally found during the crawl
type: url nullable

origin_prev: Shows where the URL was originally found during the crawl
type: url nullable

page_is_nofollow: Check if the page is nofollow, based on http header and meta robots instructions
type: boolean nullable

page_is_nofollow_prev: Check if the page is nofollow, based on http header and meta robots instructions
type: boolean nullable

page_is_noindex: Check if the page is noindex, based on http header and meta robots instructions
type: boolean nullable

page_is_noindex_prev: Check if the page is noindex, based on http header and meta robots instructions
type: boolean nullable

page_rating: Page Rating (PR) shows the URL's internal and external backlink profile strength relative to other URLs included in the crawl
type: integer nullable

page_raw_ur: URL Rating (UR) shows the strength of your target page's backlink profile on a 100-point logarithmic scale. Learn more
type: integer nullable

page_raw_ur_diff: URL Rating (UR) shows the strength of your target page's backlink profile on a 100-point logarithmic scale. Learn more
type: integer nullable

page_raw_ur_prev: URL Rating (UR) shows the strength of your target page's backlink profile on a 100-point logarithmic scale. Learn more
type: integer nullable

page_type: Site Audit categorizes URLs as HTML Pages, Resource files (image, CSS or JavaScript), XML Sitemaps and Robots.txt. If a page doesn't return status code 200 or has a content type that isn't covered by the categories above, it's considered as "Other". Since we can't determine what these pages are, we further classify them based on how incoming links reference them: as resources (receive resource incoming links) or as pages (receive non-resource incoming links)
type: array(string)

page_type_prev: Site Audit categorizes URLs as HTML Pages, Resource files (image, CSS or JavaScript), XML Sitemaps and Robots.txt. If a page doesn't return status code 200 or has a content type that isn't covered by the categories above, it's considered as "Other". Since we can't determine what these pages are, we further classify them based on how incoming links reference them: as resources (receive resource incoming links) or as pages (receive non-resource incoming links)
type: array(string)

pagination_group: The ID of the group of pages interconnected via their rel="next" and rel="prev" links
type: integer nullable

pagination_group_prev: The ID of the group of pages interconnected via their rel="next" and rel="prev" links
type: integer nullable

positions: The number of keywords the page is ranking for in top 100 organic search results worldwide (data from Ahrefs' Site Explorer)
type: integer nullable

positions_diff: The number of keywords the page is ranking for in top 100 organic search results worldwide (data from Ahrefs' Site Explorer)
type: integer nullable

positions_prev: The number of keywords the page is ranking for in top 100 organic search results worldwide (data from Ahrefs' Site Explorer)
type: integer nullable

positions_top10: The number of keywords the page is ranking for in top 10 organic search results worldwide (data from Ahrefs' Site Explorer)
type: integer nullable

positions_top10_diff: The number of keywords the page is ranking for in top 10 organic search results worldwide (data from Ahrefs' Site Explorer)
type: integer nullable

positions_top10_prev: The number of keywords the page is ranking for in top 10 organic search results worldwide (data from Ahrefs' Site Explorer)
type: integer nullable

positions_top3: The number of keywords the page is ranking for in top 3 organic search results worldwide (data from Ahrefs' Site Explorer)
type: integer nullable

positions_top3_diff: The number of keywords the page is ranking for in top 3 organic search results worldwide (data from Ahrefs' Site Explorer)
type: integer nullable

positions_top3_prev: The number of keywords the page is ranking for in top 3 organic search results worldwide (data from Ahrefs' Site Explorer)
type: integer nullable

psi_crux_cls_category: Your CLS category will be either Good (<0.1), Needs Improvement (0.1 - 0.25), or Poor (>0.25). The category is based on the lowest threshold that includes 75% of page views. Learn more
type: string nullable

psi_crux_cls_category_prev: Your CLS category will be either Good (<0.1), Needs Improvement (0.1 - 0.25), or Poor (>0.25). The category is based on the lowest threshold that includes 75% of page views. Learn more
type: string nullable

psi_crux_cls_distributions_proportion: What % of collected CLS metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more
type: array(null)

psi_crux_cls_distributions_proportion_prev: What % of collected CLS metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more
type: array(null)

psi_crux_cls_percentile: Cumulative Layout Shift measures visual stability. The range is 0-1, where 0 is stable and 1 means a lot of shifting. This score comes from the Chrome User Experience Report which looks at real user data. Learn more
type: float nullable

psi_crux_cls_percentile_diff: Cumulative Layout Shift measures visual stability. The range is 0-1, where 0 is stable and 1 means a lot of shifting. This score comes from the Chrome User Experience Report which looks at real user data. Learn more
type: integer nullable

psi_crux_cls_percentile_prev: Cumulative Layout Shift measures visual stability. The range is 0-1, where 0 is stable and 1 means a lot of shifting. This score comes from the Chrome User Experience Report which looks at real user data. Learn more
type: float nullable

psi_crux_fid_category: Your FID category will be either Good (<100 ms), Needs Improvement (100 ms - 300 ms), or Poor (>300 ms). The category is based on the lowest threshold that includes 75% of page views. Learn more
type: string nullable

psi_crux_fid_category_prev: Your FID category will be either Good (<100 ms), Needs Improvement (100 ms - 300 ms), or Poor (>300 ms). The category is based on the lowest threshold that includes 75% of page views. Learn more
type: string nullable

psi_crux_fid_distributions_proportion: What % of collected FID metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more
type: array(null)

psi_crux_fid_distributions_proportion_prev: What % of collected FID metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more
type: array(null)

psi_crux_fid_percentile: First Input Delay measures interactivity. This score comes from the Chrome User Experience Report which looks at real user data. Learn more
type: float nullable

psi_crux_fid_percentile_diff: First Input Delay measures interactivity. This score comes from the Chrome User Experience Report which looks at real user data. Learn more
type: integer nullable

psi_crux_fid_percentile_prev: First Input Delay measures interactivity. This score comes from the Chrome User Experience Report which looks at real user data. Learn more
type: float nullable

psi_crux_inp_category: Your INP category will be either Good (<200 ms), Needs Improvement (200 ms - 500 ms), or Poor (>500 ms). The category is based on the lowest threshold that includes 75% of page views. Learn more
type: string nullable

psi_crux_inp_category_prev: Your INP category will be either Good (<200 ms), Needs Improvement (200 ms - 500 ms), or Poor (>500 ms). The category is based on the lowest threshold that includes 75% of page views. Learn more
type: string nullable

psi_crux_inp_distributions_proportion: What % of collected INP metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more
type: array(null)

psi_crux_inp_distributions_proportion_prev: What % of collected INP metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more
type: array(null)

psi_crux_inp_percentile: Interaction to Next Paint measure overall responsiveness of a page to user interactions. This score comes from the Chrome User Experience Report which looks at real user data. Learn more
type: float nullable

psi_crux_inp_percentile_diff: Interaction to Next Paint measure overall responsiveness of a page to user interactions. This score comes from the Chrome User Experience Report which looks at real user data. Learn more
type: integer nullable

psi_crux_inp_percentile_prev: Interaction to Next Paint measure overall responsiveness of a page to user interactions. This score comes from the Chrome User Experience Report which looks at real user data. Learn more
type: float nullable

psi_crux_lcp_category: Your LCP category will be either Good (<2.5 sec), Needs Improvement (2.5 sec - 4.0 sec), or Poor (>4.0 sec). The category is based on the lowest threshold that includes 75% of page views. Learn more
type: string nullable

psi_crux_lcp_category_prev: Your LCP category will be either Good (<2.5 sec), Needs Improvement (2.5 sec - 4.0 sec), or Poor (>4.0 sec). The category is based on the lowest threshold that includes 75% of page views. Learn more
type: string nullable

psi_crux_lcp_distributions_proportion: What % of collected LCP metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more
type: array(null)

psi_crux_lcp_distributions_proportion_prev: What % of collected LCP metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more
type: array(null)

psi_crux_lcp_percentile: Largest Contentful Paint measures visual loading performance. This score comes from the Chrome User Experience Report which looks at real user data. Learn more
type: float nullable

psi_crux_lcp_percentile_diff: Largest Contentful Paint measures visual loading performance. This score comes from the Chrome User Experience Report which looks at real user data. Learn more
type: integer nullable

psi_crux_lcp_percentile_prev: Largest Contentful Paint measures visual loading performance. This score comes from the Chrome User Experience Report which looks at real user data. Learn more
type: float nullable

psi_lighthouse_cls_error_message: The message returned by Lighthouse if there is an error when measuring CLS
type: string nullable

psi_lighthouse_cls_error_message_prev: The message returned by Lighthouse if there is an error when measuring CLS
type: string nullable

psi_lighthouse_cls_value: Cumulative Layout Shift measures visual stability. The range is 0-1, where 0 is stable and 1 means a lot of shifting. This score comes from Lighthouse in a simulated test environment. Learn more
type: float nullable

psi_lighthouse_cls_value_diff: Cumulative Layout Shift measures visual stability. The range is 0-1, where 0 is stable and 1 means a lot of shifting. This score comes from Lighthouse in a simulated test environment. Learn more
type: integer nullable

psi_lighthouse_cls_value_prev: Cumulative Layout Shift measures visual stability. The range is 0-1, where 0 is stable and 1 means a lot of shifting. This score comes from Lighthouse in a simulated test environment. Learn more
type: float nullable

psi_lighthouse_lcp_error_message: The message returned by Lighthouse if there is an error when measuring LCP
type: string nullable

psi_lighthouse_lcp_error_message_prev: The message returned by Lighthouse if there is an error when measuring LCP
type: string nullable

psi_lighthouse_lcp_value: Largest Contentful Paint measures visual loading performance. This score comes from Lighthouse in a simulated test environment. Learn more
type: float nullable

psi_lighthouse_lcp_value_diff: Largest Contentful Paint measures visual loading performance. This score comes from Lighthouse in a simulated test environment. Learn more
type: integer nullable

psi_lighthouse_lcp_value_prev: Largest Contentful Paint measures visual loading performance. This score comes from Lighthouse in a simulated test environment. Learn more
type: float nullable

psi_lighthouse_score: This score uses multiple Lighthouse speed metrics to create a summary of the page's performance and use of best practices. Scores will be considered Good (>90), Needs Improvement (50-90), or Poor (<50). Learn more
type: integer nullable

psi_lighthouse_score_diff: This score uses multiple Lighthouse speed metrics to create a summary of the page's performance and use of best practices. Scores will be considered Good (>90), Needs Improvement (50-90), or Poor (<50). Learn more
type: integer nullable

psi_lighthouse_score_prev: This score uses multiple Lighthouse speed metrics to create a summary of the page's performance and use of best practices. Scores will be considered Good (>90), Needs Improvement (50-90), or Poor (<50). Learn more
type: integer nullable

psi_lighthouse_tbt_error_message: The message returned by Lighthouse if there is an error when measuring TBT
type: string nullable

psi_lighthouse_tbt_error_message_prev: The message returned by Lighthouse if there is an error when measuring TBT
type: string nullable

psi_lighthouse_tbt_value: Total Blocking Time measures the total amount of time that a page is blocked from responding to user interactions. This score comes from Lighthouse in a simulated test environment. TBT is the recommended alternative to FID for lab tests. Learn more
type: float nullable

psi_lighthouse_tbt_value_diff: Total Blocking Time measures the total amount of time that a page is blocked from responding to user interactions. This score comes from Lighthouse in a simulated test environment. TBT is the recommended alternative to FID for lab tests. Learn more
type: integer nullable

psi_lighthouse_tbt_value_prev: Total Blocking Time measures the total amount of time that a page is blocked from responding to user interactions. This score comes from Lighthouse in a simulated test environment. TBT is the recommended alternative to FID for lab tests. Learn more
type: float nullable

psi_mobile_issues: List of mobile-related issues on the page detected by Lighthouse
type: array(string)

psi_mobile_issues_explanations: Details about the mobile issues detected by Lighthouse
type: array(string)

psi_mobile_issues_explanations_prev: Details about the mobile issues detected by Lighthouse
type: array(string)

psi_mobile_issues_prev: List of mobile-related issues on the page detected by Lighthouse
type: array(string)

psi_request_error_message: The message returned by PageSpeed Insights API if there is an error. Learn more
type: string nullable

psi_request_error_message_prev: The message returned by PageSpeed Insights API if there is an error. Learn more
type: string nullable

psi_request_status: The result of a request to PageSpeed Insights API. Learn more
type: string nullable

psi_request_status_prev: The result of a request to PageSpeed Insights API. Learn more
type: string nullable

redirect: The destination of the redirecting URL
type: url nullable

redirect_chain_urls: The list of redirect chain URLs
type: array(url)

redirect_chain_urls_code: The list of HTTP status codes returned by the redirect chain URLs
type: array(null)

redirect_chain_urls_no_crawl_reason: The reasons why the redirect chain URLs were not crawled
type: array(null)

redirect_chain_urls_no_crawl_reason_prev: The reasons why the redirect chain URLs were not crawled
type: array(null)

redirect_chain_urls_prev: The list of redirect chain URLs
type: array(url)

redirect_code: The HTTP status code of the destination of the redirecting URL
type: integer nullable

redirect_counts: The number of incoming external links pointing to the URL via a redirect. Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

redirect_counts_diff: The number of incoming external links pointing to the URL via a redirect. Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

redirect_counts_prev: The number of incoming external links pointing to the URL via a redirect. Not to be confused with the number of linking pages, as one page can contain multiple backlinks
type: integer nullable

redirect_is_canonical: Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical
type: boolean nullable

redirect_is_canonical_prev: Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical
type: boolean nullable

redirect_no_crawl_reason: The reason why the destination of the redirecting URL was not crawled
type: string nullable

redirect_no_crawl_reason_prev: The reason why the destination of the redirecting URL was not crawled
type: string nullable

redirect_prev: The destination of the redirecting URL
type: url nullable

redirect_scheme: The protocol of the redirecting URL
type: string nullable

redirect_scheme_prev: The protocol of the redirecting URL
type: string nullable

refclass_c: The number of IP networks that have websites with at least 1 link pointing to the URL. An IP network consists of IP addresses sharing the first three numbers of their numerical label. Example: 151.80.39.61 is the website IP address where 151.80.39.XXX is the IP network
type: integer nullable

refclass_c_diff: The number of IP networks that have websites with at least 1 link pointing to the URL. An IP network consists of IP addresses sharing the first three numbers of their numerical label. Example: 151.80.39.61 is the website IP address where 151.80.39.XXX is the IP network
type: integer nullable

refclass_c_prev: The number of IP networks that have websites with at least 1 link pointing to the URL. An IP network consists of IP addresses sharing the first three numbers of their numerical label. Example: 151.80.39.61 is the website IP address where 151.80.39.XXX is the IP network
type: integer nullable

refhosts: The number of unique external domains that have at least 1 link pointing to the URL (data from Ahrefs' Site Explorer database)
type: integer nullable

refhosts_diff: The number of unique external domains that have at least 1 link pointing to the URL (data from Ahrefs' Site Explorer database)
type: integer nullable

refhosts_prev: The number of unique external domains that have at least 1 link pointing to the URL (data from Ahrefs' Site Explorer database)
type: integer nullable

refips: The number of unique external IP addresses that incorporate websites with at least 1 link pointing to the URL. Several domains can share one IP address
type: integer nullable

refips_prev: The number of unique external IP addresses that incorporate websites with at least 1 link pointing to the URL. Several domains can share one IP address
type: integer nullable

refpages: The number of unique external pages linking to the URL (data from Ahrefs' Site Explorer database)
type: integer nullable

refpages_diff: The number of unique external pages linking to the URL (data from Ahrefs' Site Explorer database)
type: integer nullable

refpages_prev: The number of unique external pages linking to the URL (data from Ahrefs' Site Explorer database)
type: integer nullable

robots_allow_rules: Allow: rules
type: array(null)

robots_allow_rules_prev: Allow: rules
type: array(null)

robots_crawl_delay: Crawl-delay:
type: integer nullable

robots_crawl_delay_prev: Crawl-delay:
type: integer nullable

robots_disallow_rules: Disallow: rules
type: array(null)

robots_disallow_rules_prev: Disallow: rules
type: array(null)

robots_error: The error occurred while crawling the robots.txt file
type: string nullable

robots_error_prev: The error occurred while crawling the robots.txt file
type: string nullable

robots_error_text: Robots.txt error text
type: string nullable

robots_error_text_prev: Robots.txt error text
type: string nullable

robots_redirect_loop: Robots.txt error redirect loop
type: array(null)

robots_redirect_loop_prev: Robots.txt error redirect loop
type: array(null)

robots_sitemaps: The list of sitemaps referenced in the robots.txt file
type: array(null)

robots_sitemaps_prev: The list of sitemaps referenced in the robots.txt file
type: array(null)

rss: The number of incoming external links from RSS feeds (data from Ahrefs' Site Explorer database)
type: integer nullable

rss_diff: The number of incoming external links from RSS feeds (data from Ahrefs' Site Explorer database)
type: integer nullable

rss_prev: The number of incoming external links from RSS feeds (data from Ahrefs' Site Explorer database)
type: integer nullable

scheme: Hypertext Transfer Protocol of the URL (HTTP or HTTPS)
type: string

self_canonical: Indicates that the page has a self-referential canonical URL
type: boolean nullable

self_canonical_prev: Indicates that the page has a self-referential canonical URL
type: boolean nullable

self_hreflang: Data from hreflang tag with a self-referential URL
type: array(null)

self_hreflang_code_is_valid: Indicates that hreflang data is specified properly in hreflang tag with a self-referential URL. The language must be specified in ISO 639-1 format, and optionally the region in ISO 3166-1 Alpha 2 format
type: array(null)

self_hreflang_code_is_valid_prev: Indicates that hreflang data is specified properly in hreflang tag with a self-referential URL. The language must be specified in ISO 639-1 format, and optionally the region in ISO 3166-1 Alpha 2 format
type: array(null)

self_hreflang_country: The region specified in the hreflang tag with a self-referential URL
type: array(null)

self_hreflang_country_prev: The region specified in the hreflang tag with a self-referential URL
type: array(null)

self_hreflang_language: The language specified in the hreflang tag with a self-referential URL
type: array(null)

self_hreflang_language_prev: The language specified in the hreflang tag with a self-referential URL
type: array(null)

self_hreflang_prev: Data from hreflang tag with a self-referential URL
type: array(null)

serp_title: The title displayed for the page in its top keyword's SERP on desktop
type: string nullable

serp_title_prev: The title displayed for the page in its top keyword's SERP on desktop
type: string nullable

sitemap_error: The error occurred while crawling the sitemap
type: string nullable

sitemap_error_prev: The error occurred while crawling the sitemap
type: string nullable

sitemap_error_text: Sitemap error text
type: string nullable

sitemap_error_text_prev: Sitemap error text
type: string nullable

sitemap_is_index: Indicates that the sitemap is a sitemap index file
type: boolean nullable

sitemap_is_index_prev: Indicates that the sitemap is a sitemap index file
type: boolean nullable

sitemap_nr_urls: The number of URLs referenced in the sitemap
type: integer nullable

sitemap_nr_urls_prev: The number of URLs referenced in the sitemap
type: integer nullable

sitemap_save_max_size: Max size of sitemap allows content to be saved
type: integer nullable

sitemap_save_max_size_diff: Max size of sitemap allows content to be saved
type: integer nullable

sitemap_save_max_size_prev: Max size of sitemap allows content to be saved
type: integer nullable

sitemap_unzipped_size: Sitemap size (uncompressed)
type: integer nullable

sitemap_unzipped_size_diff: Sitemap size (uncompressed)
type: integer nullable

sitemap_unzipped_size_prev: Sitemap size (uncompressed)
type: integer nullable

size: The size of the page or resource, measured in bytes
type: integer

size_diff: The size of the page or resource, measured in bytes
type: integer nullable

size_prev: The size of the page or resource, measured in bytes
type: integer nullable

source: Source from which the URL can be reached
type: array(string)

source_prev: Source from which the URL can be reached
type: array(string)

stamp: The time and date when the URL was crawled
type: date

stamp_prev: The time and date when the URL was crawled
type: date nullable

time_to_first_byte: The time it takes for the crawler to receive the first byte of the response from a web server, measured in milliseconds
type: integer

time_to_first_byte_prev: The time it takes for the crawler to receive the first byte of the response from a web server, measured in milliseconds
type: integer nullable

title: The page title
type: array(string)

title_prev: The page title
type: array(string)

titles_length: The character length of the page title
type: array(integer)

titles_length_prev: The character length of the page title
type: array(integer)

top_keyword: The keyword that brings the page the most organic traffic across all countries
type: string nullable

top_keyword_position: The position that the page holds for its top keyword
type: integer nullable

top_keyword_position_diff: The position that the page holds for its top keyword
type: integer nullable

top_keyword_position_prev: The position that the page holds for its top keyword
type: integer nullable

top_keyword_prev: The keyword that brings the page the most organic traffic across all countries
type: string nullable

traffic: Our estimate of monthly organic search traffic coming to the URL (data from Ahrefs Site Explorer). Calculations are based on a mixture of clickstream data, the estimated monthly search volumes of keywords for which the page ranks, and the current ranking position for the URL in the search results. You can learn more here
type: float nullable

traffic_diff: Our estimate of monthly organic search traffic coming to the URL (data from Ahrefs Site Explorer). Calculations are based on a mixture of clickstream data, the estimated monthly search volumes of keywords for which the page ranks, and the current ranking position for the URL in the search results. You can learn more here
type: float nullable

traffic_prev: Our estimate of monthly organic search traffic coming to the URL (data from Ahrefs Site Explorer). Calculations are based on a mixture of clickstream data, the estimated monthly search volumes of keywords for which the page ranks, and the current ranking position for the URL in the search results. You can learn more here
type: float nullable

url: The web address of the page or resource
type: url

url_prev: The web address of the page or resource
type: url nullable

selectstring

A comma-separated list of columns to return. See response schema for valid column identifiers.

Default:page_rating,url,is_rendered,http_code,content_type,title,meta_description,h1,traffic,canonical,canonical_code,redirect,redirect_code,compliant,page_is_noindex,page_is_nofollow,incoming_all_links,links_count_internal,links_count_external,links_count_internal4xx,links_count_external4xx,hreflang_issues,psi_crux_cls_category,psi_crux_lcp_category,psi_crux_inp_category,jsonld_schema_types,jsonld_validation_kinds,origin,depth
filter_modestring

Indicates which pages to return compared to the previous crawl. If not specified, all URLs that match your filter conditions are returned. added: URLs that are a new match for your filter conditions. new: URLs that are newly crawled and match your filter conditions. removed: URLs that stopped matching your filter conditions. missing: URLs that weren't crawled, but previously matched your filter conditions. no_change: URLs that match your filter conditions in a crawl and the crawl before it.

Allowed values:addednewremovedmissingno_change
issue_idstring

The unique identifier of an issue. When specified, only URLs affected by this issue are returned. You can get issue IDs by querying the site-audit/issues endpoint.

date_comparedstring

A timestamp in YYYY-MM-DDThh:mm:ss format specifying the crawl date to compare metrics with. Follows the same rules as the date field.

datestring

A timestamp in YYYY-MM-DDThh:mm:ss format specifying the crawl date to retrieve metrics from. Defaults to the most recent available crawl if omitted. For scheduled crawls, we return data from the latest crawl finished before the specified timestamp. For Always-on audit crawls, we return data as of the provided date and time. If the time component is omitted, it defaults to 00:00:00. The timestamp is interpreted in UTC.

project_idintegerRequired

The unique identifier of the project. Only projects with verified ownership are supported. You can find the project ID in the URL of your Site Audit project in Ahrefs: https://app.ahrefs.com/site-audit/#project_id#

outputstring

The output format.

Allowed values:jsoncsvxmlphp

Responses

pagesarray
ai_content_levelstring or null

The estimated percentage of AI-generated text on the page. Possible values: None, Low, Moderate, High, Very High

ai_content_statusstring or null

AI detection status for each page. Possible values:

  • Success: Content analyzed successfully
  • Content_too_short: Not enough text for reliable detection
  • Not_eligible: URL isn't an internal HTML page
  • Failed: Internal issue prevented detection
  • Detection_off: Disabled in Crawl settings
alternateinteger or null

The number of incoming external links from rel="alternate" attributes on the pages (data from Ahrefs' Site Explorer database)

alternate_diffinteger or null

The number of incoming external links from rel="alternate" attributes on the pages (data from Ahrefs' Site Explorer database)

alternate_previnteger or null

The number of incoming external links from rel="alternate" attributes on the pages (data from Ahrefs' Site Explorer database)

backlinksinteger or null

The number of incoming external links (both dofollow and nofollow) pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks

backlinks_diffinteger or null

The number of incoming external links (both dofollow and nofollow) pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks

backlinks_previnteger or null

The number of incoming external links (both dofollow and nofollow) pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks

canonicalstring or null

The URL of the canonical version of the page

canonical_codeinteger or null

The HTTP status code of the canonical URL

canonical_countsinteger or null

The number of incoming external links from canonical pages pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks

canonical_counts_diffinteger or null

The number of incoming external links from canonical pages pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks

canonical_counts_previnteger or null

The number of incoming external links from canonical pages pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks

canonical_group_hashinteger or null

The ID of the group of pages that have the same canonical URL

canonical_is_canonicalboolean or null

Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical

canonical_is_canonical_prevboolean or null

Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical

canonical_no_crawl_reasonstring or null

The reason why the canonical version of the page was not crawled

canonical_no_crawl_reason_prevstring or null

The reason why the canonical version of the page was not crawled

canonical_prevstring or null

The URL of the canonical version of the page

canonical_schemestring or null

The protocol of the canonical URL

canonical_scheme_prevstring or null

The protocol of the canonical URL

compliantboolean or null

Indicates that the page is indexable. An indexable page is an HTML page returning the 200 HTTP status code that has neither the "rel=canonical" tag pointing to a different URL nor the "noindex" directive

compliant_prevboolean or null

Indicates that the page is indexable. An indexable page is an HTML page returning the 200 HTTP status code that has neither the "rel=canonical" tag pointing to a different URL nor the "noindex" directive

compressionstring or null

The data compression scheme

compression_prevstring or null

The data compression scheme

content_encodingstring or null

The Content-Encoding HTTP response header field

content_encoding_prevstring or null

The Content-Encoding HTTP response header field

content_lengthinteger or null

The character length of content displayed on the page

content_length_diffinteger or null

The character length of content displayed on the page

content_length_previnteger or null

The character length of content displayed on the page

content_nr_wordinteger or null

The word count of content displayed on the page

content_nr_word_diffinteger or null

The word count of content displayed on the page

content_nr_word_previnteger or null

The word count of content displayed on the page

content_typestring or null

The Content-Type HTTP header of the page or resource. You can find the full list of content types here

content_type_prevstring or null

The Content-Type HTTP header of the page or resource. You can find the full list of content types here

css_no_crawl_reasonarray

The reasons why CSS files linked from the page were not crawled

css_no_crawl_reason_prevarray

The reasons why CSS files linked from the page were not crawled

curl_codeinteger

CURLcode return code. You can find the full list of CURL codes here

depthinteger or null

The minimum number of clicks required for our crawler to reach the URL from the starting point of a crawl (seed page). Please note that redirects are also counted as a level

depth_diffinteger or null

The minimum number of clicks required for our crawler to reach the URL from the starting point of a crawl (seed page). Please note that redirects are also counted as a level

depth_previnteger or null

The minimum number of clicks required for our crawler to reach the URL from the starting point of a crawl (seed page). Please note that redirects are also counted as a level

dofollowinteger or null

The number of incoming external dofollow links pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks

dofollow_previnteger or null

The number of incoming external dofollow links pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks

domainstring

The domain name part of the URL

duplicate_contentinteger or null

The number of pages with matching or appreciably similar content

duplicate_content_canonical_hreflanginteger or null

The number of page groups with matching or appreciably similar content. A group includes pages united by a common canonical URL, hreflang or pagination tags

duplicate_content_canonical_hreflang_diffinteger or null

The number of page groups with matching or appreciably similar content. A group includes pages united by a common canonical URL, hreflang or pagination tags

duplicate_content_canonical_hreflang_previnteger or null

The number of page groups with matching or appreciably similar content. A group includes pages united by a common canonical URL, hreflang or pagination tags

duplicate_content_diffinteger or null

The number of pages with matching or appreciably similar content

duplicate_content_previnteger or null

The number of pages with matching or appreciably similar content

duplicate_descriptioninteger or null

The number of pages that have the same meta description. If the page has more than one meta description, each will be checked for duplicates

duplicate_description_canonical_hreflanginteger or null

The number of page groups that have the same meta description. A group includes pages united by a common canonical URL, hreflang or pagination tags

duplicate_description_canonical_hreflang_diffinteger or null

The number of page groups that have the same meta description. A group includes pages united by a common canonical URL, hreflang or pagination tags

duplicate_description_canonical_hreflang_previnteger or null

The number of page groups that have the same meta description. A group includes pages united by a common canonical URL, hreflang or pagination tags

duplicate_description_diffinteger or null

The number of pages that have the same meta description. If the page has more than one meta description, each will be checked for duplicates

duplicate_description_previnteger or null

The number of pages that have the same meta description. If the page has more than one meta description, each will be checked for duplicates

duplicate_group_identifierinteger or null

The ID of the group of pages that are interconnected via a common canonical URL, hreflang or pagination tags

duplicate_h1integer or null

The number of pages that have the same H1 subheader. If the page has more than one H1 subheader, each will be checked for duplicates

duplicate_h1_diffinteger or null

The number of pages that have the same H1 subheader. If the page has more than one H1 subheader, each will be checked for duplicates

duplicate_h1_previnteger or null

The number of pages that have the same H1 subheader. If the page has more than one H1 subheader, each will be checked for duplicates

duplicate_h1canonical_hreflanginteger or null

The number of page groups sharing the same H1 subheader. A group includes pages united by a common canonical URL, hreflang or pagination tags

duplicate_h1canonical_hreflang_diffinteger or null

The number of page groups sharing the same H1 subheader. A group includes pages united by a common canonical URL, hreflang or pagination tags

duplicate_h1canonical_hreflang_previnteger or null

The number of page groups sharing the same H1 subheader. A group includes pages united by a common canonical URL, hreflang or pagination tags

duplicate_titleinteger or null

The number of pages that have the same title. If the page has more than one title, each will be checked for duplicates

duplicate_title_canonical_hreflanginteger or null

The number of page groups that have the same title. A group includes pages united by a common canonical URL, hreflang or pagination tags

duplicate_title_canonical_hreflang_diffinteger or null

The number of page groups that have the same title. A group includes pages united by a common canonical URL, hreflang or pagination tags

duplicate_title_canonical_hreflang_previnteger or null

The number of page groups that have the same title. A group includes pages united by a common canonical URL, hreflang or pagination tags

duplicate_title_diffinteger or null

The number of pages that have the same title. If the page has more than one title, each will be checked for duplicates

duplicate_title_previnteger or null

The number of pages that have the same title. If the page has more than one title, each will be checked for duplicates

eduinteger or null

The number of incoming external links from .edu domains pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks

edu_diffinteger or null

The number of incoming external links from .edu domains pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks

edu_previnteger or null

The number of incoming external links from .edu domains pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks

external_codearray

The list of HTTP status codes returned by the external URLs linked from the page

external_link_anchorarray

The list of anchor texts used in external outgoing links on the page

external_link_anchor_prevarray

The list of anchor texts used in external outgoing links on the page

external_link_domainarray

The list of external domains linked to from the page

external_link_domain_prevarray

The list of external domains linked to from the page

external_linksarray

The list of external outgoing links on the page

external_links_is_canonicalarray

Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical

external_links_is_canonical_prevarray

Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical

external_links_prevarray

The list of external outgoing links on the page

external_no_crawl_reasonarray

The reasons why the external URLs linked from the page were not crawled

external_no_crawl_reason_prevarray

The reasons why the external URLs linked from the page were not crawled

external_schemearray

The protocols of the external outgoing links on the page

external_scheme_prevarray

The protocols of the external outgoing links on the page

final_redirectstring or null

The destination of the final redirecting URL

final_redirect_codeinteger or null

The HTTP status code of the destination of the final redirecting URL

final_redirect_no_crawl_reasonstring or null

The reason why the destination of the final redirecting URL was not crawled

final_redirect_no_crawl_reason_prevstring or null

The reason why the destination of the final redirecting URL was not crawled

final_redirect_prevstring or null

The destination of the final redirecting URL

found_in_sitemapsarray

The list of sitemaps that reference the URL

found_in_sitemaps_lengthinteger

The number of sitemaps that reference the URL

found_in_sitemaps_prevarray

The list of sitemaps that reference the URL

govinteger or null

The total number of incoming external links from .gov domains pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks

gov_diffinteger or null

The total number of incoming external links from .gov domains pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks

gov_previnteger or null

The total number of incoming external links from .gov domains pointing to the URL (data from Ahrefs' Site Explorer database). Not to be confused with the number of linking pages, as one page can contain multiple backlinks

h1array

The page H1 subheader

h1_prevarray

The page H1 subheader

h1lengtharray

The character length of the page H1 subheader

h1length_prevarray

The character length of the page H1 subheader

h2array

The page H2 subheader

h2_prevarray

The page H2 subheader

hash_contentinteger or null

The page content fingerprint. Pages with matching or appreciably similar content have the same content hash

hash_descriptionsarray

meta_descriptions.hash

hash_h1array

The page H1 subheader fingerprint. Pages with matching H1 tags have the same H1 hash

hash_textinteger or null

The page text fingerprint. Pages with matching content have the same text hash

hash_titlesarray

The page title fingerprint. Pages with matching title tags have the same title hash

hreflangarray

Data from hreflang attributes

hreflang_code_is_validarray

Indicates that hreflang data is specified properly in the hreflang tags on the page. The language must be specified in ISO 639-1 format, and optionally the region in ISO 3166-1 Alpha 2 format

hreflang_code_is_valid_prevarray

Indicates that hreflang data is specified properly in the hreflang tags on the page. The language must be specified in ISO 639-1 format, and optionally the region in ISO 3166-1 Alpha 2 format

hreflang_countryarray

The list of regions specified in the hreflang tags on the page

hreflang_country_prevarray

The list of regions specified in the hreflang tags on the page

hreflang_group_hashinteger or null

The ID of the group of pages that have the same set of hreflang attributes with the same set of URLs in them

hreflang_inlink_urlsarray

The list of incoming URLs with hreflang attribute

hreflang_inlink_urls_prevarray

The list of incoming URLs with hreflang attribute

hreflang_issuesarray

The list of hreflang-related issues a page has

hreflang_issues_prevarray

The list of hreflang-related issues a page has

hreflang_languagearray

The list of languages specified in the hreflang tags on the page

hreflang_language_prevarray

The list of languages specified in the hreflang tags on the page

hreflang_linkarray

The list of URLs specified in the hreflang tags on the page

hreflang_link_is_canonicalarray

Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical

hreflang_link_is_canonical_prevarray

Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical

hreflang_link_prevarray

The list of URLs specified in the hreflang tags on the page

hreflang_no_crawl_reasonarray

The reasons why URLs specified in the hreflang tags on the page were not crawled

hreflang_no_crawl_reason_prevarray

The reasons why URLs specified in the hreflang tags on the page were not crawled

hreflang_pages_urlsarray

List of hreflang-linked pages URLs the page belongs to

hreflang_pages_urls_countinteger or null

Count of hreflang-linked pages URLs the page belongs to

hreflang_pages_urls_count_diffinteger or null

Count of hreflang-linked pages URLs the page belongs to

hreflang_pages_urls_count_previnteger or null

Count of hreflang-linked pages URLs the page belongs to

hreflang_pages_urls_prevarray

List of hreflang-linked pages URLs the page belongs to

hreflang_prevarray

Data from hreflang attributes

html_langstring or null

Data from the page's HTML lang tag

html_lang_code_is_validboolean or null

Indicates that the language (or language-region) code is specified properly in the HTML lang tag. The language must be specified in ISO 639-1 format, and optionally the region in ISO 3166-1 Alpha 2 format

html_lang_code_is_valid_prevboolean or null

Indicates that the language (or language-region) code is specified properly in the HTML lang tag. The language must be specified in ISO 639-1 format, and optionally the region in ISO 3166-1 Alpha 2 format

html_lang_countrystring or null

The region code specified in the page's HTML lang tag

html_lang_country_prevstring or null

The region code specified in the page's HTML lang tag

html_lang_languagestring or null

The language code specified in the page's HTML lang tag

html_lang_language_prevstring or null

The language code specified in the page's HTML lang tag

html_lang_prevstring or null

Data from the page's HTML lang tag

http_codeinteger

The HTTP status code returned by the URL

http_headerarray

The HTTP headers that the web server returns

http_header_prevarray

The HTTP headers that the web server returns

http_header_robotsarray

Instructions for web crawlers specified in HTTP headers

http_header_robots_prevarray

Instructions for web crawlers specified in HTTP headers

http_headers_sizeinteger

The size of the HTTP headers that the web server returns, measured in bytes

http_headers_size_diffinteger or null

The size of the HTTP headers that the web server returns, measured in bytes

http_headers_size_previnteger or null

The size of the HTTP headers that the web server returns, measured in bytes

images_no_crawl_reasonarray

The reasons why images linked from the page were not crawled

images_no_crawl_reason_prevarray

The reasons why images linked from the page were not crawled

incoming_all_linksinteger or null

The number of incoming links to the URL of all types

incoming_all_links_diffinteger or null

The number of incoming links to the URL of all types

incoming_all_links_previnteger or null

The number of incoming links to the URL of all types

incoming_canonicalinteger or null

Shows how many times the URL is linked to from a rel="canonical" element

incoming_canonical_diffinteger or null

Shows how many times the URL is linked to from a rel="canonical" element

incoming_canonical_previnteger or null

Shows how many times the URL is linked to from a rel="canonical" element

incoming_cssinteger or null

The number of incoming links to the CSS file

incoming_css_diffinteger or null

The number of incoming links to the CSS file

incoming_css_previnteger or null

The number of incoming links to the CSS file

incoming_followinteger or null

The number of incoming dofollow links to the URL from hyperlinks

incoming_follow_diffinteger or null

The number of incoming dofollow links to the URL from hyperlinks

incoming_follow_previnteger or null

The number of incoming dofollow links to the URL from hyperlinks

incoming_hreflanginteger or null

Shows how many times the URL is linked to from a rel="alternate" hreflang="x" attribute

incoming_hreflang_diffinteger or null

Shows how many times the URL is linked to from a rel="alternate" hreflang="x" attribute

incoming_hreflang_previnteger or null

Shows how many times the URL is linked to from a rel="alternate" hreflang="x" attribute

incoming_imageinteger or null

The number of incoming links to the image file

incoming_image_diffinteger or null

The number of incoming links to the image file

incoming_image_previnteger or null

The number of incoming links to the image file

incoming_jsinteger or null

The number of incoming links to the JS file

incoming_js_diffinteger or null

The number of incoming links to the JS file

incoming_js_previnteger or null

The number of incoming links to the JS file

incoming_linksinteger or null

The number of incoming links to the URL from hyperlinks

incoming_links_diffinteger or null

The number of incoming links to the URL from hyperlinks

incoming_links_previnteger or null

The number of incoming links to the URL from hyperlinks

incoming_nofollowinteger or null

The number of incoming nofollow links to the URL from hyperlinks

incoming_nofollow_diffinteger or null

The number of incoming nofollow links to the URL from hyperlinks

incoming_nofollow_previnteger or null

The number of incoming nofollow links to the URL from hyperlinks

incoming_paginationinteger or null

Shows how many times the URL is linked to from rel="prev" or rel="next" elements on pages

incoming_pagination_diffinteger or null

Shows how many times the URL is linked to from rel="prev" or rel="next" elements on pages

incoming_pagination_previnteger or null

Shows how many times the URL is linked to from rel="prev" or rel="next" elements on pages

incoming_redirectinteger or null

The number of incoming redirecting links to the URL

incoming_redirect_diffinteger or null

The number of incoming redirecting links to the URL

incoming_redirect_previnteger or null

The number of incoming redirecting links to the URL

indexnow_errorstring or null

The error description for a failed auto-submission

indexnow_error_prevstring or null

The error description for a failed auto-submission

indexnow_reasonstring or null

The reason the page was considered for auto-submission to IndexNow

indexnow_reason_prevstring or null

The reason the page was considered for auto-submission to IndexNow

indexnow_statusstring or null

The status of IndexNow auto-submission. Possible values:

  • Success: The page was successfully submitted to IndexNow.
  • No changes detected: No changes were detected on the page; submission was not required.
  • Not eligible: The URL isn't eligible for submission, e.g., it's not an indexable HTML page.
  • Invalid API key: IndexNow submission failed due to an invalid API key.
  • Failed: Submission to IndexNow failed; see details for the reason.
  • Auto-submission is off: Automatic submission is disabled in Crawl settings
indexnow_status_prevstring or null

The status of IndexNow auto-submission. Possible values:

  • Success: The page was successfully submitted to IndexNow.
  • No changes detected: No changes were detected on the page; submission was not required.
  • Not eligible: The URL isn't eligible for submission, e.g., it's not an indexable HTML page.
  • Invalid API key: IndexNow submission failed due to an invalid API key.
  • Failed: Submission to IndexNow failed; see details for the reason.
  • Auto-submission is off: Automatic submission is disabled in Crawl settings
indexnow_submitted_atstring or null

The date and time when the URL was auto-submitted to IndexNow

indexnow_submitted_at_prevstring or null

The date and time when the URL was auto-submitted to IndexNow

internal_codearray

The list of HTTP status codes returned by the internal URLs linked to from the page

internal_inlink_urlsarray

The list of URLs for incoming internal links

internal_inlink_urls_prevarray

The list of URLs for incoming internal links

internal_link_anchorarray

The list of anchor texts used in internal outgoing links on the page

internal_link_anchor_prevarray

The list of anchor texts used in internal outgoing links on the page

internal_link_domainarray

The domain (or its subdomains, depending on the scope of the crawl) linked to from internal outgoing links on the page

internal_link_domain_prevarray

The domain (or its subdomains, depending on the scope of the crawl) linked to from internal outgoing links on the page

internal_linksarray

The list of internal outgoing links on the page

internal_links_is_canonicalarray

Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical

internal_links_is_canonical_prevarray

Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical

internal_links_prevarray

The list of internal outgoing links on the page

internal_no_crawl_reasonarray

The reasons why the internal URLs linked to from the page were not crawled

internal_no_crawl_reason_prevarray

The reasons why the internal URLs linked to from the page were not crawled

internal_schemearray

The protocols of the internal outgoing links on the page

internal_scheme_prevarray

The protocols of the internal outgoing links on the page

is_htmlboolean

Indicates that the content type of the web document is HTML

is_in_sitemapboolean or null

Indicates that the URL is included in the website's sitemap file

is_in_sitemap_prevboolean or null

Indicates that the URL is included in the website's sitemap file

is_page_title_used_in_serpboolean or null

Indicates that the page and SERP titles match

is_redirect_loopboolean or null

Checks if the URL has a redirect loop

is_redirect_loop_prevboolean or null

Checks if the URL has a redirect loop

is_renderedboolean or null

Indicates that the crawler had executed JavaScript on the page to generate content

is_rendered_prevboolean or null

Indicates that the crawler had executed JavaScript on the page to generate content

is_valid_internal_htmlboolean

The HTML page on the crawled domain or its subdomain that returns a 200 HTTP status code

is_valid_internal_html_prevboolean or null

The HTML page on the crawled domain or its subdomain that returns a 200 HTTP status code

js_no_crawl_reasonarray

The reasons why JavaScript files linked from the page were not crawled

js_no_crawl_reason_prevarray

The reasons why JavaScript files linked from the page were not crawled

jsonld_attributesarray

Names of the schema properties found on the page (with indices)

jsonld_attributes_prevarray

Names of the schema properties found on the page (with indices)

jsonld_schema_typesarray

Schema objects found on the page

jsonld_schema_types_prevarray

Schema objects found on the page

jsonld_validation_kindsarray

Issues with the structured data found on the page

jsonld_validation_kinds_prevarray

Issues with the structured data found on the page

jsonld_valuesarray

Values of the schema properties found on the page

jsonld_values_prevarray

Values of the schema properties found on the page

keywordsarray

The page meta keywords

keywords_prevarray

The page meta keywords

lengthinteger

The character length of the URL

links_count_cssinteger or null

The number of CSS files linked from the page

links_count_css_previnteger or null

The number of CSS files linked from the page

links_count_externalinteger or null

The number of external outgoing links on the page

links_count_external3xxinteger or null

The number of external outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes

links_count_external3xx_diffinteger or null

The number of external outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes

links_count_external3xx_previnteger or null

The number of external outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes

links_count_external4xxinteger or null

The number of external outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes

links_count_external4xx_diffinteger or null

The number of external outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes

links_count_external4xx_previnteger or null

The number of external outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes

links_count_external5xxinteger or null

The number of external outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes

links_count_external5xx_diffinteger or null

The number of external outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes

links_count_external5xx_previnteger or null

The number of external outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes

links_count_external_diffinteger or null

The number of external outgoing links on the page

links_count_external_followinteger or null

The number of external outgoing dofollow links on the page

links_count_external_follow_diffinteger or null

The number of external outgoing dofollow links on the page

links_count_external_follow_previnteger or null

The number of external outgoing dofollow links on the page

links_count_external_nofollowinteger or null

The number of external outgoing nofollow links on the page

links_count_external_nofollow_diffinteger or null

The number of external outgoing nofollow links on the page

links_count_external_nofollow_previnteger or null

The number of external outgoing nofollow links on the page

links_count_external_non_canonicalinteger or null

The number of external outgoing links on the page that point to non-canonical pages

links_count_external_non_canonical_diffinteger or null

The number of external outgoing links on the page that point to non-canonical pages

links_count_external_non_canonical_previnteger or null

The number of external outgoing links on the page that point to non-canonical pages

links_count_external_previnteger or null

The number of external outgoing links on the page

links_count_external_xxxinteger or null

The number of external outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code

links_count_external_xxx_diffinteger or null

The number of external outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code

links_count_external_xxx_previnteger or null

The number of external outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code

links_count_imagesinteger or null

The number of images linked from the page

links_count_images_diffinteger or null

The number of images linked from the page

links_count_images_previnteger or null

The number of images linked from the page

links_count_images_with_altinteger or null

The number of images linked from the page that have an alt attribute (alternate text)

links_count_images_with_alt_diffinteger or null

The number of images linked from the page that have an alt attribute (alternate text)

links_count_images_with_alt_previnteger or null

The number of images linked from the page that have an alt attribute (alternate text)

links_count_images_without_altinteger or null

The number of images linked from the page that have no alt attribute (alternate text)

links_count_images_without_alt_diffinteger or null

The number of images linked from the page that have no alt attribute (alternate text)

links_count_images_without_alt_previnteger or null

The number of images linked from the page that have no alt attribute (alternate text)

links_count_internalinteger or null

The number of internal outgoing links on the page

links_count_internal3xxinteger or null

The number of internal outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes

links_count_internal3xx_diffinteger or null

The number of internal outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes

links_count_internal3xx_previnteger or null

The number of internal outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes

links_count_internal4xxinteger or null

The number of internal outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes

links_count_internal4xx_diffinteger or null

The number of internal outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes

links_count_internal4xx_previnteger or null

The number of internal outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes

links_count_internal5xxinteger or null

The number of internal outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes

links_count_internal5xx_diffinteger or null

The number of internal outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes

links_count_internal5xx_previnteger or null

The number of internal outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes

links_count_internal_diffinteger or null

The number of internal outgoing links on the page

links_count_internal_followinteger or null

The number of internal outgoing dofollow links on the page

links_count_internal_follow_diffinteger or null

The number of internal outgoing dofollow links on the page

links_count_internal_follow_previnteger or null

The number of internal outgoing dofollow links on the page

links_count_internal_nofollowinteger or null

The number of internal outgoing nofollow links on the page

links_count_internal_nofollow_diffinteger or null

The number of internal outgoing nofollow links on the page

links_count_internal_nofollow_previnteger or null

The number of internal outgoing nofollow links on the page

links_count_internal_non_canonicalinteger or null

The number of internal outgoing links on the page that point to non-canonical pages

links_count_internal_non_canonical_diffinteger or null

The number of internal outgoing links on the page that point to non-canonical pages

links_count_internal_non_canonical_previnteger or null

The number of internal outgoing links on the page that point to non-canonical pages

links_count_internal_previnteger or null

The number of internal outgoing links on the page

links_count_internal_xxxinteger or null

The number of internal outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code

links_count_internal_xxx_diffinteger or null

The number of internal outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code

links_count_internal_xxx_previnteger or null

The number of internal outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code

links_count_jsinteger or null

The number of JavaScript files linked from the page

links_count_js_diffinteger or null

The number of JavaScript files linked from the page

links_count_js_previnteger or null

The number of JavaScript files linked from the page

links_cssarray

The list of CSS files linked from the page

links_css_codearray

The list of HTTP status codes returned by CSS files linked from the page

links_css_domainarray

The list of domains that contain CSS files linked from the page

links_css_domain_prevarray

The list of domains that contain CSS files linked from the page

links_css_prevarray

The list of CSS files linked from the page

links_css_schemearray

The protocols of CSS files linked from the page

links_css_scheme_prevarray

The protocols of CSS files linked from the page

links_external3xxarray

The list of external outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes

links_external3xx_prevarray

The list of external outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes

links_external4xxarray

The list of external outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes

links_external4xx_prevarray

The list of external outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes

links_external5xxarray

The list of external outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes

links_external5xx_prevarray

The list of external outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes

links_external_followarray

The list of external outgoing dofollow links on the page

links_external_follow_prevarray

The list of external outgoing dofollow links on the page

links_external_nofollowarray

The list of external outgoing nofollow links on the page

links_external_nofollow_prevarray

The list of external outgoing nofollow links on the page

links_external_non_canonicalarray

The list of external outgoing links on the page that point to non-canonical pages

links_external_non_canonical_prevarray

The list of external outgoing links on the page that point to non-canonical pages

links_external_xxxarray

The number of external outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code

links_external_xxx_prevarray

The number of external outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code

links_hreflang_codearray

The list of HTTP status codes returned by the URLs specified in hreflang tags on the page

links_imagesarray

The list of images linked from the page

links_images_altarray

The list of alternate texts of images linked from the page

links_images_alt_prevarray

The list of alternate texts of images linked from the page

links_images_codearray

The list of HTTP status codes returned by images linked from the page

links_images_domainarray

The list of domains that contain images linked from the page

links_images_domain_prevarray

The list of domains that contain images linked from the page

links_images_prevarray

The list of images linked from the page

links_images_schemearray

The protocols of images linked from the page

links_images_scheme_prevarray

The protocols of images linked from the page

links_images_with_altarray

The list of images linked from the page that have an alt attribute (alternate text)

links_images_with_alt_prevarray

The list of images linked from the page that have an alt attribute (alternate text)

links_images_without_altarray

The list of images linked from the page that have no alt attribute (alternate text)

links_images_without_alt_prevarray

The list of images linked from the page that have no alt attribute (alternate text)

links_internal3xxarray

The list of internal outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes

links_internal3xx_prevarray

The list of internal outgoing links on the page pointing to URLs that return one of the 3xx (redirection) HTTP status codes

links_internal4xxarray

The list of internal outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes

links_internal4xx_prevarray

The list of internal outgoing links on the page pointing to URLs that return one of the 4xx (client error) HTTP status codes

links_internal5xxarray

The list of internal outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes

links_internal5xx_prevarray

The list of internal outgoing links on the page pointing to URLs that return one of the 5xx (server error) HTTP status codes

links_internal_followarray

The list of internal outgoing dofollow links on the page

links_internal_follow_prevarray

The list of internal outgoing dofollow links on the page

links_internal_nofollowarray

The list of internal outgoing nofollow links on the page

links_internal_nofollow_prevarray

The list of internal outgoing nofollow links on the page

links_internal_non_canonicalarray

The list of internal outgoing links on the page that point to non-canonical pages

links_internal_non_canonical_prevarray

The list of internal outgoing links on the page that point to non-canonical pages

links_internal_xxxarray

The list of internal outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code

links_internal_xxx_prevarray

The list of internal outgoing links on the page pointing to URLs that return HTTP status codes other than 2xx, 3xx, 4xx, 5xx or return no status code

links_jsarray

The list of JavaScript files linked from the page

links_js_codearray

The list of HTTP status codes returned by JavaScript files linked from the page

links_js_domainarray

The list of domains that contain JavaScript files linked from the page

links_js_domain_prevarray

The list of domains that contain JavaScript files linked from the page

links_js_prevarray

The list of JavaScript files linked from the page

links_js_schemearray

The protocols of JavaScript files linked from the page

links_js_scheme_prevarray

The protocols of JavaScript files linked from the page

loading_timeinteger

The time it takes for the crawler to load the full content of the document, measured in milliseconds

loading_time_diffinteger or null

The time it takes for the crawler to load the full content of the document, measured in milliseconds

loading_time_previnteger or null

The time it takes for the crawler to load the full content of the document, measured in milliseconds

meta_descriptionarray

Meta description

meta_description_lengtharray

Meta description length

meta_description_length_prevarray

Meta description length

meta_description_prevarray

Meta description

meta_refresharray

The time set in a meta refresh tag, in seconds

meta_refresh_prevarray

The time set in a meta refresh tag, in seconds

meta_robotsarray

Instructions for web crawlers specified in HTML robots meta tags on the page

meta_robots_prevarray

Instructions for web crawlers specified in HTML robots meta tags on the page

meta_twitter_tags_app_google_playstring or null

The app ID in the Google Play Store specified in the twitter:app:id:ipad meta property

meta_twitter_tags_app_google_play_prevstring or null

The app ID in the Google Play Store specified in the twitter:app:id:ipad meta property

meta_twitter_tags_app_ipadstring or null

The app ID in the iTunes App Store specified in the twitter:app:id:ipad meta property

meta_twitter_tags_app_ipad_prevstring or null

The app ID in the iTunes App Store specified in the twitter:app:id:ipad meta property

meta_twitter_tags_app_iphonestring or null

The app ID in the iTunes App Store specified in the twitter:app:id:iphone meta property

meta_twitter_tags_app_iphone_prevstring or null

The app ID in the iTunes App Store specified in the twitter:app:id:iphone meta property

meta_twitter_tags_attributesarray

The list of X (Twitter) Card properties on the page

meta_twitter_tags_attributes_prevarray

The list of X (Twitter) Card properties on the page

meta_twitter_tags_cardstring or null

The X (Twitter) Card type can be "summary", "summary_large_image", "app", or "player"

meta_twitter_tags_card_prevstring or null

The X (Twitter) Card type can be "summary", "summary_large_image", "app", or "player"

meta_twitter_tags_descriptionstring or null

meta_twitter_tags.description

meta_twitter_tags_description_prevstring or null

meta_twitter_tags.description

meta_twitter_tags_imagestring or null

The image URL specified in the twitter:image meta property

meta_twitter_tags_image_prevstring or null

The image URL specified in the twitter:image meta property

meta_twitter_tags_image_url_invalidboolean or null

Indicates that the URL specified in the twitter:image meta property is a valid absolute URL

meta_twitter_tags_image_url_invalid_prevboolean or null

Indicates that the URL specified in the twitter:image meta property is a valid absolute URL

meta_twitter_tags_playerstring or null

The HTTPS URL of player iframe specified in the twitter:player meta property

meta_twitter_tags_player_heightinteger or null

The height of iframe in pixels specified in the twitter:player:width meta property

meta_twitter_tags_player_height_diffinteger or null

The height of iframe in pixels specified in the twitter:player:width meta property

meta_twitter_tags_player_height_previnteger or null

The height of iframe in pixels specified in the twitter:player:width meta property

meta_twitter_tags_player_prevstring or null

The HTTPS URL of player iframe specified in the twitter:player meta property

meta_twitter_tags_player_widthinteger or null

The width of iframe in pixels specified in the twitter:player:width meta property

meta_twitter_tags_player_width_diffinteger or null

The width of iframe in pixels specified in the twitter:player:width meta property

meta_twitter_tags_player_width_previnteger or null

The width of iframe in pixels specified in the twitter:player:width meta property

meta_twitter_tags_sitestring or null

The X (Twitter) handle specified in the twitter:site meta property

meta_twitter_tags_site_prevstring or null

The X (Twitter) handle specified in the twitter:site meta property

meta_twitter_tags_titlestring or null

The title text specified in the twitter:title meta property

meta_twitter_tags_title_prevstring or null

The title text specified in the twitter:title meta property

meta_twitter_tags_validboolean or null

Indicates that the page has all the necessary tags required in a X (Twitter) Card

meta_twitter_tags_valid_prevboolean or null

Indicates that the page has all the necessary tags required in a X (Twitter) Card

meta_twitter_tags_valuesarray

Data from the X (Twitter) Card properties on the page

meta_twitter_tags_values_prevarray

Data from the X (Twitter) Card properties on the page

navigation_nextstring or null

The URL specified in the rel="next" element on the page

navigation_next_codeinteger or null

The HTTP status code returned by the URL specified in the rel="next" element on a page

navigation_next_no_crawl_reasonstring or null

The reason why the URL specified in the rel="next" element on a page was not crawled

navigation_next_no_crawl_reason_prevstring or null

The reason why the URL specified in the rel="next" element on a page was not crawled

navigation_next_prevstring or null

The URL specified in the rel="next" element on the page

navigation_prev_codeinteger or null

The HTTP status code returned by the URL specified in the rel="prev" element on a page

navigation_prev_no_crawl_reasonstring or null

The reason why the URL specified in the rel="prev" element on a page was not crawled

navigation_prev_no_crawl_reason_prevstring or null

The reason why the URL specified in the rel="prev" element on a page was not crawled

no_crawl_reasonstring or null

The reason why the URL was not crawled

no_crawl_reason_prevstring or null

The reason why the URL was not crawled

nofollowinteger or null

The number of incoming external nofollow links pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks

nofollow_diffinteger or null

The number of incoming external nofollow links pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks

nofollow_previnteger or null

The number of incoming external nofollow links pointing to the URL. Not to be confused with the number of linking pages, as one page can contain multiple backlinks

nr_h1integer

The number of H1 subheaders on the page

nr_h1_previnteger or null

The number of H1 subheaders on the page

nr_meta_descriptioninteger

Number of Meta descriptions

nr_meta_description_diffinteger or null

Number of Meta descriptions

nr_meta_description_previnteger or null

Number of Meta descriptions

nr_redirect_chain_urlsinteger or null

The number of redirect chain URLs

nr_redirect_chain_urls_diffinteger or null

The number of redirect chain URLs

nr_redirect_chain_urls_previnteger or null

The number of redirect chain URLs

nr_titlesinteger

The number of title tags on the page

nr_titles_diffinteger or null

The number of title tags on the page

nr_titles_previnteger or null

The number of title tags on the page

og_tags_attributesarray

The list of Open Graph properties on a page

og_tags_attributes_prevarray

The list of Open Graph properties on a page

og_tags_imagestring or null

The image URL specified in the og:image meta property

og_tags_image_prevstring or null

The image URL specified in the og:image meta property

og_tags_image_url_invalidboolean or null

Indicates that the URL specified in the og:image meta property is a valid absolute URL

og_tags_image_url_invalid_prevboolean or null

Indicates that the URL specified in the og:image meta property is a valid absolute URL

og_tags_inconsistent_canonicalboolean or null

Indicates that the URL specified in the og:url meta property matches the URL specified as the canonical version of the page

og_tags_inconsistent_canonical_prevboolean or null

Indicates that the URL specified in the og:url meta property matches the URL specified as the canonical version of the page

og_tags_titlestring or null

The title text specified in the og:title meta property

og_tags_title_prevstring or null

The title text specified in the og:title meta property

og_tags_typestring or null

The object type specified in the og:type meta property

og_tags_type_prevstring or null

The object type specified in the og:type meta property

og_tags_urlstring or null

The URL specified in the og:url meta property

og_tags_url_prevstring or null

The URL specified in the og:url meta property

og_tags_url_validboolean or null

Indicates that the URL specified in the og:url meta property is a valid absolute URL

og_tags_url_valid_prevboolean or null

Indicates that the URL specified in the og:url meta property is a valid absolute URL

og_tags_validboolean or null

Indicates that the page has all four required Open Graph properties: og:title, og:type, og:image, and og:url

og_tags_valid_prevboolean or null

Indicates that the page has all four required Open Graph properties: og:title, og:type, og:image, and og:url

og_tags_valuearray

Data from Open Graph properties on a page

og_tags_value_prevarray

Data from Open Graph properties on a page

originstring or null

Shows where the URL was originally found during the crawl

origin_prevstring or null

Shows where the URL was originally found during the crawl

page_is_nofollowboolean or null

Check if the page is nofollow, based on http header and meta robots instructions

page_is_nofollow_prevboolean or null

Check if the page is nofollow, based on http header and meta robots instructions

page_is_noindexboolean or null

Check if the page is noindex, based on http header and meta robots instructions

page_is_noindex_prevboolean or null

Check if the page is noindex, based on http header and meta robots instructions

page_ratinginteger or null

Page Rating (PR) shows the URL's internal and external backlink profile strength relative to other URLs included in the crawl

page_raw_urinteger or null

URL Rating (UR) shows the strength of your target page's backlink profile on a 100-point logarithmic scale. Learn more

page_raw_ur_diffinteger or null

URL Rating (UR) shows the strength of your target page's backlink profile on a 100-point logarithmic scale. Learn more

page_raw_ur_previnteger or null

URL Rating (UR) shows the strength of your target page's backlink profile on a 100-point logarithmic scale. Learn more

page_typearray

Site Audit categorizes URLs as HTML Pages, Resource files (image, CSS or JavaScript), XML Sitemaps and Robots.txt. If a page doesn't return status code 200 or has a content type that isn't covered by the categories above, it's considered as "Other". Since we can't determine what these pages are, we further classify them based on how incoming links reference them: as resources (receive resource incoming links) or as pages (receive non-resource incoming links)

page_type_prevarray

Site Audit categorizes URLs as HTML Pages, Resource files (image, CSS or JavaScript), XML Sitemaps and Robots.txt. If a page doesn't return status code 200 or has a content type that isn't covered by the categories above, it's considered as "Other". Since we can't determine what these pages are, we further classify them based on how incoming links reference them: as resources (receive resource incoming links) or as pages (receive non-resource incoming links)

pagination_groupinteger or null

The ID of the group of pages interconnected via their rel="next" and rel="prev" links

pagination_group_previnteger or null

The ID of the group of pages interconnected via their rel="next" and rel="prev" links

positionsinteger or null

The number of keywords the page is ranking for in top 100 organic search results worldwide (data from Ahrefs' Site Explorer)

positions_diffinteger or null

The number of keywords the page is ranking for in top 100 organic search results worldwide (data from Ahrefs' Site Explorer)

positions_previnteger or null

The number of keywords the page is ranking for in top 100 organic search results worldwide (data from Ahrefs' Site Explorer)

positions_top10integer or null

The number of keywords the page is ranking for in top 10 organic search results worldwide (data from Ahrefs' Site Explorer)

positions_top10_diffinteger or null

The number of keywords the page is ranking for in top 10 organic search results worldwide (data from Ahrefs' Site Explorer)

positions_top10_previnteger or null

The number of keywords the page is ranking for in top 10 organic search results worldwide (data from Ahrefs' Site Explorer)

positions_top3integer or null

The number of keywords the page is ranking for in top 3 organic search results worldwide (data from Ahrefs' Site Explorer)

positions_top3_diffinteger or null

The number of keywords the page is ranking for in top 3 organic search results worldwide (data from Ahrefs' Site Explorer)

positions_top3_previnteger or null

The number of keywords the page is ranking for in top 3 organic search results worldwide (data from Ahrefs' Site Explorer)

psi_crux_cls_categorystring or null

Your CLS category will be either Good (<0.1), Needs Improvement (0.1 - 0.25), or Poor (>0.25). The category is based on the lowest threshold that includes 75% of page views. Learn more

psi_crux_cls_category_prevstring or null

Your CLS category will be either Good (<0.1), Needs Improvement (0.1 - 0.25), or Poor (>0.25). The category is based on the lowest threshold that includes 75% of page views. Learn more

psi_crux_cls_distributions_proportionarray

What % of collected CLS metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more

psi_crux_cls_distributions_proportion_prevarray

What % of collected CLS metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more

psi_crux_cls_percentilenumber or null

Cumulative Layout Shift measures visual stability. The range is 0-1, where 0 is stable and 1 means a lot of shifting. This score comes from the Chrome User Experience Report which looks at real user data. Learn more

psi_crux_cls_percentile_diffinteger or null

Cumulative Layout Shift measures visual stability. The range is 0-1, where 0 is stable and 1 means a lot of shifting. This score comes from the Chrome User Experience Report which looks at real user data. Learn more

psi_crux_cls_percentile_prevnumber or null

Cumulative Layout Shift measures visual stability. The range is 0-1, where 0 is stable and 1 means a lot of shifting. This score comes from the Chrome User Experience Report which looks at real user data. Learn more

psi_crux_fid_categorystring or null

Your FID category will be either Good (<100 ms), Needs Improvement (100 ms - 300 ms), or Poor (>300 ms). The category is based on the lowest threshold that includes 75% of page views. Learn more

psi_crux_fid_category_prevstring or null

Your FID category will be either Good (<100 ms), Needs Improvement (100 ms - 300 ms), or Poor (>300 ms). The category is based on the lowest threshold that includes 75% of page views. Learn more

psi_crux_fid_distributions_proportionarray

What % of collected FID metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more

psi_crux_fid_distributions_proportion_prevarray

What % of collected FID metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more

psi_crux_fid_percentilenumber or null

First Input Delay measures interactivity. This score comes from the Chrome User Experience Report which looks at real user data. Learn more

psi_crux_fid_percentile_diffinteger or null

First Input Delay measures interactivity. This score comes from the Chrome User Experience Report which looks at real user data. Learn more

psi_crux_fid_percentile_prevnumber or null

First Input Delay measures interactivity. This score comes from the Chrome User Experience Report which looks at real user data. Learn more

psi_crux_inp_categorystring or null

Your INP category will be either Good (<200 ms), Needs Improvement (200 ms - 500 ms), or Poor (>500 ms). The category is based on the lowest threshold that includes 75% of page views. Learn more

psi_crux_inp_category_prevstring or null

Your INP category will be either Good (<200 ms), Needs Improvement (200 ms - 500 ms), or Poor (>500 ms). The category is based on the lowest threshold that includes 75% of page views. Learn more

psi_crux_inp_distributions_proportionarray

What % of collected INP metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more

psi_crux_inp_distributions_proportion_prevarray

What % of collected INP metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more

psi_crux_inp_percentilenumber or null

Interaction to Next Paint measure overall responsiveness of a page to user interactions. This score comes from the Chrome User Experience Report which looks at real user data. Learn more

psi_crux_inp_percentile_diffinteger or null

Interaction to Next Paint measure overall responsiveness of a page to user interactions. This score comes from the Chrome User Experience Report which looks at real user data. Learn more

psi_crux_inp_percentile_prevnumber or null

Interaction to Next Paint measure overall responsiveness of a page to user interactions. This score comes from the Chrome User Experience Report which looks at real user data. Learn more

psi_crux_lcp_categorystring or null

Your LCP category will be either Good (<2.5 sec), Needs Improvement (2.5 sec - 4.0 sec), or Poor (>4.0 sec). The category is based on the lowest threshold that includes 75% of page views. Learn more

psi_crux_lcp_category_prevstring or null

Your LCP category will be either Good (<2.5 sec), Needs Improvement (2.5 sec - 4.0 sec), or Poor (>4.0 sec). The category is based on the lowest threshold that includes 75% of page views. Learn more

psi_crux_lcp_distributions_proportionarray

What % of collected LCP metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more

psi_crux_lcp_distributions_proportion_prevarray

What % of collected LCP metrics are in each associated threshold, which categorize performance as either "Good", "Needs Improvement", or "Poor". Learn more

psi_crux_lcp_percentilenumber or null

Largest Contentful Paint measures visual loading performance. This score comes from the Chrome User Experience Report which looks at real user data. Learn more

psi_crux_lcp_percentile_diffinteger or null

Largest Contentful Paint measures visual loading performance. This score comes from the Chrome User Experience Report which looks at real user data. Learn more

psi_crux_lcp_percentile_prevnumber or null

Largest Contentful Paint measures visual loading performance. This score comes from the Chrome User Experience Report which looks at real user data. Learn more

psi_lighthouse_cls_error_messagestring or null

The message returned by Lighthouse if there is an error when measuring CLS

psi_lighthouse_cls_error_message_prevstring or null

The message returned by Lighthouse if there is an error when measuring CLS

psi_lighthouse_cls_valuenumber or null

Cumulative Layout Shift measures visual stability. The range is 0-1, where 0 is stable and 1 means a lot of shifting. This score comes from Lighthouse in a simulated test environment. Learn more

psi_lighthouse_cls_value_diffinteger or null

Cumulative Layout Shift measures visual stability. The range is 0-1, where 0 is stable and 1 means a lot of shifting. This score comes from Lighthouse in a simulated test environment. Learn more

psi_lighthouse_cls_value_prevnumber or null

Cumulative Layout Shift measures visual stability. The range is 0-1, where 0 is stable and 1 means a lot of shifting. This score comes from Lighthouse in a simulated test environment. Learn more

psi_lighthouse_lcp_error_messagestring or null

The message returned by Lighthouse if there is an error when measuring LCP

psi_lighthouse_lcp_error_message_prevstring or null

The message returned by Lighthouse if there is an error when measuring LCP

psi_lighthouse_lcp_valuenumber or null

Largest Contentful Paint measures visual loading performance. This score comes from Lighthouse in a simulated test environment. Learn more

psi_lighthouse_lcp_value_diffinteger or null

Largest Contentful Paint measures visual loading performance. This score comes from Lighthouse in a simulated test environment. Learn more

psi_lighthouse_lcp_value_prevnumber or null

Largest Contentful Paint measures visual loading performance. This score comes from Lighthouse in a simulated test environment. Learn more

psi_lighthouse_scoreinteger or null

This score uses multiple Lighthouse speed metrics to create a summary of the page's performance and use of best practices. Scores will be considered Good (>90), Needs Improvement (50-90), or Poor (<50). Learn more

psi_lighthouse_score_diffinteger or null

This score uses multiple Lighthouse speed metrics to create a summary of the page's performance and use of best practices. Scores will be considered Good (>90), Needs Improvement (50-90), or Poor (<50). Learn more

psi_lighthouse_score_previnteger or null

This score uses multiple Lighthouse speed metrics to create a summary of the page's performance and use of best practices. Scores will be considered Good (>90), Needs Improvement (50-90), or Poor (<50). Learn more

psi_lighthouse_tbt_error_messagestring or null

The message returned by Lighthouse if there is an error when measuring TBT

psi_lighthouse_tbt_error_message_prevstring or null

The message returned by Lighthouse if there is an error when measuring TBT

psi_lighthouse_tbt_valuenumber or null

Total Blocking Time measures the total amount of time that a page is blocked from responding to user interactions. This score comes from Lighthouse in a simulated test environment. TBT is the recommended alternative to FID for lab tests. Learn more

psi_lighthouse_tbt_value_diffinteger or null

Total Blocking Time measures the total amount of time that a page is blocked from responding to user interactions. This score comes from Lighthouse in a simulated test environment. TBT is the recommended alternative to FID for lab tests. Learn more

psi_lighthouse_tbt_value_prevnumber or null

Total Blocking Time measures the total amount of time that a page is blocked from responding to user interactions. This score comes from Lighthouse in a simulated test environment. TBT is the recommended alternative to FID for lab tests. Learn more

psi_mobile_issuesarray

List of mobile-related issues on the page detected by Lighthouse

psi_mobile_issues_explanationsarray

Details about the mobile issues detected by Lighthouse

psi_mobile_issues_explanations_prevarray

Details about the mobile issues detected by Lighthouse

psi_mobile_issues_prevarray

List of mobile-related issues on the page detected by Lighthouse

psi_request_error_messagestring or null

The message returned by PageSpeed Insights API if there is an error. Learn more

psi_request_error_message_prevstring or null

The message returned by PageSpeed Insights API if there is an error. Learn more

psi_request_statusstring or null

The result of a request to PageSpeed Insights API. Learn more

psi_request_status_prevstring or null

The result of a request to PageSpeed Insights API. Learn more

redirectstring or null

The destination of the redirecting URL

redirect_chain_urlsarray

The list of redirect chain URLs

redirect_chain_urls_codearray

The list of HTTP status codes returned by the redirect chain URLs

redirect_chain_urls_no_crawl_reasonarray

The reasons why the redirect chain URLs were not crawled

redirect_chain_urls_no_crawl_reason_prevarray

The reasons why the redirect chain URLs were not crawled

redirect_chain_urls_prevarray

The list of redirect chain URLs

redirect_codeinteger or null

The HTTP status code of the destination of the redirecting URL

redirect_countsinteger or null

The number of incoming external links pointing to the URL via a redirect. Not to be confused with the number of linking pages, as one page can contain multiple backlinks

redirect_counts_diffinteger or null

The number of incoming external links pointing to the URL via a redirect. Not to be confused with the number of linking pages, as one page can contain multiple backlinks

redirect_counts_previnteger or null

The number of incoming external links pointing to the URL via a redirect. Not to be confused with the number of linking pages, as one page can contain multiple backlinks

redirect_is_canonicalboolean or null

Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical

redirect_is_canonical_prevboolean or null

Indicates whether the target page tags itself as the canonical version to be shown in search results. A page is considered as canonical when it doesn't refer to any other pages as canonical

redirect_no_crawl_reasonstring or null

The reason why the destination of the redirecting URL was not crawled

redirect_no_crawl_reason_prevstring or null

The reason why the destination of the redirecting URL was not crawled

redirect_prevstring or null

The destination of the redirecting URL

redirect_schemestring or null

The protocol of the redirecting URL

redirect_scheme_prevstring or null

The protocol of the redirecting URL

refclass_cinteger or null

The number of IP networks that have websites with at least 1 link pointing to the URL. An IP network consists of IP addresses sharing the first three numbers of their numerical label. Example: 151.80.39.61 is the website IP address where 151.80.39.XXX is the IP network

refclass_c_diffinteger or null

The number of IP networks that have websites with at least 1 link pointing to the URL. An IP network consists of IP addresses sharing the first three numbers of their numerical label. Example: 151.80.39.61 is the website IP address where 151.80.39.XXX is the IP network

refclass_c_previnteger or null

The number of IP networks that have websites with at least 1 link pointing to the URL. An IP network consists of IP addresses sharing the first three numbers of their numerical label. Example: 151.80.39.61 is the website IP address where 151.80.39.XXX is the IP network

refhostsinteger or null

The number of unique external domains that have at least 1 link pointing to the URL (data from Ahrefs' Site Explorer database)

refhosts_diffinteger or null

The number of unique external domains that have at least 1 link pointing to the URL (data from Ahrefs' Site Explorer database)

refhosts_previnteger or null

The number of unique external domains that have at least 1 link pointing to the URL (data from Ahrefs' Site Explorer database)

refipsinteger or null

The number of unique external IP addresses that incorporate websites with at least 1 link pointing to the URL. Several domains can share one IP address

refips_previnteger or null

The number of unique external IP addresses that incorporate websites with at least 1 link pointing to the URL. Several domains can share one IP address

refpagesinteger or null

The number of unique external pages linking to the URL (data from Ahrefs' Site Explorer database)

refpages_diffinteger or null

The number of unique external pages linking to the URL (data from Ahrefs' Site Explorer database)

refpages_previnteger or null

The number of unique external pages linking to the URL (data from Ahrefs' Site Explorer database)

robots_allow_rulesarray

Allow: rules

robots_allow_rules_prevarray

Allow: rules

robots_crawl_delayinteger or null

Crawl-delay:

robots_crawl_delay_previnteger or null

Crawl-delay:

robots_disallow_rulesarray

Disallow: rules

robots_disallow_rules_prevarray

Disallow: rules

robots_errorstring or null

The error occurred while crawling the robots.txt file

robots_error_prevstring or null

The error occurred while crawling the robots.txt file

robots_error_textstring or null

Robots.txt error text

robots_error_text_prevstring or null

Robots.txt error text

robots_redirect_looparray

Robots.txt error redirect loop

robots_redirect_loop_prevarray

Robots.txt error redirect loop

robots_sitemapsarray

The list of sitemaps referenced in the robots.txt file

robots_sitemaps_prevarray

The list of sitemaps referenced in the robots.txt file

rssinteger or null

The number of incoming external links from RSS feeds (data from Ahrefs' Site Explorer database)

rss_diffinteger or null

The number of incoming external links from RSS feeds (data from Ahrefs' Site Explorer database)

rss_previnteger or null

The number of incoming external links from RSS feeds (data from Ahrefs' Site Explorer database)

schemestring

Hypertext Transfer Protocol of the URL (HTTP or HTTPS)

self_canonicalboolean or null

Indicates that the page has a self-referential canonical URL

self_canonical_prevboolean or null

Indicates that the page has a self-referential canonical URL

self_hreflangarray

Data from hreflang tag with a self-referential URL

self_hreflang_code_is_validarray

Indicates that hreflang data is specified properly in hreflang tag with a self-referential URL. The language must be specified in ISO 639-1 format, and optionally the region in ISO 3166-1 Alpha 2 format

self_hreflang_code_is_valid_prevarray

Indicates that hreflang data is specified properly in hreflang tag with a self-referential URL. The language must be specified in ISO 639-1 format, and optionally the region in ISO 3166-1 Alpha 2 format

self_hreflang_countryarray

The region specified in the hreflang tag with a self-referential URL

self_hreflang_country_prevarray

The region specified in the hreflang tag with a self-referential URL

self_hreflang_languagearray

The language specified in the hreflang tag with a self-referential URL

self_hreflang_language_prevarray

The language specified in the hreflang tag with a self-referential URL

self_hreflang_prevarray

Data from hreflang tag with a self-referential URL

serp_titlestring or null

The title displayed for the page in its top keyword's SERP on desktop

serp_title_prevstring or null

The title displayed for the page in its top keyword's SERP on desktop

sitemap_errorstring or null

The error occurred while crawling the sitemap

sitemap_error_prevstring or null

The error occurred while crawling the sitemap

sitemap_error_textstring or null

Sitemap error text

sitemap_error_text_prevstring or null

Sitemap error text

sitemap_is_indexboolean or null

Indicates that the sitemap is a sitemap index file

sitemap_is_index_prevboolean or null

Indicates that the sitemap is a sitemap index file

sitemap_nr_urlsinteger or null

The number of URLs referenced in the sitemap

sitemap_nr_urls_previnteger or null

The number of URLs referenced in the sitemap

sitemap_save_max_sizeinteger or null

Max size of sitemap allows content to be saved

sitemap_save_max_size_diffinteger or null

Max size of sitemap allows content to be saved

sitemap_save_max_size_previnteger or null

Max size of sitemap allows content to be saved

sitemap_unzipped_sizeinteger or null

Sitemap size (uncompressed)

sitemap_unzipped_size_diffinteger or null

Sitemap size (uncompressed)

sitemap_unzipped_size_previnteger or null

Sitemap size (uncompressed)

sizeinteger

The size of the page or resource, measured in bytes

size_diffinteger or null

The size of the page or resource, measured in bytes

size_previnteger or null

The size of the page or resource, measured in bytes

sourcearray

Source from which the URL can be reached

source_prevarray

Source from which the URL can be reached

stampstring

The time and date when the URL was crawled

stamp_prevstring or null

The time and date when the URL was crawled

time_to_first_byteinteger

The time it takes for the crawler to receive the first byte of the response from a web server, measured in milliseconds

time_to_first_byte_previnteger or null

The time it takes for the crawler to receive the first byte of the response from a web server, measured in milliseconds

titlearray

The page title

title_prevarray

The page title

titles_lengtharray

The character length of the page title

titles_length_prevarray

The character length of the page title

top_keywordstring or null

The keyword that brings the page the most organic traffic across all countries

top_keyword_positioninteger or null

The position that the page holds for its top keyword

top_keyword_position_diffinteger or null

The position that the page holds for its top keyword

top_keyword_position_previnteger or null

The position that the page holds for its top keyword

top_keyword_prevstring or null

The keyword that brings the page the most organic traffic across all countries

trafficnumber or null

Our estimate of monthly organic search traffic coming to the URL (data from Ahrefs Site Explorer). Calculations are based on a mixture of clickstream data, the estimated monthly search volumes of keywords for which the page ranks, and the current ranking position for the URL in the search results. You can learn more here

traffic_diffnumber or null

Our estimate of monthly organic search traffic coming to the URL (data from Ahrefs Site Explorer). Calculations are based on a mixture of clickstream data, the estimated monthly search volumes of keywords for which the page ranks, and the current ranking position for the URL in the search results. You can learn more here

traffic_prevnumber or null

Our estimate of monthly organic search traffic coming to the URL (data from Ahrefs Site Explorer). Calculations are based on a mixture of clickstream data, the estimated monthly search volumes of keywords for which the page ranks, and the current ranking position for the URL in the search results. You can learn more here

urlstring

The web address of the page or resource

url_prevstring or null

The web address of the page or resource