NM SignalsNM Signals
§ website audit · completed report

Fox Harb'r Resort

foxharbr.comaudited July 18, 2026Travel & Hospitality

Audit overview

94 evaluated results
check results
3
24
67
3 fail · 24 warn · 67 pass
checks passing
71%
67/94 checks pass
report coverage
94
across 9 sections

§ findings

Fetch, Render, and URL Integrity

6 checks6 pass
100
Page fetch returns 200passdetails

about this check

Checks that the page returns HTTP 200 when fetched. If crawlers cannot reliably fetch the URL, citations and visibility signals break.

observed

HTTP 200

expected behavior

The audited URL returns a successful HTTP 200 response with usable page content.

llm discoverability

LLMs and their web crawlers (GPTBot, ClaudeBot, etc.) discard URLs that return non-200 status codes. A page that cannot be fetched simply cannot appear in AI-generated responses or citations.

seo impact

A 200 response is the baseline requirement for indexing; Googlebot drops non-200 URLs from its queue, so the page earns zero organic traffic regardless of its content quality.

benchmark performance

99.1% of audited sites pass this check. This site is pass; 99.1% of the benchmark has the same status.

99.1% pass0% warn0.9% failn=995 · updated 2026-07-22open insight ↗
Page served over HTTPSpassdetails

about this check

Evaluates page served over HTTPS against its documented passing condition. The exact target appears under Expected behavior.

observed

HTTPS

expected behavior

The canonical page is served securely over HTTPS, with HTTP requests redirected to it.

llm discoverability

Reliable, directly parseable responses make it more likely that AI crawlers can retrieve, attribute, and cite the intended URL.

seo impact

Response integrity, canonicalization, and crawl performance affect whether search engines can index the preferred page consistently.

benchmark performance

100% of audited sites pass this check. This site is pass; 100% of the benchmark has the same status.

100% pass0% warn0% failn=995 · updated 2026-07-22
Redirect chain ≤ 1 hoppassdetails

about this check

Evaluates redirect chain ≤ 1 hop against its documented passing condition. The exact target appears under Expected behavior.

observed

0 redirect(s)

expected behavior

Requests reach the final page in no more than one redirect hop.

llm discoverability

Reliable, directly parseable responses make it more likely that AI crawlers can retrieve, attribute, and cite the intended URL.

seo impact

Response integrity, canonicalization, and crawl performance affect whether search engines can index the preferred page consistently.

benchmark performance

86.3% of audited sites pass this check. This site is pass; 86.3% of the benchmark has the same status.

86.3% pass11.1% warn2.6% failn=995 · updated 2026-07-22
Response time < 3 spassdetails

about this check

Evaluates response time < 3 s against its documented passing condition. The exact target appears under Expected behavior.

observed

468 ms

expected behavior

The initial HTML response completes in 1,500 ms or less, reducing crawler timeouts and shortening the wait before rendering begins.

llm discoverability

Slow pages increase the likelihood that a crawl times out or is abandoned mid-response; fast pages are more likely to be fully fetched and included in AI knowledge bases.

seo impact

Core Web Vitals (particularly Time to First Byte) directly influence Google's page experience signals, and slow pages are systematically demoted in competitive SERPs.

benchmark performance

34.6% of audited sites pass this check. This site is pass; 34.6% of the benchmark has the same status.

34.6% pass22.5% warn42.9% failn=995 · updated 2026-07-22open insight ↗
HTML size reasonable (< 512 KB)passdetails

about this check

Evaluates HTML size reasonable (< 512 KB) against its documented passing condition. The exact target appears under Expected behavior.

observed

139 KB

expected behavior

The uncompressed HTML response remains at or below 512 KB so crawlers can parse it without excessive transfer or memory cost.

llm discoverability

Reliable, directly parseable responses make it more likely that AI crawlers can retrieve, attribute, and cite the intended URL.

seo impact

Response integrity, canonicalization, and crawl performance affect whether search engines can index the preferred page consistently.

benchmark performance

81.4% of audited sites pass this check. This site is pass; 81.4% of the benchmark has the same status.

81.4% pass18.6% warn0% failn=995 · updated 2026-07-22
Main content is present without running JavaScriptpassdetails

about this check

Evaluates main content is present without running JavaScript against its documented passing condition. The exact target appears under Expected behavior.

observed

3764 characters of text present in the served HTML

expected behavior

The primary page content is present in the served HTML without requiring client-side JavaScript execution.

llm discoverability

Reliable, directly parseable responses make it more likely that AI crawlers can retrieve, attribute, and cite the intended URL.

seo impact

Response integrity, canonicalization, and crawl performance affect whether search engines can index the preferred page consistently.

benchmark performance

93.8% of audited sites pass this check. This site is pass; 93.8% of the benchmark has the same status.

93.8% pass0% warn6.2% failn=995 · updated 2026-07-22

Bot Access & Control Plane

14 checks2 warn12 pass
92
llms.txt available and well-formedwarndetails

about this check

Reports whether the experimental llms.txt convention is present and structured. This observation is unscored.

observed

Missing

expected behavior

A non-empty llms.txt, when used, gives machines a concise title, useful sections, and links to preferred resources.

llm discoverability

llms.txt lets sites declare preferred content, licensing terms, and usage restrictions directly to LLM agents, helping model providers make better decisions about training data and citations.

seo impact

llms.txt currently has no defined SEO ranking impact, but early adoption signals technical sophistication and may influence how AI-powered search features handle your content.

benchmark performance

No benchmark definition is available for this check yet.
ai.txt available and well-formedwarndetails

about this check

Reports whether the experimental ai.txt convention is present and structured. This observation is unscored.

observed

Missing (404)

expected behavior

A non-empty AI policy file, when used, states the site policy, contact, or preferences clearly.

llm discoverability

ai.txt offers a dedicated file for communicating AI-specific access policies, allowing granular control over which AI agents can use which content, beyond what robots.txt was designed for.

seo impact

ai.txt has no established SEO ranking effect today, but positions the site to comply with evolving AI content-use regulations and gives clear opt-in or opt-out signals to model providers.

benchmark performance

No benchmark definition is available for this check yet.
X-Robots-Tag is not noindexpassdetails

about this check

Checks whether the X-Robots-Tag response header contains noindex, which prevents indexing at the HTTP header level.

observed

Missing

expected behavior

The final HTTP response does not send an X-Robots-Tag noindex directive for a discoverable page.

llm discoverability

Header-level noindex directives apply to all content types (HTML, PDF, images) and are respected by AI crawlers at the same level as meta tags, making them the preferred mechanism for server-rendered or dynamically generated pages.

seo impact

X-Robots-Tag is the only way to suppress indexing of non-HTML resources such as PDFs; for HTML pages it has identical effect to the meta robots noindex tag.

benchmark performance

Informational check; not included in benchmark scoring.
X-Robots-Tag does not block AIpassdetails

about this check

Checks whether the X-Robots-Tag response header contains noai, blocking AI systems at the HTTP header level.

observed

Missing

expected behavior

The final HTTP response does not send X-Robots-Tag directives that block intended AI use.

llm discoverability

Delivering AI opt-out signals at the HTTP header level means they apply before the document body is even parsed, offering the earliest possible restriction on AI content use.

seo impact

Like meta noai, header-level noai has negligible direct SEO impact but can create unintended signal conflicts if inconsistently paired with other directives.

benchmark performance

Informational check; not included in benchmark scoring.
Current page found in sitemappassdetails

about this check

Checks whether the submitted page’s preferred URL appears in a directly enumerated sitemap. Sitemap indexes are not expanded and are treated as not applicable.

observed

Sitemap is an index; page-level URLs were not expanded

expected behavior

The audited canonical URL is represented in the applicable sitemap when page URLs are enumerated directly.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

Informational check; not included in benchmark scoring.
robots.txt availablepassdetails

about this check

