Accessibility & SEO Report
1
URL Tested
2
A11y Violations
14
Rules Passed
9
Checks Passed
1
Checks Failed
12
Warnings
https://example.com 2 moderate1 fail12 warnings
BTS1 · Component Accessibility
axe-core violations
landmark-one-main MODERATE Document should have one main landmark 1 location

Ensure the document has a main landmark

Read fix guidance on dequeuniversity.com →
Location 1 of 1
Selector html
Element
<html lang="en">
How to fix
Fix all of the following:
Document does not have a main landmark
region MODERATE All page content should be contained by landmarks 1 location

Ensure all page content is contained by landmarks

Read fix guidance on dequeuniversity.com →
Location 1 of 1
Selector div
Element
<div><h1>Example Domain</h1><p>This domain is for use in documentation examples without needing permission. Avoid use in operations.</p><p><a href="https://iana.org/domains/example">Learn more</a></p></div>
How to fix
Fix any of the following:
Some page content is not contained by landmarks
BTS2 · Content Quality
First HeadingiChecks that the page starts with an H1 — a missing or misplaced first heading breaks reading order for screen reader users. Page starts with H1
Page TitleiChecks that the <title> tag is present and 30–60 chars — titles drive browser tabs, bookmarks, and the main SEO click-through link. Too short (14 chars, aim 30–60)
"Example Domain"
Meta DescriptioniChecks for a meta description between 120–160 chars — search engines use this as the snippet shown under your page title in results. Meta description is missing
H1 TagiChecks for exactly one H1 — multiple H1s dilute SEO signals and confuse assistive technologies. Single H1: "Example Domain"
OG: og:titleiChecks Open Graph tags (og:title, og:description, og:image, etc.) — these control how your page appears when shared on social platforms. og:title is missing
OG: og:descriptioniChecks Open Graph tags (og:title, og:description, og:image, etc.) — these control how your page appears when shared on social platforms. og:description is missing
OG: og:imageiChecks Open Graph tags (og:title, og:description, og:image, etc.) — these control how your page appears when shared on social platforms. og:image is missing
Structured DataiChecks for JSON-LD or microdata markup — structured data helps search engines understand your content and can unlock rich search results. No JSON-LD structured data found
Invalid AnchorsiChecks for links with missing, empty, or placeholder hrefs — broken anchors are inaccessible to keyboard and screen reader users. If the element triggers an action rather than navigating, use a <button> instead of <a>. No empty, missing, or placeholder hrefs found
Broken Internal LinksiChecks that internal links return a valid HTTP response — broken links hurt SEO crawl budget and frustrate users. No internal links found
Broken Internal ImagesiChecks that internal image src paths resolve — broken images degrade perceived quality and can trigger accessibility failures. No internal images found
Environment Leaks No environment-pattern URLs found
Tag ManageriChecks that Google Tag Manager or Adobe Launch is present — without a tag manager, analytics and marketing tags cannot fire. No tag manager detected (GTM or Adobe DTM/Launch)
Analytics CookiesiChecks for GA4 or Adobe Analytics cookies — confirms that analytics tracking is active on the page. No analytics cookies found (GA4 _ga* or Adobe s_vi/AMCV_*)
Consent Management (CMP)iChecks for a consent management platform — CMPs are required under GDPR and similar regulations before setting non-essential cookies. No CMP network requests detected
BTS3 · Page Infrastructure
Canonical URLiChecks for a canonical link tag — canonicals prevent duplicate-content penalties by telling search engines which URL is authoritative. Canonical URL not set
Viewport MetaiChecks that the viewport meta tag is set correctly — without it, mobile browsers render the page at desktop width and zoom out. Viewport: width=device-width, initial-scale=1
Robots MetaiChecks the robots meta tag — a misconfigured robots tag can accidentally block pages from being indexed by search engines. Robots meta not set (defaults to index, follow)
Landmark StructureiChecks that the page has HTML landmark regions (main, nav, header, footer) — landmarks let screen reader users jump directly to key sections. Only 0 landmarks found — consider adding main, nav, header, footer
HTTPS ProtocoliChecks that the page is served over HTTPS — HTTP pages are flagged as insecure by browsers and penalised in search rankings. Page served over HTTPS
Insecure ResourcesiChecks for mixed content (HTTP resources on an HTTPS page) — browsers block or warn about these, breaking functionality. No insecure HTTP references found
Security HeadersiChecks for recommended HTTP security headers (CSP, X-Frame-Options, etc.) — missing headers leave the page open to clickjacking and XSS. Missing security headers: x-frame-options, x-content-type-options, x-xss-protection