Module Metrics
Modules consists of multiple containers.
Accessibility module
AccessibilityIssues container
Extracts accessibility issues from a page
Accessibility output table type
Rule ID
Code: ruleId
This metric represents the unique identifier of a specific accessibility rule or guideline associated with the accessibility issue. It helps in tracking and referencing the specific rule.
Issue ID
Code: issueDigest
This metric represents the unique identifier or digest of an accessibility issue. It helps in tracking and referencing the specific issue.
Instance Index
Code: instanceIndex
customMetricContainers.AccessibilityIssues.Accessibility.instanceIndex.description
URL Digest
Code: urlDigest
customMetricContainers.AccessibilityIssues.Accessibility.urlDigest.description
Issue Severity
Code: issueSeverity
This metric categorizes the severity level of the accessibility issue in terms of its impact on users, from Minor to Critical. It helps in prioritizing the resolution of issues based on their impact.
URL
Code: url
This metric captures the specific URL where an accessibility issue was found. It helps developers identify the exact location of issues on a website, enabling efficient troubleshooting and resolution. This metric provides a clear reference to the page affected by the accessibility problem
Axe Results Group
Code: axeResultsGroup
This metric refers to Axe's categorisation of the accessibility issue as "Pass", "Violation" or "Incomplete". We run additional tests on top of Axe's tests so this may differ from the Issue Type metric.
Resolved Results Group
Code: resolvedResultsGroup
This metric categorizes the accessibility issue as "Pass", "Violation" or "Incomplete". This is our categorisation and may differ from the Axe Results Group metric due to additional tests we run.
Needs Manual Review
Code: needsManualReview
This metric indicates whether the accessibility issue requires manual review or intervention. It helps in identifying issues that need further attention.
Element Selector ID
Code: elementSelectorDigest
customMetricContainers.AccessibilityIssues.Accessibility.elementSelectorDigest.description
Element Selector
Code: elementSelector
This metric provides an example or sample element selector that represents the elements affected by the accessibility issue. It helps in identifying the element on a webpage.
Element Source
Code: elementSource
This metric provides the source code of the element associated with the accessibility issue.
Issue Description
Code: issueDescription
This metric provides a description or explanation of the accessibility issue. It helps in understanding the nature and impact of the issue.
Instance Count
Code: instanceCount
customMetricContainers.AccessibilityIssues.Accessibility.instanceCount.description
stepId
Code: stepId
customMetricContainers.AccessibilityIssues.Accessibility.stepId.description
properties
Code: properties
A set of key-value pairs that capture various attributes related to an accessibility issue. Key attributes include:
- category: The type of accessibility issue (e.g., color contrast, ARIA).
- wcag_level: The WCAG conformance level (A, AA, or AAA).
- wcag_success_criteria: The specific WCAG success criteria the issue relates to.
- wcag_version: The version of WCAG guidelines applied.
- legal: Identifies legal standards like Section 508 or ACT.
- bg_min_color / bg_max_color: Minimum and maximum background colors.
- contrast_ratio: Measures the color contrast between text and background.
- font_color / font_size / font_weight: Font properties such as color, size, and weight.
- is_font_large: Indicates if the font is considered large for accessibility purposes.
- bounds_x / bounds_y / bounds_width / bounds_height: The position and dimensions of the element on the page.
Basic container
Basic metrics
Document output table type
Adult Rating
Code: adultRating
True if the page contains a <meta name="rating" content="adult"> tag, indicating the content is explicit.
HTTP headers
Code: allHeaders
This metric represents all the HTTP headers returned in a server response. The headers are provided as a list of key-value pairs, where each key is a header name (e.g., Content-Type, Authorization) and each value is the corresponding header value. This metric is essential for analyzing server responses, debugging issues, and logging important information about the communication between client and server.
Breadcrumb Count
Code: breadcrumbCount
The number of items found in Breadcrumb schema, representing the depth of the page in the site hierarchy.
Breadcrumb Item List
Code: breadcrumbItemList
This metric provides a detailed list of all breadcrumb items extracted from a page. Each item in the list is a step in the navigational path, helping to map the user's journey through the site. This metric is crucial for understanding user navigation, improving site structure, and enhancing the overall user experience by revealing how users move through different levels of the site hierarchy.
Cache Control
Code: cacheControl
The value of the cache-control response header.
Charset HTTP Equiv Content Type
Code: charsetHttpEquivContentType
This metric captures the value of the charset attribute specified in the http-equiv content-type meta tag of an HTML document. This value indicates the character encoding used by the page, which is crucial for correctly displaying text content. Understanding this metric helps ensure proper text rendering, prevents encoding-related issues, and improves the overall user experience by ensuring that all characters are displayed as intended
Charset Meta
Code: charsetMeta
This metric captures the character encoding specified by the charset attribute in the meta tag of an HTML document. This value is crucial for ensuring that the text content of the page is displayed correctly across different browsers and devices. Monitoring this metric helps in maintaining proper text rendering, preventing encoding issues, and enhancing the user experience by ensuring the accurate display of all characters on the page.
Charset Meta Tag
Code: charsetMetaTag
This metric captures the character encoding specified in the meta tag of an HTML document. This metric provides the value of the charset attribute, which is essential for ensuring that the text content of the page is displayed correctly across different browsers and devices. Properly defined character encoding helps prevent text rendering issues and improves the overall user experience by ensuring that all characters are displayed as intended.
Content Text Size
Code: contentTextSize
Measures the size of the text content on the page in bytes.
Crawl Datetime
Code: crawlDatetime
The datetime the URL was crawled
Crawl Id
Code: crawlId
customMetricContainers.Basic.Document.crawlId.description
Meta Description
Code: description
The first meta description tag found in the page's HTML header
Disallowed
Code: disallowed
This metric indicates whether a given URL is disallowed from being crawled by the site's robots.txt rules. It returns a boolean value (true or false), where true means that the URL is disallowed for crawling by search engines, and false means it is allowed. Understanding this metric helps in managing and optimizing the visibility of pages to search engines, ensuring compliance with the site's crawling policies, and improving SEO strategies.
Error Code
Code: errorCode
An error captured during Puppeteer operations.
Exclusion Reason
Code: exclusionReason
Specifies the reason why a page was excluded from the crawl.
File Extension
Code: fileExtension
The file extension of the URL
Found At URL
Code: foundAtUrl
The first URL on which this URL was found during the web crawl phase
Found At URL Digest
Code: foundAtUrlDigest
customMetricContainers.Basic.Document.foundAtUrlDigest.description
Header Content Type
Code: headerContentType
The content-type included in the HTTP response headers
Header Last Modified
Code: headerLastModified
Extracts the last modified date from the HTTP headers.
HTML Size
Code: htmlSize
The size of the HTML, excluding the HTTP response headers
ID
Code: id
customMetricContainers.Basic.Document.id.description
Image Size
Code: imageSize
Measures the total size of image files on the page in bytes.
Is Internal
Code: isInternal
TRUE if the page is inside the primary domain
Is Redirect
Code: isRedirect
TRUE if the URL redirects to another URL
Is Redirect Loop
Code: isRedirectLoop
TRUE if the URL redirects to itself
Level
Code: level
The number of links from the starting URLs where this URL was found.
Meta Refresh Duration (sec)
Code: metaRefreshDuration
This metric measures the time, in seconds, specified by the meta refresh tag for redirecting the page. This metric is important for understanding and controlling page redirection behaviors, improving user experience by ensuring timely content updates, and managing the flow of navigation within the site.
Meta Refresh Redirect
Code: metaRefreshRedirect
This metric is a boolean value (true or false) that indicates whether a meta refresh tag is present on the page. This tag signifies an automatic redirect. Understanding this metric helps in analyzing and managing automatic redirection behaviors, which can impact user navigation and experience by ensuring smooth transitions between pages or timely content updates.
No Page Read Aloud
Code: noPageReadAloud
This metric indicates whether the page is marked to prevent read-aloud features, such as those provided by screen readers or browser extensions. This is determined by the presence of a meta tag with the attribute name="google" and content="nopagereadaloud". Understanding this metric is important for assessing accessibility features and ensuring that content can be accessed and consumed by all users, including those who rely on read-aloud technologies.
No Site Links Search Box
Code: noSiteLinksSearchBox
This metric indicates whether the page is marked to prevent the display of a sitelinks search box in search engine results. This is determined by the presence of a meta tag with the attribute name="google" and content="nositelinkssearchbox". Understanding this metric helps in managing how search engines display search boxes for your site in their results, which can influence user interaction and search behavior.
Page Group
Code: pageGroup
The label of the first Page Group which matched the URL.
Page H1 Tags
Code: pageH1S
This metric captures all H1 tags present on a page. This metric is derived from the rendered HTML document and provides an array of H1 tag contents. Analyzing this metric helps evaluate the structure and hierarchy of the content, ensuring proper usage of H1 tags for SEO and accessibility. Proper H1 tags improve search engine ranking and user experience by clearly defining the primary topics of the page.
Page Title
Code: pageTitle
The first HTML title tag found in the page's HTML header
Redirect Chain
Code: redirectChain
An array of all the URLs which redirect which this URL redirects to
Redirect Count
Code: redirectCount
The number of redirecting URLs in the redirect chain from this URL
Redirects To
Code: redirectsTo
This metric captures the URL to which a page redirects. If there is a redirect loop, this metric identifies the final URL in the chain. Otherwise, it provides the resolved target URL of the redirect. This metric is crucial for understanding the behavior of page redirects, diagnosing potential issues with redirection loops, and ensuring proper navigation flow and user experience.
Redirects To Digest
Code: redirectsToDigest
Provides a summary of all redirect URLs leading to the final destination.
Request Duration
Code: requestDuration
Measures the time taken for a network request from initiation to completion.
Resource Type
Code: resourceType
Classifies the type of resource (e.g., image, script, stylesheet) being loaded.
Response Content Length
Code: responseContentLength
Measures the size of the response body content in bytes.
Responsive
Code: responsive
TRUE if this page contains a responsive viewport tag
Robots Txt Rule Match
Code: robotsTxtRuleMatch
The winning rule in robots.txt which matched the URL based on the user-agent token specified in the project settings.
Script Size
Code: scriptSize
Measures the total size of JavaScript files loaded by the page.
Status Code
Code: statusCode
Records the HTTP status code returned by the server (e.g., 200, 404).
Step Type
Code: stepType
Classifies the type of user interaction step (e.g., click, scroll).
Stylesheet Size
Code: stylesheetSize
Measures the total size of CSS files loaded by the page.
Transfer Size
Code: transferSize
The network transfer size in bytes.
URL
Code: url
The URL which was crawled
URL Alias
Code: urlAlias
customMetricContainers.Basic.Document.urlAlias.description
URL Alias Digest
Code: urlAliasDigest
customMetricContainers.Basic.Document.urlAliasDigest.description
URL Digest
Code: urlDigest
customMetricContainers.Basic.Document.urlDigest.description
URL HTTPs
Code: urlHttps
This metric is a boolean value that indicates whether the page URL uses the HTTPS protocol. A value of true means the URL starts with "https://", ensuring a secure connection, while false indicates the use of an insecure HTTP connection. This metric is crucial for assessing the security of the page and ensuring the protection of data transmitted between the user and the server.
URL Length
Code: urlLength
The number of characters in the URL that was crawled
Viewport
Code: viewport
The value of the viewport tag in the page's HTML
BasicHtmlExtraction container
Basic HTML extractions
Document output table type
Legacy HTML Extraction
Code: legacyHtmlExtraction
The values extracted from the page using the custom extraction setting.
Legacy HTML Extraction Errors
Code: legacyHtmlExtractionErrors
The errors occured in process of extracting values from a page using the custom extraction setting.
Legacy HTML Extraction Match
Code: legacyHtmlExtractionMatch
TRUE if any custom extraction resulted in a match for this URL
Basic module
Basic container
Basic metrics
Document output table type
Adult Rating
Code: adultRating
True if the page contains a <meta name="rating" content="adult"> tag, indicating the content is explicit.
HTTP headers
Code: allHeaders
This metric represents all the HTTP headers returned in a server response. The headers are provided as a list of key-value pairs, where each key is a header name (e.g., Content-Type, Authorization) and each value is the corresponding header value. This metric is essential for analyzing server responses, debugging issues, and logging important information about the communication between client and server.
Breadcrumb Count
Code: breadcrumbCount
The number of items found in Breadcrumb schema, representing the depth of the page in the site hierarchy.
Breadcrumb Item List
Code: breadcrumbItemList
This metric provides a detailed list of all breadcrumb items extracted from a page. Each item in the list is a step in the navigational path, helping to map the user's journey through the site. This metric is crucial for understanding user navigation, improving site structure, and enhancing the overall user experience by revealing how users move through different levels of the site hierarchy.
Cache Control
Code: cacheControl
The value of the cache-control response header.
Charset HTTP Equiv Content Type
Code: charsetHttpEquivContentType
This metric captures the value of the charset attribute specified in the http-equiv content-type meta tag of an HTML document. This value indicates the character encoding used by the page, which is crucial for correctly displaying text content. Understanding this metric helps ensure proper text rendering, prevents encoding-related issues, and improves the overall user experience by ensuring that all characters are displayed as intended
Charset Meta
Code: charsetMeta
This metric captures the character encoding specified by the charset attribute in the meta tag of an HTML document. This value is crucial for ensuring that the text content of the page is displayed correctly across different browsers and devices. Monitoring this metric helps in maintaining proper text rendering, preventing encoding issues, and enhancing the user experience by ensuring the accurate display of all characters on the page.
Charset Meta Tag
Code: charsetMetaTag
This metric captures the character encoding specified in the meta tag of an HTML document. This metric provides the value of the charset attribute, which is essential for ensuring that the text content of the page is displayed correctly across different browsers and devices. Properly defined character encoding helps prevent text rendering issues and improves the overall user experience by ensuring that all characters are displayed as intended.
Content Text Size
Code: contentTextSize
Measures the size of the text content on the page in bytes.
Crawl Datetime
Code: crawlDatetime
The datetime the URL was crawled
Crawl Id
Code: crawlId
customMetricContainers.Basic.Document.crawlId.description
Meta Description
Code: description
The first meta description tag found in the page's HTML header
Disallowed
Code: disallowed
This metric indicates whether a given URL is disallowed from being crawled by the site's robots.txt rules. It returns a boolean value (true or false), where true means that the URL is disallowed for crawling by search engines, and false means it is allowed. Understanding this metric helps in managing and optimizing the visibility of pages to search engines, ensuring compliance with the site's crawling policies, and improving SEO strategies.
Error Code
Code: errorCode
An error captured during Puppeteer operations.
Exclusion Reason
Code: exclusionReason
Specifies the reason why a page was excluded from the crawl.
File Extension
Code: fileExtension
The file extension of the URL
Found At URL
Code: foundAtUrl
The first URL on which this URL was found during the web crawl phase
Found At URL Digest
Code: foundAtUrlDigest
customMetricContainers.Basic.Document.foundAtUrlDigest.description
Header Content Type
Code: headerContentType
The content-type included in the HTTP response headers
Header Last Modified
Code: headerLastModified
Extracts the last modified date from the HTTP headers.
HTML Size
Code: htmlSize
The size of the HTML, excluding the HTTP response headers
ID
Code: id
customMetricContainers.Basic.Document.id.description
Image Size
Code: imageSize
Measures the total size of image files on the page in bytes.
Is Internal
Code: isInternal
TRUE if the page is inside the primary domain
Is Redirect
Code: isRedirect
TRUE if the URL redirects to another URL
Is Redirect Loop
Code: isRedirectLoop
TRUE if the URL redirects to itself
Level
Code: level
The number of links from the starting URLs where this URL was found.
Meta Refresh Duration (sec)
Code: metaRefreshDuration
This metric measures the time, in seconds, specified by the meta refresh tag for redirecting the page. This metric is important for understanding and controlling page redirection behaviors, improving user experience by ensuring timely content updates, and managing the flow of navigation within the site.
Meta Refresh Redirect
Code: metaRefreshRedirect
This metric is a boolean value (true or false) that indicates whether a meta refresh tag is present on the page. This tag signifies an automatic redirect. Understanding this metric helps in analyzing and managing automatic redirection behaviors, which can impact user navigation and experience by ensuring smooth transitions between pages or timely content updates.
No Page Read Aloud
Code: noPageReadAloud
This metric indicates whether the page is marked to prevent read-aloud features, such as those provided by screen readers or browser extensions. This is determined by the presence of a meta tag with the attribute name="google" and content="nopagereadaloud". Understanding this metric is important for assessing accessibility features and ensuring that content can be accessed and consumed by all users, including those who rely on read-aloud technologies.
No Site Links Search Box
Code: noSiteLinksSearchBox
This metric indicates whether the page is marked to prevent the display of a sitelinks search box in search engine results. This is determined by the presence of a meta tag with the attribute name="google" and content="nositelinkssearchbox". Understanding this metric helps in managing how search engines display search boxes for your site in their results, which can influence user interaction and search behavior.
Page Group
Code: pageGroup
The label of the first Page Group which matched the URL.
Page H1 Tags
Code: pageH1S
This metric captures all H1 tags present on a page. This metric is derived from the rendered HTML document and provides an array of H1 tag contents. Analyzing this metric helps evaluate the structure and hierarchy of the content, ensuring proper usage of H1 tags for SEO and accessibility. Proper H1 tags improve search engine ranking and user experience by clearly defining the primary topics of the page.
Page Title
Code: pageTitle
The first HTML title tag found in the page's HTML header
Redirect Chain
Code: redirectChain
An array of all the URLs which redirect which this URL redirects to
Redirect Count
Code: redirectCount
The number of redirecting URLs in the redirect chain from this URL
Redirects To
Code: redirectsTo
This metric captures the URL to which a page redirects. If there is a redirect loop, this metric identifies the final URL in the chain. Otherwise, it provides the resolved target URL of the redirect. This metric is crucial for understanding the behavior of page redirects, diagnosing potential issues with redirection loops, and ensuring proper navigation flow and user experience.
Redirects To Digest
Code: redirectsToDigest
Provides a summary of all redirect URLs leading to the final destination.
Request Duration
Code: requestDuration
Measures the time taken for a network request from initiation to completion.
Resource Type
Code: resourceType
Classifies the type of resource (e.g., image, script, stylesheet) being loaded.
Response Content Length
Code: responseContentLength
Measures the size of the response body content in bytes.
Responsive
Code: responsive
TRUE if this page contains a responsive viewport tag
Robots Txt Rule Match
Code: robotsTxtRuleMatch
The winning rule in robots.txt which matched the URL based on the user-agent token specified in the project settings.
Script Size
Code: scriptSize
Measures the total size of JavaScript files loaded by the page.
Status Code
Code: statusCode
Records the HTTP status code returned by the server (e.g., 200, 404).
Step Type
Code: stepType
Classifies the type of user interaction step (e.g., click, scroll).
Stylesheet Size
Code: stylesheetSize
Measures the total size of CSS files loaded by the page.
Transfer Size
Code: transferSize
The network transfer size in bytes.
URL
Code: url
The URL which was crawled
URL Alias
Code: urlAlias
customMetricContainers.Basic.Document.urlAlias.description
URL Alias Digest
Code: urlAliasDigest
customMetricContainers.Basic.Document.urlAliasDigest.description
URL Digest
Code: urlDigest
customMetricContainers.Basic.Document.urlDigest.description
URL HTTPs
Code: urlHttps
This metric is a boolean value that indicates whether the page URL uses the HTTPS protocol. A value of true means the URL starts with "https://", ensuring a secure connection, while false indicates the use of an insecure HTTP connection. This metric is crucial for assessing the security of the page and ensuring the protection of data transmitted between the user and the server.
URL Length
Code: urlLength
The number of characters in the URL that was crawled
Viewport
Code: viewport
The value of the viewport tag in the page's HTML
BasicHtmlExtraction container
Basic HTML extractions
Document output table type
Legacy HTML Extraction
Code: legacyHtmlExtraction
The values extracted from the page using the custom extraction setting.
Legacy HTML Extraction Errors
Code: legacyHtmlExtractionErrors
The errors occured in process of extracting values from a page using the custom extraction setting.
Legacy HTML Extraction Match
Code: legacyHtmlExtractionMatch
TRUE if any custom extraction resulted in a match for this URL
SEO module
Basic container
Basic metrics
Document output table type
Adult Rating
Code: adultRating
True if the page contains a <meta name="rating" content="adult"> tag, indicating the content is explicit.
HTTP headers
Code: allHeaders
This metric represents all the HTTP headers returned in a server response. The headers are provided as a list of key-value pairs, where each key is a header name (e.g., Content-Type, Authorization) and each value is the corresponding header value. This metric is essential for analyzing server responses, debugging issues, and logging important information about the communication between client and server.
Breadcrumb Count
Code: breadcrumbCount
The number of items found in Breadcrumb schema, representing the depth of the page in the site hierarchy.
Breadcrumb Item List
Code: breadcrumbItemList
This metric provides a detailed list of all breadcrumb items extracted from a page. Each item in the list is a step in the navigational path, helping to map the user's journey through the site. This metric is crucial for understanding user navigation, improving site structure, and enhancing the overall user experience by revealing how users move through different levels of the site hierarchy.
Cache Control
Code: cacheControl
The value of the cache-control response header.
Charset HTTP Equiv Content Type
Code: charsetHttpEquivContentType
This metric captures the value of the charset attribute specified in the http-equiv content-type meta tag of an HTML document. This value indicates the character encoding used by the page, which is crucial for correctly displaying text content. Understanding this metric helps ensure proper text rendering, prevents encoding-related issues, and improves the overall user experience by ensuring that all characters are displayed as intended
Charset Meta
Code: charsetMeta
This metric captures the character encoding specified by the charset attribute in the meta tag of an HTML document. This value is crucial for ensuring that the text content of the page is displayed correctly across different browsers and devices. Monitoring this metric helps in maintaining proper text rendering, preventing encoding issues, and enhancing the user experience by ensuring the accurate display of all characters on the page.
Charset Meta Tag
Code: charsetMetaTag
This metric captures the character encoding specified in the meta tag of an HTML document. This metric provides the value of the charset attribute, which is essential for ensuring that the text content of the page is displayed correctly across different browsers and devices. Properly defined character encoding helps prevent text rendering issues and improves the overall user experience by ensuring that all characters are displayed as intended.
Content Text Size
Code: contentTextSize
Measures the size of the text content on the page in bytes.
Crawl Datetime
Code: crawlDatetime
The datetime the URL was crawled
Crawl Id
Code: crawlId
customMetricContainers.Basic.Document.crawlId.description
Meta Description
Code: description
The first meta description tag found in the page's HTML header
Disallowed
Code: disallowed
This metric indicates whether a given URL is disallowed from being crawled by the site's robots.txt rules. It returns a boolean value (true or false), where true means that the URL is disallowed for crawling by search engines, and false means it is allowed. Understanding this metric helps in managing and optimizing the visibility of pages to search engines, ensuring compliance with the site's crawling policies, and improving SEO strategies.
Error Code
Code: errorCode
An error captured during Puppeteer operations.
Exclusion Reason
Code: exclusionReason
Specifies the reason why a page was excluded from the crawl.
File Extension
Code: fileExtension
The file extension of the URL
Found At URL
Code: foundAtUrl
The first URL on which this URL was found during the web crawl phase
Found At URL Digest
Code: foundAtUrlDigest
customMetricContainers.Basic.Document.foundAtUrlDigest.description
Header Content Type
Code: headerContentType
The content-type included in the HTTP response headers
Header Last Modified
Code: headerLastModified
Extracts the last modified date from the HTTP headers.
HTML Size
Code: htmlSize
The size of the HTML, excluding the HTTP response headers
ID
Code: id
customMetricContainers.Basic.Document.id.description
Image Size
Code: imageSize
Measures the total size of image files on the page in bytes.
Is Internal
Code: isInternal
TRUE if the page is inside the primary domain
Is Redirect
Code: isRedirect
TRUE if the URL redirects to another URL
Is Redirect Loop
Code: isRedirectLoop
TRUE if the URL redirects to itself
Level
Code: level
The number of links from the starting URLs where this URL was found.
Meta Refresh Duration (sec)
Code: metaRefreshDuration
This metric measures the time, in seconds, specified by the meta refresh tag for redirecting the page. This metric is important for understanding and controlling page redirection behaviors, improving user experience by ensuring timely content updates, and managing the flow of navigation within the site.
Meta Refresh Redirect
Code: metaRefreshRedirect
This metric is a boolean value (true or false) that indicates whether a meta refresh tag is present on the page. This tag signifies an automatic redirect. Understanding this metric helps in analyzing and managing automatic redirection behaviors, which can impact user navigation and experience by ensuring smooth transitions between pages or timely content updates.
No Page Read Aloud
Code: noPageReadAloud
This metric indicates whether the page is marked to prevent read-aloud features, such as those provided by screen readers or browser extensions. This is determined by the presence of a meta tag with the attribute name="google" and content="nopagereadaloud". Understanding this metric is important for assessing accessibility features and ensuring that content can be accessed and consumed by all users, including those who rely on read-aloud technologies.
No Site Links Search Box
Code: noSiteLinksSearchBox
This metric indicates whether the page is marked to prevent the display of a sitelinks search box in search engine results. This is determined by the presence of a meta tag with the attribute name="google" and content="nositelinkssearchbox". Understanding this metric helps in managing how search engines display search boxes for your site in their results, which can influence user interaction and search behavior.
Page Group
Code: pageGroup
The label of the first Page Group which matched the URL.
Page H1 Tags
Code: pageH1S
This metric captures all H1 tags present on a page. This metric is derived from the rendered HTML document and provides an array of H1 tag contents. Analyzing this metric helps evaluate the structure and hierarchy of the content, ensuring proper usage of H1 tags for SEO and accessibility. Proper H1 tags improve search engine ranking and user experience by clearly defining the primary topics of the page.
Page Title
Code: pageTitle
The first HTML title tag found in the page's HTML header
Redirect Chain
Code: redirectChain
An array of all the URLs which redirect which this URL redirects to
Redirect Count
Code: redirectCount
The number of redirecting URLs in the redirect chain from this URL
Redirects To
Code: redirectsTo
This metric captures the URL to which a page redirects. If there is a redirect loop, this metric identifies the final URL in the chain. Otherwise, it provides the resolved target URL of the redirect. This metric is crucial for understanding the behavior of page redirects, diagnosing potential issues with redirection loops, and ensuring proper navigation flow and user experience.
Redirects To Digest
Code: redirectsToDigest
Provides a summary of all redirect URLs leading to the final destination.
Request Duration
Code: requestDuration
Measures the time taken for a network request from initiation to completion.
Resource Type
Code: resourceType
Classifies the type of resource (e.g., image, script, stylesheet) being loaded.
Response Content Length
Code: responseContentLength
Measures the size of the response body content in bytes.
Responsive
Code: responsive
TRUE if this page contains a responsive viewport tag
Robots Txt Rule Match
Code: robotsTxtRuleMatch
The winning rule in robots.txt which matched the URL based on the user-agent token specified in the project settings.
Script Size
Code: scriptSize
Measures the total size of JavaScript files loaded by the page.
Status Code
Code: statusCode
Records the HTTP status code returned by the server (e.g., 200, 404).
Step Type
Code: stepType
Classifies the type of user interaction step (e.g., click, scroll).
Stylesheet Size
Code: stylesheetSize
Measures the total size of CSS files loaded by the page.
Transfer Size
Code: transferSize
The network transfer size in bytes.
URL
Code: url
The URL which was crawled
URL Alias
Code: urlAlias
customMetricContainers.Basic.Document.urlAlias.description
URL Alias Digest
Code: urlAliasDigest
customMetricContainers.Basic.Document.urlAliasDigest.description
URL Digest
Code: urlDigest
customMetricContainers.Basic.Document.urlDigest.description
URL HTTPs
Code: urlHttps
This metric is a boolean value that indicates whether the page URL uses the HTTPS protocol. A value of true means the URL starts with "https://", ensuring a secure connection, while false indicates the use of an insecure HTTP connection. This metric is crucial for assessing the security of the page and ensuring the protection of data transmitted between the user and the server.
URL Length
Code: urlLength
The number of characters in the URL that was crawled
Viewport
Code: viewport
The value of the viewport tag in the page's HTML
BasicHtmlExtraction container
Basic HTML extractions
Document output table type
Legacy HTML Extraction
Code: legacyHtmlExtraction
The values extracted from the page using the custom extraction setting.
Legacy HTML Extraction Errors
Code: legacyHtmlExtractionErrors
The errors occured in process of extracting values from a page using the custom extraction setting.