Checks whether robots.txt exists at the site root. If it is missing, crawlers may still fetch this page, but you lose a key control surface for discovery guidance.

observed

Present

expected behavior

A readable robots.txt file is available at the site root when explicit crawler guidance is needed.

llm discoverability

Without a robots.txt file, AI crawlers have no explicit guidance and may apply the most conservative behaviour (refusing to crawl) or the most permissive (crawling everything), leading to unpredictable inclusion in AI datasets.

seo impact

robots.txt is the primary crawler-management layer; its absence means search engines must infer crawl policy from meta tags and server headers alone, reducing crawl efficiency.

benchmark performance

100% of audited sites pass this check. This site is pass; 100% of the benchmark has the same status.

100% pass0% warn0% failn=598 · updated 2026-07-22open insight ↗
robots.txt does not blanket-block all crawlerspassdetails

about this check

Evaluates robots.txt does not blanket-block all crawlers against its documented passing condition. The exact target appears under Expected behavior.

observed

No blanket Disallow: /

expected behavior

Crawler directives and server behavior consistently allow the discovery policy intended for this page.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
AI crawlers not blockedpassdetails

about this check

Checks whether robots.txt blocks common AI/LLM crawlers. Blocking AI agents can reduce your visibility in LLM-based discovery systems.

observed

Allowed

expected behavior

The robots policy allows the AI crawlers the site intends to reach instead of selectively blocking them.

llm discoverability

Blocking known AI user-agents (GPTBot, ClaudeBot, etc.) directly prevents those models from citing your content, summarising your pages, or recommending your site in responses.

seo impact

Blanket AI agent blocks can extend to Google's AI-driven tools such as Google-Extended; misconfigurations can inadvertently impair standard indexing as well.

benchmark performance

50.2% of audited sites pass this check. This site is pass; 50.2% of the benchmark has the same status.

50.2% pass39.9% warn9.9% failn=995 · updated 2026-07-22open insight ↗
AI crawlers can fetch the pagepassdetails

about this check

Evaluates AI crawlers can fetch the page against its documented passing condition. The exact target appears under Expected behavior.

observed

Reachable for GPTBot, ClaudeBot, PerplexityBot

expected behavior

Crawler directives and server behavior consistently allow the discovery policy intended for this page.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Meta robots is not noindexpassdetails

about this check

Checks whether the page has a noindex directive in meta robots. Noindex prevents search engines and AI systems from indexing the page.

observed

index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1

expected behavior

The page-level robots meta tag does not contain noindex when the page is intended to be discoverable.

llm discoverability

The noindex directive is respected by most AI crawlers as a strong opt-out signal; pages carrying it are typically removed from AI training datasets and excluded from RAG pipelines.

seo impact

noindex is an absolute bar to inclusion in Google's index; any page carrying this directive earns zero organic impressions regardless of its backlink profile or content quality.

benchmark performance

97.7% of audited sites pass this check. This site is pass; 97.7% of the benchmark has the same status.

97.7% pass0% warn2.3% failn=353 · updated 2026-07-22open insight ↗
Meta robots does not block AIpassdetails

about this check

Checks whether the page has a noai or noimageai directive in meta robots, which blocks AI systems from using the page content.

observed

index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1

expected behavior

The page-level robots meta tag does not contain noai or noimageai when AI access is intended.

llm discoverability

The noai directive explicitly tells AI systems not to use this page's content; it is increasingly honoured by major model providers and removes the page from AI citation pools.

seo impact

noai has no direct impact on traditional organic search rankings, but misapplication can accidentally restrict page discovery if combined with other restrictive directives.

benchmark performance

98.3% of audited sites pass this check. This site is pass; 98.3% of the benchmark has the same status.

98.3% pass0% warn1.7% failn=353 · updated 2026-07-22open insight ↗
Sitemap declared in robots.txtpassdetails

about this check

Checks whether robots.txt references one or more sitemap URLs. Adding Sitemap directives can speed up discovery and improve crawl coverage.

observed

1 url(s)

expected behavior

robots.txt declares the canonical sitemap location so crawlers can discover it immediately.

llm discoverability

Declaring sitemaps in robots.txt ensures AI crawlers can discover all content entry points in a single request, reducing the risk of large or deep sections being entirely missed.

seo impact

Linking sitemaps from robots.txt is a Googlebot-recommended pattern that improves crawl coverage for pages with few inbound links and accelerates discovery of newly published content.

benchmark performance

No benchmark definition is available for this check yet.
Sitemap availablepassdetails

about this check

Checks whether a sitemap can be found (e.g. /sitemap.xml). Without a sitemap, crawlers rely more on internal links and can miss pages.

observed

5 entries

expected behavior

A reachable sitemap is available and returns the expected XML content.

llm discoverability

A sitemap provides AI crawlers with a machine-readable inventory of pages; without one, crawlers rely entirely on hyperlink traversal and can easily miss thin or orphaned pages.

seo impact

Sitemaps are the primary mechanism for submitting new URLs to search engines without waiting for link discovery; they are especially critical for fresh content and large sites.

benchmark performance

44.2% of audited sites pass this check. This site is pass; 44.2% of the benchmark has the same status.

44.2% pass55.8% warn0% failn=995 · updated 2026-07-22open insight ↗
Sitemap looks like XML (not HTML)passdetails

about this check

Checks whether your sitemap content looks like valid XML rather than an HTML error page. HTML responses often mean misconfiguration or a redirect challenge.

observed

OK (text/xml; charset=UTF-8)

expected behavior

The sitemap is parseable XML rather than an HTML error, challenge, or fallback page.

llm discoverability

Invalid or HTML-wrapped sitemaps are ignored by XML-parsing crawlers; AI systems that retrieve sitemaps programmatically will silently discard malformed documents.

seo impact

Googlebot validates sitemap XML before processing; an invalid sitemap produces errors in Search Console and means the submitted URL list is never used to guide crawling.

benchmark performance

84.1% of audited sites pass this check. This site is pass; 84.1% of the benchmark has the same status.

84.1% pass0% warn15.9% failn=522 · updated 2026-07-22open insight ↗

HTML Extractability & Main Content Clarity

17 checks1 fail5 warn11 pass
81
Images have alt textfaildetails

about this check

Evaluates images have alt text against its documented passing condition. The exact target appears under Expected behavior.

observed

7/59 images (12%); most images lack alt text

expected behavior

Meaningful images have useful alternative text, while decorative images are explicitly ignored.

llm discoverability

Alt text allows AI vision and text models to understand what images depict, enabling accurate image-to-content associations; pages with good alt coverage build richer entity knowledge graphs.

seo impact

Image alt text is a primary on-page signal for image search ranking; comprehensive alt coverage also improves accessibility, which is a direct input to Google's page experience score.

benchmark performance

49% of audited sites pass this check. This site is fail; 28.3% of the benchmark has the same status.

49% pass22.6% warn28.3% failn=995 · updated 2026-07-22open insight ↗
Exactly one H1warndetails

about this check

Having exactly one H1 heading provides a clear content hierarchy signal for crawlers and LLMs.

observed

2

expected behavior

The page contains exactly one descriptive H1 that states its primary topic.

llm discoverability

A single, descriptive H1 heading is one of the strongest in-page signals LLMs use to label the topic of a page; multiple or missing H1s create ambiguity that degrades the accuracy of AI-generated summaries.

seo impact

The H1 heading is the highest-weight on-page content signal after the title tag; it informs Google's understanding of the page topic and should align closely with the target keyword.

benchmark performance

56.3% of audited sites pass this check. This site is warn; 12.2% of the benchmark has the same status.

56.3% pass12.2% warn31.6% failn=995 · updated 2026-07-22open insight ↗
Text-to-HTML ratio reasonablewarndetails

about this check

Checks whether the page has a healthy text-to-HTML ratio. Low ratios suggest thin content that AI systems may skip.

observed

3%

expected behavior

