Catalog / fremontbijoutierhq.shop
65

SEO audit for fremontbijoutierhq.shop

Rachat d'Or & Bijoux en Or | Bijouterie Fremont

other

Health 65/100 (fair) · 9 pages crawled · generated 2026-08-26

Download Markdown report (feed to ChatGPT / Claude / Cursor)

Maison familiale à 10 République depuis 1990. Vente de bijoux or 18 carats (neufs et occasion). Estimation gratuite et rachat d'or. Sans RDV du lundi au samedi.

9
pages crawled
8
indexable pages
0
errors
20
warnings
58
notices
0
orphan pages
0
broken links
Category breakdown
CategoryScoreErrorsWarningsNotices
Agent Readiness 83 0 5 6
Canonical 83 0 5 0
Content 87 0 4 5
Crawlability 87 0 4 0
Budget 93 0 2 0
Cache 100 0 0 5
Duplicate 100 0 0 5
Images 100 0 0 5
Links 100 0 0 5
Performance 100 0 0 17
Security 100 0 0 5
Structured Data 100 0 0 5
Findings

Warnings (5 rules)

warning Control has no accessible name

Rule agent.control_no_name · Agent Readiness · 5 occurrence(s)

warning robots.txt-disallowed URL receives internal links (crawl-budget leak)

Rule budget.disallow_linked · Budget · 2 occurrence(s)

  • https://fremontbijoutierhq.shop/account — internal links point to https://fremontbijoutierhq.shop/account, which robots.txt disallows for Googlebot — Googlebot discovers the URL, checks robots, then rejects it without indexing, wasting crawl budget and losing the link equity. Remove the internal links, or use noindex instead of Disallow if the page should be fetchable. Linked from: https://fremontbijoutierhq.shop/, https://fremontbijoutierhq.shop/about, https://fremontbijoutierhq.shop/contact.
  • https://fremontbijoutierhq.shop/cart — internal links point to https://fremontbijoutierhq.shop/cart, which robots.txt disallows for Googlebot — Googlebot discovers the URL, checks robots, then rejects it without indexing, wasting crawl budget and losing the link equity. Remove the internal links, or use noindex instead of Disallow if the page should be fetchable. Linked from: https://fremontbijoutierhq.shop/, https://fremontbijoutierhq.shop/about, https://fremontbijoutierhq.shop/contact.

warning Thin content (low word count)

Rule content.thin · Content · 4 occurrence(s)

warning Incomplete/empty response after retries (likely transient — re-crawl)

Rule fetch.incomplete · Crawlability · 4 occurrence(s)

Notices (15 rules)

notice Heading levels skip a level

Rule agent.heading_skip · Agent Readiness · 5 occurrence(s)

notice No llms.txt for AI agents

Rule agent.llms_txt_missing · Agent Readiness · 1 occurrence(s)

notice Page served uncached (no-store/private or CDN bypass)

Rule cache.not_cacheable · Cache · 5 occurrence(s)

notice Low text-to-HTML ratio

Rule content.low_ratio · Content · 5 occurrence(s)

notice Duplicate meta description across pages

Rule duplicate.meta_desc · Duplicate · 5 occurrence(s)

  • https://fremontbijoutierhq.shop/ — meta description shared by 5 pages: https://fremontbijoutierhq.shop/about, https://fremontbijoutierhq.shop/contact, https://fremontbijoutierhq.shop/shipping
  • https://fremontbijoutierhq.shop/about — meta description shared by 5 pages: https://fremontbijoutierhq.shop/, https://fremontbijoutierhq.shop/contact, https://fremontbijoutierhq.shop/shipping
  • https://fremontbijoutierhq.shop/contact — meta description shared by 5 pages: https://fremontbijoutierhq.shop/, https://fremontbijoutierhq.shop/about, https://fremontbijoutierhq.shop/shipping
  • https://fremontbijoutierhq.shop/returns — meta description shared by 5 pages: https://fremontbijoutierhq.shop/, https://fremontbijoutierhq.shop/about, https://fremontbijoutierhq.shop/contact
  • https://fremontbijoutierhq.shop/shipping — meta description shared by 5 pages: https://fremontbijoutierhq.shop/, https://fremontbijoutierhq.shop/about, https://fremontbijoutierhq.shop/contact