Extractable page text represents at least 5% of the HTML, avoiding a markup-heavy shell with little readable content.

llm discoverability

Pages with a low text-to-HTML ratio (code-heavy, template-heavy) yield little useful text when crawled by AI systems; the signal-to-noise ratio determines whether a page is included in a model's training corpus.

seo impact

Google's quality algorithms down-rank thin pages; a healthy text-to-HTML ratio is a proxy for real content depth and signals to Googlebot that there is substantive content to index.

benchmark performance

39.2% of audited sites pass this check. This site is warn; 60.8% of the benchmark has the same status.

39.2% pass60.8% warn0% failn=995 · updated 2026-07-22open insight ↗
Title length reasonablewarndetails

about this check

Evaluates title length reasonable against its documented passing condition. The exact target appears under Expected behavior.

observed

128 chars

expected behavior

The title is descriptive without truncation risk, within the audit pass range of 15 to 65 characters.

llm discoverability

Title length does not directly affect AI ingestion, but excessively long titles may be truncated in retrieval systems, reducing the clarity of the topic signal for LLMs.

seo impact

Titles longer than ~60 characters are truncated in Google SERP snippets, which can hide key terms and reduce click-through rates; too-short titles may under-specify the page topic.

benchmark performance

63.7% of audited sites pass this check. This site is warn; 36.3% of the benchmark has the same status.

63.7% pass36.3% warn0% failn=995 · updated 2026-07-22open insight ↗
Meta description length reasonablewarndetails

about this check

Evaluates meta description length reasonable against its documented passing condition. The exact target appears under Expected behavior.

observed

25 chars

expected behavior

The meta description is detailed but concise, within the audit pass range of 50 to 160 characters.

llm discoverability

Meta description length has no bearing on AI crawling, but descriptions within the optimal range are more likely to be used verbatim in SERP snippets that AI-overview systems pull from.

seo impact

Descriptions between 70–160 characters are typically displayed in full in Google snippets; outside this range they are either too brief to be informative or truncated, wasting the opportunity.

benchmark performance

64.2% of audited sites pass this check. This site is warn; 35.8% of the benchmark has the same status.

64.2% pass35.8% warn0% failn=742 · updated 2026-07-22open insight ↗
Title and H1 alignedwarndetails

about this check

Evaluates title and H1 aligned against its documented passing condition. The exact target appears under Expected behavior.

observed

Mismatch

expected behavior

The title and H1 describe the same primary topic without contradicting each other.

llm discoverability

When the title and H1 convey the same core topic, AI systems receive two corroborating signals that reinforce the page's subject; misaligned title and H1 create ambiguity that degrades topic classification.

seo impact

Title–H1 alignment is a best-practice signal of topical coherence that helps Google's entity and topic models confirm the page's subject, reducing the risk of ranking for off-target queries.

benchmark performance

17.5% of audited sites pass this check. This site is warn; 82.5% of the benchmark has the same status.

17.5% pass82.5% warn0% failn=995 · updated 2026-07-22open insight ↗
Title tag presentpassdetails

about this check

The title tag is a primary signal for search engines and AI systems to understand page content and generate citations.

observed

Fox Harb&#039;r Resort - Nova Scotia Luxury Travel : Nova Scotia Luxury Accommod…

expected behavior

The document has one concise, descriptive title that identifies the page topic.

llm discoverability

The title tag is typically the first text signal an AI crawler stores for a URL; it anchors the page's topic in the model's internal representation and is frequently used verbatim in citations and summaries.

seo impact

Google rewrites titles less frequently when the tag accurately reflects the page content; a well-crafted title tag is the single highest-impact on-page SEO element for click-through rates.

benchmark performance

94.5% of audited sites pass this check. This site is pass; 94.5% of the benchmark has the same status.

94.5% pass0% warn5.5% failn=995 · updated 2026-07-22open insight ↗
Meta description presentpassdetails

about this check

The meta description helps search engines and AI systems summarize the page in results and responses.

observed

Nova Scotia Luxury Travel

expected behavior

The document provides a concise meta description that accurately summarizes the page.

llm discoverability

Meta descriptions are extracted by AI systems when generating page summaries and are often used as the default snippet in RAG outputs when no better summary is available.

seo impact

While not a direct ranking factor, a compelling meta description is the primary lever for improving organic click-through rate on pages that already rank well.

benchmark performance

74.6% of audited sites pass this check. This site is pass; 74.6% of the benchmark has the same status.

74.6% pass0% warn25.4% failn=995 · updated 2026-07-22open insight ↗
Canonical URL presentpassdetails

about this check

The canonical URL tells search engines and LLM crawlers what the preferred URL is for this page, which helps consolidate signals and avoid duplicates.

observed

https://www.foxharbr.com/

expected behavior

The document declares one absolute canonical URL for the preferred version of the page.

llm discoverability

The canonical tag signals to AI crawlers which URL is the authoritative version; without it, citation links may point to duplicate or parameterised variants, diluting traffic back to the intended URL.

seo impact

Canonicalisation consolidates PageRank from duplicate URLs onto the preferred version; without proper canonicals, link equity is split across variants and total ranking power is reduced.

benchmark performance

59.2% of audited sites pass this check. This site is pass; 59.2% of the benchmark has the same status.

59.2% pass40.8% warn0% failn=995 · updated 2026-07-22open insight ↗
HTML lang attribute presentpassdetails

about this check

The HTML lang attribute helps AI systems understand the content language for proper localization and response generation.

observed

en-US

expected behavior

The root html element declares the primary content language with a valid lang value.

llm discoverability

The HTML lang attribute allows AI systems to route page content to the correct language model and apply appropriate tokenisation and summarisation pipelines for the language in question.

seo impact

The lang attribute is a prerequisite for hreflang to function correctly in multilingual setups, and it influences language-specific ranking in localised search markets.

benchmark performance

88.1% of audited sites pass this check. This site is pass; 88.1% of the benchmark has the same status.

88.1% pass11.9% warn0% failn=995 · updated 2026-07-22open insight ↗
OpenGraph basics presentpassdetails

about this check

Checks whether OpenGraph title, description, and image tags are present so shared links render with rich previews.

observed

title=true, desc=true, image=true

expected behavior

Open Graph title, description, and image metadata provide a complete, accurate share preview.

llm discoverability

OpenGraph metadata defines how a page appears when shared across social platforms; AI systems that ingest social content use og:title and og:description as curated summaries the site owner prefers.

seo impact

Rich social previews driven by og: tags increase click-through rates from social media channels and influence the share velocity that can indirectly signal content popularity to search algorithms.

benchmark performance

53.5% of audited sites pass this check. This site is pass; 53.5% of the benchmark has the same status.

53.5% pass46.5% warn0% failn=995 · updated 2026-07-22open insight ↗
Viewport meta presentpassdetails

about this check

Checks whether a viewport meta tag is present for mobile-friendly rendering.

observed

Present

expected behavior

The page declares a mobile viewport so layout dimensions match the device width.

llm discoverability

The viewport meta tag has no direct bearing on AI content extraction, but its absence is a strong indicator of poor mobile optimisation, which correlates with lower content quality signals overall.

seo impact

Google uses mobile-first indexing; a missing viewport tag triggers mobile usability warnings in Search Console and can result in the mobile version being deprioritised in ranking.

benchmark performance

88.5% of audited sites pass this check. This site is pass; 88.5% of the benchmark has the same status.

88.5% pass11.5% warn0% failn=995 · updated 2026-07-22open insight ↗
Favicon link presentpassdetails

about this check

Checks whether a favicon is present. Favicons improve brand recognition in search results and browser tabs.

observed

Present

expected behavior

The document references a reachable favicon that represents the site consistently.

llm discoverability

Favicons are visual brand identifiers used in browser tabs and some search interfaces but are not parsed by AI content crawlers, so they have no direct bearing on LLM knowledge base inclusion.

seo impact

Favicons appear in browser tabs, bookmarks, and some search result interfaces, contributing to brand recognisability and improving perceived credibility without impacting rankings directly.

benchmark performance

85.1% of audited sites pass this check. This site is pass; 85.1% of the benchmark has the same status.

85.1% pass14.9% warn0% failn=995 · updated 2026-07-22open insight ↗
Sufficient on-page textpassdetails

about this check

Evaluates sufficient on-page text against its documented passing condition. The exact target appears under Expected behavior.

observed

3764 chars

expected behavior

The served page contains at least 300 characters of meaningful, extractable text.

llm discoverability

Longer pages with substantive text give AI systems more material to extract claims, summaries, and citations from; very short pages are often classified as thin content and excluded from AI knowledge bases.

seo impact

Content length correlates with topical coverage; comprehensively covering a subject increases the chance of ranking for long-tail queries and earning a "comprehensive resource" link profile.

benchmark performance

86.4% of audited sites pass this check. This site is pass; 86.4% of the benchmark has the same status.

86.4% pass13.6% warn0% failn=995 · updated 2026-07-22open insight ↗
Canonical URL matches site originpassdetails

about this check

Evaluates canonical URL matches site origin against its documented passing condition. The exact target appears under Expected behavior.

observed

Same origin

expected behavior

The canonical URL remains on the intended site origin unless a deliberate cross-domain canonical is required.

llm discoverability

A canonical that points to a different domain or subdomain is interpreted as a cross-domain redirect signal by AI crawlers; incorrect canonicals can attribute page content to the wrong entity entirely.

seo impact

Cross-origin canonical mismatches are a common cause of Google ignoring the canonical directive, reverting to treating both URLs as independent pages and splitting link equity.

benchmark performance

96.6% of audited sites pass this check. This site is pass; 96.6% of the benchmark has the same status.

96.6% pass3.4% warn0% failn=589 · updated 2026-07-22open insight ↗
Canonical URL matches the current page URLpassdetails

about this check

Evaluates canonical URL matches the current page URL against its documented passing condition. The exact target appears under Expected behavior.

observed

Canonical URL matches current page

expected behavior

The declared canonical resolves to the final preferred page URL after redirects and normalization.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

91.5% of audited sites pass this check. This site is pass; 91.5% of the benchmark has the same status.

91.5% pass8.5% warn0% failn=589 · updated 2026-07-22open insight ↗
Viewport configured for mobile devicespassdetails

about this check

Evaluates viewport configured for mobile devices against its documented passing condition. The exact target appears under Expected behavior.

observed

Viewport meta tag present. Page configured for mobile rendering

expected behavior

The served HTML exposes the page topic and main content through valid, machine-readable markup.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.

Structured Data

11 checks4 warn7 pass
94
FAQPage schema presentwarndetails

about this check

Checks whether FAQPage schema is present in your JSON-LD. Useful when you have real FAQ content on the page.

observed

No

expected behavior

The page includes valid FAQPage structured data when that type accurately represents the visible content.

llm discoverability

FAQPage schema presents question–answer pairs in a format LLMs are optimised to consume directly; well-structured FAQ pages dramatically increase the probability of being used as an AI answer source.

seo impact

FAQ rich results expand the SERP footprint significantly; pages with FAQ schema can occupy two to three times the normal result space, substantially boosting click-through rates.

benchmark performance

No benchmark definition is available for this check yet.
Article schema presentwarndetails

about this check

Checks whether Article/NewsArticle/BlogPosting schema is present in your JSON-LD (if applicable). Helps machines understand content type and authorship.

observed

No

expected behavior

The page includes valid Article structured data when that type accurately represents the visible content.

llm discoverability

Article schema signals authorship, publication date, and content type to LLMs, making it easier for AI systems to assess freshness and credibility before citing or summarising the content.

seo impact

Article schema can unlock Top Stories and news carousels in Google results, and the author/datePublished fields directly contribute to E-E-A-T signals.

benchmark performance

No benchmark definition is available for this check yet.
Person schema presentwarndetails

about this check

Checks whether Person schema is present in your JSON-LD (if applicable). Useful for personal brands and author entities.

observed

No

expected behavior

The page includes valid Person structured data when that type accurately represents the visible content.

llm discoverability

Person schema is how AI knowledge bases build named-entity graphs; without it, LLMs must guess biographical details from unstructured text, leading to factual errors in AI-generated profiles.

seo impact

Person structured data strengthens author entity recognition in Google's E-E-A-T framework, improving the ranking authority of content attributed to that individual.

benchmark performance

No benchmark definition is available for this check yet.
Product schema presentwarndetails

about this check

Checks whether Product schema is present in your JSON-LD (if applicable). Useful for ecommerce/product pages and rich understanding.

observed

No

expected behavior

The page includes valid Product structured data when that type accurately represents the visible content.

llm discoverability

Product schema gives AI shopping and comparison agents the structured price, availability, and description data they need to reliably recommend or compare offerings.

seo impact

Product markup unlocks Google's Product rich results and Merchant Center integrations, placing product details directly in search snippets and potentially in Shopping panels.

benchmark performance

No benchmark definition is available for this check yet.
JSON-LD presentpassdetails

about this check

Reports whether JSON-LD exists. Generic presence is unscored; syntax and the quality of detected schema are evaluated separately.

observed

1 script(s)

expected behavior

The page includes parseable JSON-LD that describes the page or the entity behind it.

llm discoverability

JSON-LD is the format AI systems most reliably parse when extracting structured facts about an entity; its absence forces LLMs to rely on heuristic text extraction, which is less accurate and less authoritative.

seo impact

JSON-LD is Google's preferred structured data format; correctly implemented, it unlocks rich result types (sitelinks, FAQs, product panels) that significantly improve click-through rates.

benchmark performance

No benchmark definition is available for this check yet.
Organization schema presentpassdetails

about this check

Checks whether Organization schema is present in your JSON-LD. This helps systems identify the entity behind the page (name, logo, contact points, etc.).

observed

Yes

expected behavior

The page includes valid Organization structured data when that type accurately represents the visible content.

llm discoverability

Organization schema gives LLMs a canonical, machine-readable definition of the entity (name, logo, sameAs links), reducing the chance of misattribution or confusion with similarly named entities.

seo impact

Organisation structured data feeds the Google Knowledge Panel and entity-recognition algorithms, improving brand appearance in branded search queries and knowledge graphs.

benchmark performance

No benchmark definition is available for this check yet.
WebSite schema presentpassdetails

about this check

Checks whether WebSite schema is present in your JSON-LD. This helps systems understand the site as a whole and can support sitelinks/search actions.

observed

Yes

expected behavior

The page includes valid WebSite structured data when that type accurately represents the visible content.

llm discoverability

WebSite schema communicates the site's purpose and searchable structure to AI systems, enabling them to correctly classify the domain as a coherent entity rather than a random collection of pages.

seo impact

WebSite schema enables the Sitelinks Searchbox feature in Google results and reinforces the association between a domain and its brand name in entity-based ranking systems.

benchmark performance

No benchmark definition is available for this check yet.
WebPage schema presentpassdetails

about this check

Checks whether WebPage schema is present in your JSON-LD. This helps systems understand the page type and main entity being described.

observed

Yes

expected behavior

The page includes valid WebPage structured data when that type accurately represents the visible content.

llm discoverability

WebPage schema allows AI crawlers to understand the type, author, and primary topic of a page without needing to infer these from prose, improving the accuracy of AI-generated summaries.

seo impact

Page-level schema enriches Google's understanding of content type and authorship, contributing to E-E-A-T signals and supporting rich results for review, article, and FAQ pages.

benchmark performance

No benchmark definition is available for this check yet.
BreadcrumbList schema presentpassdetails

about this check

Checks whether BreadcrumbList schema is present in your JSON-LD. Breadcrumbs can improve understanding of site structure and context.

observed