notice Likely hero image lacks fetchpriority=high

Rule images.hero_no_fetchpriority · Performance · 1 occurrence(s)

  • https://fremontbijoutierhq.shop/ — the likely hero/LCP image (bague-or-18-carats.png) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.

notice Images without width/height (layout shift / CLS)

Rule images.missing_dimensions · Images · 5 occurrence(s)

notice Internal link has no anchor text / accessible name

Rule links.no_anchor_text · Links · 5 occurrence(s)

  • https://fremontbijoutierhq.shop/ — 1 internal link(s) have no anchor text, aria-label, or image alt — they pass no keyword signal and are unusable to screen readers. Add descriptive text or an aria-label.
  • https://fremontbijoutierhq.shop/about — 1 internal link(s) have no anchor text, aria-label, or image alt — they pass no keyword signal and are unusable to screen readers. Add descriptive text or an aria-label.
  • https://fremontbijoutierhq.shop/contact — 1 internal link(s) have no anchor text, aria-label, or image alt — they pass no keyword signal and are unusable to screen readers. Add descriptive text or an aria-label.
  • https://fremontbijoutierhq.shop/returns — 1 internal link(s) have no anchor text, aria-label, or image alt — they pass no keyword signal and are unusable to screen readers. Add descriptive text or an aria-label.
  • https://fremontbijoutierhq.shop/shipping — 1 internal link(s) have no anchor text, aria-label, or image alt — they pass no keyword signal and are unusable to screen readers. Add descriptive text or an aria-label.

notice Legacy image format (jpg/png/gif) with no next-gen fallback

Rule perf.images_legacy_format · Performance · 1 occurrence(s)

  • https://fremontbijoutierhq.shop/ — 9 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.

notice No ETag header (no conditional GET for unchanged pages)

Rule perf.no_etag · Performance · 5 occurrence(s)

  • https://fremontbijoutierhq.shop/ — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://fremontbijoutierhq.shop/about — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://fremontbijoutierhq.shop/contact — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://fremontbijoutierhq.shop/returns — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
  • https://fremontbijoutierhq.shop/shipping — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.

notice No Last-Modified header (no conditional GET for unchanged pages)

Rule perf.no_last_modified · Performance · 5 occurrence(s)

  • https://fremontbijoutierhq.shop/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://fremontbijoutierhq.shop/about — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://fremontbijoutierhq.shop/contact — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://fremontbijoutierhq.shop/returns — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
  • https://fremontbijoutierhq.shop/shipping — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.

notice Slow server response

Rule perf.slow_response · Performance · 5 occurrence(s)

notice Deprecated schema type with no Google rich result

Rule schema.deprecated_type · Structured Data · 1 occurrence(s)

  • https://fremontbijoutierhq.shop/ — deprecated rich-result type(s) present: Sitelinks Searchbox. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.

notice Missing recommended security headers

Rule security.missing_headers · Security · 5 occurrence(s)

Pages (showing 9 of 9)
URLStatusIndexableWordsIn-links
https://fremontbijoutierhq.shop/
Rachat d'Or & Bijoux en Or | Bijouterie Fremont
200 yes 399 5
https://fremontbijoutierhq.shop/about
À propos de Bijouterie Fremont | Bijouterie Fremont
200 yes 122 5
https://fremontbijoutierhq.shop/contact
Contactez Bijouterie Fremont | Bijouterie Fremont
200 yes 86 5
https://fremontbijoutierhq.shop/faq 200 yes 0 5
https://fremontbijoutierhq.shop/returns
Retours & Échanges | Bijouterie Fremont
200 yes 190 5
https://fremontbijoutierhq.shop/shipping
Livraison et Expédition | Bijouterie Fremont
200 yes 109 5
https://fremontbijoutierhq.shop/store 200 yes 0 5
https://fremontbijoutierhq.shop/collections/bijou-or-aiguemarine 200 yes 0 0
https://fremontbijoutierhq.shop/categories/bijoux-or-18carats-paris 0 no 0 1

Audit your own site — free

157 checks, internal PageRank, render-diff. No signup, results in ~30s.

Scan your site →