Yes

expected behavior

The page includes valid BreadcrumbList structured data when that type accurately represents the visible content.

llm discoverability

BreadcrumbList schema tells AI systems where a page sits within the site hierarchy, which helps LLMs contextualise content and understand whether a page is a top-level resource or a deep sub-topic.

seo impact

Breadcrumb markup enables the breadcrumb trail to appear in Google SERP snippets, improving visual clarity and typically increasing organic click-through rates.

benchmark performance

No benchmark definition is available for this check yet.
JSON-LD syntax is validpassdetails

about this check

Reports whether JSON-LD exists. Generic presence is unscored; syntax and the quality of detected schema are evaluated separately.

observed

1 script(s), all valid

expected behavior

Every JSON-LD block parses as valid JSON and can be consumed by structured-data tools.

llm discoverability

Syntactically invalid JSON-LD is silently discarded by parsers; even well-intentioned structured data provides zero benefit to AI systems if the underlying JSON cannot be parsed.

seo impact

Google's Rich Results Test rejects invalid JSON-LD; syntax errors mean no rich results are eligible, negating the investment made in adding structured data.

benchmark performance

99.1% of audited sites pass this check. This site is pass; 99.1% of the benchmark has the same status.

99.1% pass0% warn0.9% failn=449 · updated 2026-07-22open insight ↗
JSON-LD schemas have required propertiespassdetails

about this check

Reports whether JSON-LD exists. Generic presence is unscored; syntax and the quality of detected schema are evaluated separately.

observed

All detected schemas have required properties

expected behavior

Detected schema types include the required properties for the entities they describe.

llm discoverability

Valid structured data gives machines an explicit representation of the page and its entities, reducing ambiguity during extraction.

seo impact

Accurate structured data supports entity understanding and eligibility for applicable search-result enhancements.

benchmark performance

94.4% of audited sites pass this check. This site is pass; 94.4% of the benchmark has the same status.

94.4% pass5.6% warn0% failn=449 · updated 2026-07-22

Entity Clarity

4 checks2 warn2 pass
63
Brand/entity name appears in titlewarndetails

about this check

Evaluates brand/entity name appears in title against its documented passing condition. The exact target appears under Expected behavior.

observed

Missing "foxharbr"

expected behavior

The page title names the audited brand or entity clearly enough to connect the page to it.

llm discoverability

Including the entity or brand name in the title tag helps AI systems connect this URL to the correct real-world brand; without it, pages are harder to attribute correctly in entity-based reasoning.

seo impact

Brand-inclusive titles improve branded search recall and help Google's entity graph link the page to the correct brand entity, supporting rich results and Knowledge Panel associations.

benchmark performance

82.4% of audited sites pass this check. This site is warn; 17.6% of the benchmark has the same status.

82.4% pass17.6% warn0% failn=995 · updated 2026-07-22open insight ↗
Brand/entity name appears in H1warndetails

about this check

Evaluates brand/entity name appears in H1 against its documented passing condition. The exact target appears under Expected behavior.

observed

Missing "foxharbr"

expected behavior

The primary heading names the audited brand or entity where that identity is central to the page.

llm discoverability

The H1 is the strongest in-document entity signal. Naming the brand or entity here tells LLMs that the page is an authoritative on-site resource for that organisation, product, or person.

seo impact

Entity presence in H1 reinforces brand-to-page association in Google's NLP layer, improving dominance in branded SERP queries and supporting entity-based rich features.

benchmark performance

18% of audited sites pass this check. This site is warn; 82% of the benchmark has the same status.

18% pass82% warn0% failn=995 · updated 2026-07-22open insight ↗
Organization or LocalBusiness schema presentpassdetails

about this check

Evaluates organization or LocalBusiness schema present against its documented passing condition. The exact target appears under Expected behavior.

observed

Yes

expected behavior

Organization or LocalBusiness schema identifies the entity operating the site with consistent core properties.

llm discoverability

Entity clarity is the degree to which AI systems can identify the brand, organisation, or person behind a site. A well-populated Organization schema with sameAs links, legalName, and logo gives models a canonical source of truth and reduces hallucinated profiles.

seo impact

Organisation detail in structured data feeds the Knowledge Panel, reinforces branded query dominance, and provides Google with verified facts about the entity to surface in AI Overviews.

benchmark performance

No benchmark definition is available for this check yet.
Social profile links presentpassdetails

about this check

Checks whether social media profile links are present in structured data.

observed

3 domain(s)

expected behavior

The site links to its authoritative external profiles using consistent entity identity.

llm discoverability

sameAs links to social profiles help AI knowledge graphs verify that this web entity is the same brand, organisation, or person represented on other trusted platforms.

seo impact

Linking to verified social profiles in structured data strengthens E-E-A-T by corroborating the entity's real-world presence and is used by Google to populate Knowledge Panel social links.

benchmark performance

54.3% of audited sites pass this check. This site is pass; 54.3% of the benchmark has the same status.

54.3% pass45.7% warn0% failn=995 · updated 2026-07-22open insight ↗

Trust & Security

24 checks2 fail6 warn16 pass
74
HTTP security headers present (HSTS, CSP, X-Content-Type, X-Frame, Referrer-Policy, Permissions-Policy)criticaldetails

about this check

Evaluates HTTP security headers present (HSTS, CSP, X-Content-Type, X-Frame, Referrer-Policy, Permissions-Policy) against its documented passing condition. The exact target appears under Expected behavior.

observed

0/6 recommended headers present. Missing: Strict-Transport-Security, Content-Security-Policy, X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy

expected behavior

The final response applies the appropriate transport, content, framing, MIME, referrer, and permissions protections for the page.

llm discoverability

Strong security headers (CSP, HSTS, X-Frame-Options) indirectly signal to AI systems that the site is professionally maintained. They don't affect content extraction but contribute to overall domain trust.

seo impact

HTTPS and security headers are part of Google's page experience framework; sites with strong security signals are treated as more trustworthy, particularly in YMYL categories.

benchmark performance

29.4% of audited sites pass this check. This site is fail; 38.4% of the benchmark has the same status.

29.4% pass32.2% warn38.4% failn=995 · updated 2026-07-22open insight ↗
Internal link density supports entity graph crawlingcriticaldetails

about this check

Evaluates internal link density supports entity graph crawling against its documented passing condition. The exact target appears under Expected behavior.

observed

No internal links found

expected behavior

Important pages are reachable through valid internal links that crawlers and users can follow.

llm discoverability

Internal links distribute authority within the AI's site model; a well-connected site graph allows AI crawlers to discover deep pages that would otherwise be isolated and missed.

seo impact

Internal linking is the primary mechanism for distributing link equity across a site; pages with few inbound internal links are chronically under-indexed and under-ranked.

benchmark performance

86.6% of audited sites pass this check. This site is fail; 12.1% of the benchmark has the same status.

86.6% pass1.3% warn12.1% failn=995 · updated 2026-07-22open insight ↗
About/Company link presentwarndetails

about this check

Checks whether an about page is linked, helping AI systems understand the entity behind the site.

observed

No

expected behavior

A reachable About or Company page explains who operates the site and what the entity does.

llm discoverability

An About page provides AI systems with a dedicated source for background facts, mission statements, and founding information. Content that LLMs frequently surface when answering brand or entity queries.

seo impact

About pages are strong trust signals for Google's E-E-A-T framework; their presence is referenced in Google Quality Rater Guidelines as evidence of a site's transparency and legitimacy.

benchmark performance

55% of audited sites pass this check. This site is warn; 45% of the benchmark has the same status.

55% pass45% warn0% failn=995 · updated 2026-07-22open insight ↗
Terms link presentwarndetails

about this check

Checks whether terms of service are linked, indicating a legitimate and accountable entity.

observed

No

expected behavior

Reachable terms identify the conditions governing use of the site or service.

llm discoverability

Terms of Service are a marker of a legitimate, structured organisation; AI training data pipelines increasingly filter for sites with formal legal documentation as a quality heuristic.

seo impact

Terms pages contribute to the overall trust and authority profile assessed by quality raters; YMYL sites without terms are frequently rated as low-quality in manual review.

benchmark performance

39.6% of audited sites pass this check. This site is warn; 60.4% of the benchmark has the same status.

39.6% pass60.4% warn0% failn=995 · updated 2026-07-22open insight ↗
Testimonials / case studies signalswarndetails

about this check

Checks whether testimonial or social proof language is present on the page.

observed

Not detected

expected behavior

Relevant claims are supported by identifiable customer evidence or case-study material.

llm discoverability

Testimonials and social proof text provide AI systems with third-party validation signals that can strengthen the credibility score of a page when it is being evaluated as a citation candidate.

seo impact

User-generated testimonials create unique content and natural language variation that can help pages rank for long-tail conversational queries related to customer outcomes.

benchmark performance

9.8% of audited sites pass this check. This site is warn; 90.2% of the benchmark has the same status.

9.8% pass90.2% warn0% failn=995 · updated 2026-07-22open insight ↗
Press / featured-in signalswarndetails

about this check

Checks whether press or featured-in signals exist. Third-party mentions in authoritative sources boost AI visibility.

observed

Not detected

expected behavior

Relevant third-party coverage or recognition is presented accurately and linked to its source.

llm discoverability

A press or media page aggregates third-party coverage in a structured way that AI systems can discover and use to corroborate brand claims, directly boosting citation likelihood.

seo impact

Press coverage links from high-authority domains are among the most powerful off-page SEO signals; a dedicated press page facilitates journalist outreach and accelerates link acquisition.

benchmark performance

35.8% of audited sites pass this check. This site is warn; 64.2% of the benchmark has the same status.

35.8% pass64.2% warn0% failn=995 · updated 2026-07-22open insight ↗
RSS or Atom feed discoverablewarndetails

about this check

Evaluates RSS or Atom feed discoverable against its documented passing condition. The exact target appears under Expected behavior.

observed

No RSS/Atom feed link: LLMs rely on crawling only

expected behavior

A reachable feed exposes current entries for sites that publish recurring content.

llm discoverability

RSS feeds are widely consumed by AI news aggregators and LLM data pipelines to discover and ingest fresh content; sites with feeds get new articles into AI knowledge bases faster.

seo impact

RSS feeds enable content syndication and speed up discovery by search engine crawlers; fresh content that enters the index quickly benefits from the freshness ranking bonus.

benchmark performance

14.1% of audited sites pass this check. This site is warn; 85.9% of the benchmark has the same status.

14.1% pass85.9% warn0% failn=995 · updated 2026-07-22open insight ↗
Third-party scripts use Subresource Integritywarndetails

about this check

Evaluates third-party scripts use Subresource Integrity against its documented passing condition. The exact target appears under Expected behavior.

observed

2 of 2 third-party resource(s) lack an integrity attribute.

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Hreflang tags for multilingual targetingpassdetails

about this check

Checks whether hreflang tags are present for multilingual or multi-regional pages.

observed

No hreflang tags (only relevant for multilingual sites)

expected behavior

Language and regional alternates use valid, reciprocal hreflang annotations when alternates exist.

llm discoverability

hreflang tags tell AI language models which URL to prefer for a given locale–language combination, reducing the chance of an AI returning the wrong language variant to a user.

seo impact

Correct hreflang implementation prevents duplicate content penalties in multilingual sites and ensures the appropriate language/region variant ranks in each target market.

benchmark performance

Informational check; not included in benchmark scoring.
Speakable schema markup presentpassdetails

about this check

Evaluates speakable schema markup present against its documented passing condition. The exact target appears under Expected behavior.

observed

No Speakable schema (optional for voice assistant targeting)

expected behavior

The page includes valid SpeakableSpecification structured data when that type accurately represents the visible content.

llm discoverability

Speakable schema explicitly marks sections of content suitable for text-to-speech and voice assistant responses; this is a direct signal for AI agents to prioritise those passages in spoken or conversational output.

seo impact

Speakable markup positions content for inclusion in Google Assistant audio responses, an increasingly important distribution channel as voice search and smart speakers proliferate.

benchmark performance

Informational check; not included in benchmark scoring.
Cookies use Secure, HttpOnly, and SameSite flagspassdetails

about this check

Evaluates cookies use Secure, HttpOnly, and SameSite flags against its documented passing condition. The exact target appears under Expected behavior.

observed

No cookies set on the page response

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

Informational check; not included in benchmark scoring.
Production source maps are not publicly exposedpassdetails

about this check

Evaluates production source maps are not publicly exposed against its documented passing condition. The exact target appears under Expected behavior.

observed

Source map referenced but not publicly reachable

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

Informational check; not included in benchmark scoring.
Contact link presentpassdetails

about this check

Checks whether a contact page is linked, providing trust signals for AI systems.

observed

Yes

expected behavior

A reachable contact route gives users a clear way to contact the organization.

llm discoverability

A discoverable Contact page signals that the entity is a real, reachable organisation. This is a factor that AI systems use as a proxy for credibility when deciding whether to cite a source.

seo impact

Contact information is explicitly cited in Google's Quality Rater Guidelines as an indicator of site quality; its absence is associated with lower trust scores and YMYL ranking penalties.

benchmark performance

46.4% of audited sites pass this check. This site is pass; 46.4% of the benchmark has the same status.

46.4% pass53.6% warn0% failn=995 · updated 2026-07-22open insight ↗
Privacy policy link presentpassdetails

about this check

Checks whether a privacy policy is linked, indicating compliance and trustworthiness.

observed

Yes

expected behavior

A reachable privacy policy explains how the site handles personal data.

llm discoverability

A Privacy Policy indicates regulatory compliance and intentional data governance, which some AI training pipelines use as a trust signal when evaluating whether to include a site in a dataset.

seo impact

Privacy policies are required by Google Ads, Search Console, and multiple legal frameworks; their absence can trigger manual actions for sites collecting personal data.

benchmark performance

56.1% of audited sites pass this check. This site is pass; 56.1% of the benchmark has the same status.

56.1% pass43.9% warn0% failn=995 · updated 2026-07-22open insight ↗
SearchAction schema present (sitelinks search box)passdetails

about this check

Evaluates searchAction schema present (sitelinks search box) against its documented passing condition. The exact target appears under Expected behavior.

observed

SearchAction schema found: enables sitelinks search box

expected behavior

The page includes valid SearchAction structured data when that type accurately represents the visible content.

llm discoverability

SearchAction schema enables AI agents and voice assistants to surface a site's search function directly in conversational interfaces, making the site's knowledge base accessible through AI-native interaction patterns.

seo impact

Implementing SearchAction schema enables Google's Sitelinks Searchbox feature, which allows users to query a site's internal search directly from the SERP, increasing direct navigation.

benchmark performance

100% of audited sites pass this check. This site is pass; 100% of the benchmark has the same status.

100% pass0% warn0% failn=208 · updated 2026-07-22open insight ↗
No API keys or credentials exposed in client-side codepassdetails

about this check

Evaluates no API keys or credentials exposed in client-side code against its documented passing condition. The exact target appears under Expected behavior.

observed

No exposed credentials detected in HTML or first-party JavaScript

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
No sensitive files exposed at well-known pathspassdetails

about this check

Evaluates no sensitive files exposed at well-known paths against its documented passing condition. The exact target appears under Expected behavior.

observed

No sensitive files reachable (10 common paths checked)

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Directory listing is disabledpassdetails

about this check

Evaluates directory listing is disabled against its documented passing condition. The exact target appears under Expected behavior.

observed

No open directory listings detected

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
No mixed (insecure) content on an HTTPS pagepassdetails

about this check

Evaluates no mixed (insecure) content on an HTTPS page against its documented passing condition. The exact target appears under Expected behavior.

observed

All sub-resources loaded securely over HTTPS

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Forms submit over HTTPSpassdetails

about this check

Evaluates forms submit over HTTPS against its documented passing condition. The exact target appears under Expected behavior.

observed

No insecure form submissions detected

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
CORS policy is not dangerously permissivepassdetails

about this check

Evaluates CORS policy is not dangerously permissive against its documented passing condition. The exact target appears under Expected behavior.

observed

No wildcard CORS exposure

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Server software versions are not disclosed in headerspassdetails

about this check

Evaluates server software versions are not disclosed in headers against its documented passing condition. The exact target appears under Expected behavior.

observed

No server version disclosure in response headers

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Internal paths are not openly accessiblepassdetails

about this check

Evaluates internal paths are not openly accessible against its documented passing condition. The exact target appears under Expected behavior.

observed

No openly accessible internal paths detected

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.
Error pages do not leak stack traces or debug outputpassdetails

about this check

Evaluates error pages do not leak stack traces or debug output against its documented passing condition. The exact target appears under Expected behavior.

observed

No framework debug output on a missing-page request

expected behavior

The reported trust or security condition is resolved without weakening the page response or user journey.

llm discoverability

This check has no published direct effect on AI discovery. Any effect depends on whether the issue also changes crawler access, extractable content, or entity clarity.

seo impact

This check has no published direct search impact. Any effect depends on whether the issue also changes crawlability, page understanding, or user access to the content.

benchmark performance

No benchmark definition is available for this check yet.

Content Freshness & Authority

6 checks2 warn4 pass
66
Visible <time> element with datetime attributewarndetails

about this check

Evaluates visible <time> element with datetime attribute against its documented passing condition. The exact target appears under Expected behavior.

observed

No <time> element: users and LLMs cannot see when content was updated

expected behavior

A visible time element carries a machine-readable datetime value for the displayed date.

llm discoverability

Machine-readable timestamps (via <time> elements or structured data) allow AI systems to parse dates without ambiguity across locale date formats, improving the reliability of freshness-based filtering.

seo impact

Semantic HTML date elements (e.g. <time datetime="…">) give search engines a locale-independent timestamp that complements and corroborates structured data dates.

benchmark performance

7% of audited sites pass this check. This site is warn; 93% of the benchmark has the same status.

7% pass93% warn0% failn=995 · updated 2026-07-22open insight ↗
Author or byline present (schema, meta, or visible)warndetails

about this check

Evaluates author or byline present (schema, meta, or visible) against its documented passing condition. The exact target appears under Expected behavior.

observed

No author attribution: weakens E-E-A-T for LLM citation

expected behavior

Editorial content identifies a responsible author through visible copy or machine-readable metadata.

llm discoverability

Explicitly attributed authorship allows AI systems to assess the author's domain expertise and reputation, directly influencing whether the content is judged credible enough to cite.

seo impact

Author attribution with structured data is a core E-E-A-T signal; Google's quality rater guidelines require visible, verifiable authorship for YMYL content to be rated as high quality.

benchmark performance

19% of audited sites pass this check. This site is warn; 81% of the benchmark has the same status.

19% pass81% warn0% failn=995 · updated 2026-07-22open insight ↗
FAQPage schema present for direct answerspassdetails

about this check

Evaluates FAQPage schema present for direct answers against its documented passing condition. The exact target appears under Expected behavior.

observed

No FAQPage schema (recommended for content with Q&A)

expected behavior

The page includes valid FAQPage structured data when that type accurately represents the visible content.

llm discoverability

FAQ markup encodes question–answer pairs in a machine-native format that LLMs are highly optimised to consume, dramatically increasing the likelihood of the content appearing in AI-generated answers.

seo impact

FAQ rich results expand page real estate in SERPs and can double or triple organic click-through rates by surfacing answers before the user even clicks.

benchmark performance

Informational check; not included in benchmark scoring.
Article or BlogPosting schema presentpassdetails

about this check

Evaluates article or BlogPosting schema present against its documented passing condition. The exact target appears under Expected behavior.

observed

No Article schema (recommended for editorial content)

expected behavior

The page includes valid Article or BlogPosting structured data when that type accurately represents the visible content.

llm discoverability

Article schema tells AI systems that a page is editorial content with a specific author, publication date, and topic. This is context that drives more accurate summarisation and higher citation confidence.

seo impact

Article markup enables Top Stories eligibility, AMP integration, and author-rich snippets, all of which increase SERP click-through and can drive significant referral traffic spikes.

benchmark performance

Informational check; not included in benchmark scoring.
Publication date present (schema or meta)passdetails

about this check

Checks whether content includes a publication date, helping AI systems assess freshness.

observed

datePublished or article:published_time found

expected behavior

Editorial content exposes an accurate publication date in structured or machine-readable metadata.

llm discoverability

Publication date is a primary freshness signal for LLMs; models are trained to downweight or exclude stale content when answering time-sensitive queries, so clearly dated pages are more likely to be cited.

seo impact

Google uses publication date to power freshness-based ranking adjustments (QDF); clearly dated pages are rewarded in time-sensitive query contexts and appear correctly in date-filtered search results.

benchmark performance

9.1% of audited sites pass this check. This site is pass; 9.1% of the benchmark has the same status.

9.1% pass90.9% warn0% failn=995 · updated 2026-07-22open insight ↗
Last-modified date present (schema or meta)passdetails

about this check

Checks whether content includes a last-modified date for freshness signals.

observed

dateModified or article:modified_time found

expected behavior

The page exposes an accurate last-modified date when its content is maintained over time.

llm discoverability

Last-modified dates allow AI systems to prioritise the most recently updated version of a page, ensuring citations reference current rather than outdated information.

seo impact

Google uses last-modified signals to schedule recrawls efficiently; pages with visible update dates are crawled more frequently, helping keep the index current.

benchmark performance

9.4% of audited sites pass this check. This site is pass; 9.4% of the benchmark has the same status.

9.4% pass90.6% warn0% failn=995 · updated 2026-07-22open insight ↗

Content Answerability

6 checks1 warn5 pass
88
Headings use question phrasing (who, what, how…)warndetails

about this check

Evaluates headings use question phrasing (who, what, how…) against its documented passing condition. The exact target appears under Expected behavior.

observed

0/10 headings use question phrasing: LLMs may not extract clear Q&A pairs

expected behavior

Where question-led content is appropriate, at least 30% of H2 and H3 headings map a clear question to its answer.

llm discoverability

Headings phrased as questions mirror how users phrase prompts to LLMs; structuring content this way increases the probability that a passage will be returned as a direct answer in conversational AI interactions.

seo impact

Question-formatted headings align with natural language queries and improve the chance of winning People Also Ask (PAA) boxes, which command high visibility and click share.

benchmark performance

No benchmark definition is available for this check yet.
FAQ or expandable Q&A section on pagepassdetails

about this check

Evaluates FAQ or expandable Q&A section on page against its documented passing condition. The exact target appears under Expected behavior.

observed

No FAQ section: consider adding one for common questions about your offering

expected behavior

Common questions are paired with direct answers, with matching FAQPage schema when the visible content qualifies.

llm discoverability

FAQ-style content provides a library of ready-to-use question–answer pairs that AI systems can directly surface when answering user queries, making the page a high-yield citation candidate.

seo impact

FAQ content expands keyword surface area, targets long-tail question queries, and can earn PAA (People Also Ask) inclusions, all of which broaden organic visibility without additional page creation.

benchmark performance

Informational check; not included in benchmark scoring.
Content includes structured elements (lists, tables)passdetails

about this check

Evaluates content includes structured elements (lists, tables) against its documented passing condition. The exact target appears under Expected behavior.

observed

4 list/table element(s) (2 per 1k words): excellent structured content

expected behavior

Long-form content uses lists or tables where structure makes facts easier to extract and compare.

llm discoverability

Structured content (lists, tables, step-by-step instructions) is significantly easier for AI systems to parse and summarise than dense prose; high-density structured content is more frequently cited in AI responses.

seo impact

Lists and tables improve content scannability, dwell time, and engagement metrics; they are also more likely to be extracted as featured snippets, earning prominent above-the-fold SERP placement.

benchmark performance

No benchmark definition is available for this check yet.
Content sections have sufficient depth (≥ 40 words median)passdetails

about this check

Checks whether the page has sufficient content depth for AI systems to extract meaningful information.

observed

Median section: ~573 words: thorough coverage

expected behavior

Content sections provide enough substance to answer their topic, with a median depth of at least 40 words.

llm discoverability

Deep, comprehensive content gives AI systems more raw material to form accurate, nuanced responses; thin content is systematically down-ranked or excluded from AI answer pools.

seo impact

Content depth correlates strongly with topical authority, Google's primary long-term ranking mechanism; comprehensive pages earn more backlinks and rank for more keyword variants.

benchmark performance

No benchmark definition is available for this check yet.
Content includes unique data points (numbers, percentages, prices)passdetails

about this check

Evaluates content includes unique data points (numbers, percentages, prices) against its documented passing condition. The exact target appears under Expected behavior.

observed

6 data points found: LLMs prefer content with specific figures

expected behavior

The content supports claims with specific, attributable numbers, percentages, prices, or original data.

llm discoverability

Original data, statistics, and research findings are among the most valuable signals for AI systems seeking authoritative sources; unique data dramatically increases citation likelihood and reduces the chance of being displaced by duplicate content.

seo impact

Proprietary data and original research are top-tier link magnets; pages that cite unique numbers or findings earn disproportionate backlink profiles and high-authority placements.

benchmark performance

No benchmark definition is available for this check yet.
Content uses definition patterns ("X is…", "refers to…")passdetails

about this check

Evaluates content uses definition patterns ("X is…", "refers to…") against its documented passing condition. The exact target appears under Expected behavior.

observed

3 definition pattern(s): content is highly citable for informational queries

expected behavior

Key concepts include concise, explicit definitions that can stand alone when extracted.

llm discoverability

Pages that define terms and concepts are natural targets for AI "what is X?" queries; clear definitional structures help LLMs extract and cache concept definitions for conversational use.

seo impact

Definitional content frequently wins featured snippets for informational queries; the structured "X is…" format is exactly what Google extracts for position-zero answers.

benchmark performance

No benchmark definition is available for this check yet.

Off-site Presence & Mentions

6 checks2 warn4 pass
83
Unique source diversitywarndetails

about this check

Checks whether mentions come from diverse sources. Source diversity strengthens entity credibility.

observed

1 source(s)

expected behavior

Independent mentions come from more than one genuinely distinct source.

llm discoverability

Source diversity signals that an entity is broadly recognised across different domains; AI systems treat multi-source corroboration as a credibility multiplier that raises citation confidence.

seo impact

Backlink diversity is one of Google's strongest off-page ranking factors; links from a variety of domain types and topical categories signal broad recognition and resist algorithmic volatility.

benchmark performance

No benchmark definition is available for this check yet.
High-authority source mentionswarndetails

about this check

Checks whether mentions appear on high-authority (Tier 1/2) sources like Wikipedia, Forbes, or TechCrunch.

observed

Tier 1: 0, Tier 2: 0

expected behavior

At least one relevant mention comes from a credible source with clear editorial or institutional authority.

llm discoverability

Mentions on high-authority sources (Wikipedia, major publications, academic journals) are the gold standard for AI entity credibility and are heavily weighted in knowledge graph construction.

seo impact

Links from Tier 1 domains (Wikipedia, Forbes, TechCrunch, .edu/.gov sites) deliver outsized PageRank and domain authority benefits that can disproportionately improve rankings across the entire site.

benchmark performance

No benchmark definition is available for this check yet.
External mentions foundpassdetails

about this check

Checks whether the brand is mentioned across third-party sources, which strengthens AI citation likelihood.

observed

4 brand-relevant result(s)

expected behavior

Independent sources mention the entity in enough context to support reliable identification.

llm discoverability

External mentions are a direct proxy for how well-known an entity is in the broader web; AI systems weight heavily cited entities more in their knowledge graphs and are more likely to recommend them.

seo impact

Off-site mentions (even without hyperlinks) contribute to entity recognition in Google's NLP layer; branded searches and Knowledge Panel features are both influenced by external mention volume.

benchmark performance

No benchmark definition is available for this check yet.
Brand name accuracy in resultspassdetails

about this check

Checks whether search results accurately reference the brand name, indicating strong brand recognition.

observed

100% brand-relevant

expected behavior

Third-party results use the correct entity name and do not conflate it with another organization.

llm discoverability

When third-party sources accurately reflect the brand name and core value proposition, AI systems can build a consistent entity profile; inaccurate or inconsistent mentions create conflicting signals that reduce citation confidence.

seo impact

Consistent brand mentions and NAP data across the web strengthen local and entity-based SEO; inconsistencies can suppress Knowledge Panel features and local pack rankings.

benchmark performance

No benchmark definition is available for this check yet.
Recent mentions (last ~6 months)passdetails

about this check

Checks whether recent mentions exist (last ~6 months). Freshness signals help AI systems assess relevance.

observed

1 recent

expected behavior

The entity has a relevant third-party mention from roughly the last six months.

llm discoverability

Recent external mentions are a strong freshness signal for AI systems; a brand or topic being actively discussed signals to models that the content is current and relevant to contemporary queries.

seo impact

Fresh backlinks and new brand mentions signal to Google that a site is actively growing its authority; a sustained cadence of earned mentions is a key driver of long-term ranking trajectory.

benchmark performance

No benchmark definition is available for this check yet.
No negative/controversy signalspassdetails

about this check

Checks for negative or controversy signals in mention titles. Negative signals can reduce AI citation likelihood.

observed

Clean

expected behavior

Detected third-party results do not present unresolved negative or controversy signals without context.

llm discoverability

Negative press or controversy signals in external content can cause AI systems to apply a cautionary modifier when citing an entity, reducing recommendation frequency in trust-sensitive contexts.

seo impact

Negative coverage can trigger manual reviews and affect brand query ranking; for YMYL categories, a pattern of negative mentions is a significant risk factor for algorithmic demotion.

benchmark performance

No benchmark definition is available for this check yet.

§ score history

One completed run · oldest to newest

This is the first scored run for this domain. Re-run the audit after making changes to start a comparison.

Run a fresh audit

§ peer benchmark

Compared with the latest scored run from 84 other Travel & Hospitality sites, the median score is 78.

Fox Harb'r Resort scores above 68% of this same-version comparison set.

§ own this domain?

Sign in with an @foxharbr.com email and save 20%.

We auto-verify ownership from your email domain. If they match, your first year of Premium is 20% off. No extra step at checkout.

Made changes since this audit?

Run the same deterministic checks again to refresh this report and see a valid before-and-after comparison.

re-audit foxharbr.com

§ share this audit

Link to the full results or add a verified score card to your site.

score badge

Shows the latest score, audit date, and Nyman Media verification.

Website audit score for foxharbr.com
<a href="https://app.nyman.media/site/foxharbr.com"><img src="https://app.nyman.media/api/badge/site/foxharbr.com.svg" alt="Website audit score for foxharbr.com" width="420" height="112" /></a>

audit result card

An always-current card with score, audit date, and link to the findings.

<iframe src="https://app.nyman.media/embed/site/foxharbr.com" width="460" height="210" frameborder="0" loading="lazy" title="Website audit results for foxharbr.com"></iframe>

social share image

The branded score summary shown when this page is shared.

Social share image preview for foxharbr.com
<meta property="og:image" content="https://app.nyman.media/site/foxharbr.com/opengraph-image" />