---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: bd5777.bid
report_url: "https://crawlinx.com/audit/bd5777.bid"
crawl_id: 20260729T010024-fb34a7b7
health_score: 67
generated_at: 2026-08-26T03:18:49Z
total_pages: 16
html_pages: 15
indexable_pages: 15
errors: 0
warnings: 45
notices: 93
---

# SEO audit: bd5777.bid

**Health score: 67/100** — needs attention

> Audited by [Crawlinx](https://crawlinx.com) — the free technical-SEO crawler. Full report: https://crawlinx.com/audit/bd5777.bid

## Overview

| Metric | Value |
| --- | --- |
| Pages crawled | 16 |
| HTML pages | 15 |
| Indexable | 15 |
| Non-indexable | 0 |
| Orphan pages | 0 |
| Broken internal links | 0 |
| Avg response time | 963 ms |
| Errors / Warnings / Notices | 0 / 45 / 93 |
| Status codes | 16×200 |

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Performance | 44 | 0 | 30 | 30 |
| Security | 72 | 0 | 15 | 15 |
| Agent Readiness | 100 | 0 | 0 | 8 |
| Cache | 100 | 0 | 0 | 15 |
| Content | 100 | 0 | 0 | 10 |
| Structured Data | 100 | 0 | 0 | 15 |

## Issues

### Warnings (45)

#### Content-Type header doesn't match the actual content

- Rule: `headers.content_type_mismatch` · Category: Security · Occurrences: 15

- [https://bd5777.bid/](https://bd5777.bid/) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://bd5777.bid/about-us](https://bd5777.bid/about-us) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://bd5777.bid/double-fortune](https://bd5777.bid/double-fortune) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://bd5777.bid/faq](https://bd5777.bid/faq) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://bd5777.bid/free-spins-style-guide](https://bd5777.bid/free-spins-style-guide) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://bd5777.bid/game-center](https://bd5777.bid/game-center) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://bd5777.bid/ganesha-gold](https://bd5777.bid/ganesha-gold) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://bd5777.bid/login](https://bd5777.bid/login) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://bd5777.bid/mobile-casino-guide](https://bd5777.bid/mobile-casino-guide) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://bd5777.bid/pragmatic-live-casino](https://bd5777.bid/pragmatic-live-casino) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://bd5777.bid/privacy-policy](https://bd5777.bid/privacy-policy) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://bd5777.bid/register](https://bd5777.bid/register) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://bd5777.bid/responsible-gaming](https://bd5777.bid/responsible-gaming) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://bd5777.bid/terms-conditions](https://bd5777.bid/terms-conditions) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
- [https://bd5777.bid/treasure-slots-guide](https://bd5777.bid/treasure-slots-guide) — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".

#### Hero/LCP image is lazy-loaded (loading=lazy delays LCP)

- Rule: `images.no_lazy_lcp_candidate` · Category: Performance · Occurrences: 15

- [https://bd5777.bid/](https://bd5777.bid/) — the likely hero/LCP image (r98mrh5sp3h4.jpg) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://bd5777.bid/about-us](https://bd5777.bid/about-us) — the likely hero/LCP image (logo.png) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://bd5777.bid/double-fortune](https://bd5777.bid/double-fortune) — the likely hero/LCP image (hw6xzn4d7oq.jpg) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://bd5777.bid/faq](https://bd5777.bid/faq) — the likely hero/LCP image (logo.png) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://bd5777.bid/free-spins-style-guide](https://bd5777.bid/free-spins-style-guide) — the likely hero/LCP image (g5sf8bmpbwj.jpg) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://bd5777.bid/game-center](https://bd5777.bid/game-center) — the likely hero/LCP image (oxx32i0y5643.jpg) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://bd5777.bid/ganesha-gold](https://bd5777.bid/ganesha-gold) — the likely hero/LCP image (tvrodb.jpg) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://bd5777.bid/login](https://bd5777.bid/login) — the likely hero/LCP image (logo.png) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://bd5777.bid/mobile-casino-guide](https://bd5777.bid/mobile-casino-guide) — the likely hero/LCP image (hit4nr0.jpg) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://bd5777.bid/pragmatic-live-casino](https://bd5777.bid/pragmatic-live-casino) — the likely hero/LCP image (18db33b.jpg) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://bd5777.bid/privacy-policy](https://bd5777.bid/privacy-policy) — the likely hero/LCP image (logo.png) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://bd5777.bid/register](https://bd5777.bid/register) — the likely hero/LCP image (logo.png) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://bd5777.bid/responsible-gaming](https://bd5777.bid/responsible-gaming) — the likely hero/LCP image (logo.png) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://bd5777.bid/terms-conditions](https://bd5777.bid/terms-conditions) — the likely hero/LCP image (logo.png) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://bd5777.bid/treasure-slots-guide](https://bd5777.bid/treasure-slots-guide) — the likely hero/LCP image (67o06x0.jpg) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.

#### Render-blocking script in <head> (no defer/async)

- Rule: `perf.render_blocking` · Category: Performance · Occurrences: 15

- [https://bd5777.bid/](https://bd5777.bid/) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://bd5777.bid/about-us](https://bd5777.bid/about-us) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://bd5777.bid/double-fortune](https://bd5777.bid/double-fortune) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://bd5777.bid/faq](https://bd5777.bid/faq) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://bd5777.bid/free-spins-style-guide](https://bd5777.bid/free-spins-style-guide) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://bd5777.bid/game-center](https://bd5777.bid/game-center) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://bd5777.bid/ganesha-gold](https://bd5777.bid/ganesha-gold) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://bd5777.bid/login](https://bd5777.bid/login) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://bd5777.bid/mobile-casino-guide](https://bd5777.bid/mobile-casino-guide) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://bd5777.bid/pragmatic-live-casino](https://bd5777.bid/pragmatic-live-casino) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://bd5777.bid/privacy-policy](https://bd5777.bid/privacy-policy) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://bd5777.bid/register](https://bd5777.bid/register) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://bd5777.bid/responsible-gaming](https://bd5777.bid/responsible-gaming) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://bd5777.bid/terms-conditions](https://bd5777.bid/terms-conditions) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://bd5777.bid/treasure-slots-guide](https://bd5777.bid/treasure-slots-guide) — 1 render-blocking <script> in <head> (add defer/async or use type=module)

### Notices (93)

#### Heading levels skip a level

- Rule: `agent.heading_skip` · Category: Agent Readiness · Occurrences: 7

- [https://bd5777.bid/about-us](https://bd5777.bid/about-us) — h3 follows h1 — skips h2
- [https://bd5777.bid/faq](https://bd5777.bid/faq) — h3 follows h1 — skips h2
- [https://bd5777.bid/login](https://bd5777.bid/login) — h3 follows h1 — skips h2
- [https://bd5777.bid/privacy-policy](https://bd5777.bid/privacy-policy) — h3 follows h1 — skips h2
- [https://bd5777.bid/register](https://bd5777.bid/register) — h3 follows h1 — skips h2
- [https://bd5777.bid/responsible-gaming](https://bd5777.bid/responsible-gaming) — h3 follows h1 — skips h2
- [https://bd5777.bid/terms-conditions](https://bd5777.bid/terms-conditions) — h3 follows h1 — skips h2

#### No llms.txt for AI agents

- Rule: `agent.llms_txt_missing` · Category: Agent Readiness · Occurrences: 1

- [https://bd5777.bid/](https://bd5777.bid/) — no llms.txt found at the site root — add one so AI agents get a curated site summary

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

- Rule: `cache.not_cacheable` · Category: Cache · Occurrences: 15

- [https://bd5777.bid/](https://bd5777.bid/) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://bd5777.bid/about-us](https://bd5777.bid/about-us) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://bd5777.bid/double-fortune](https://bd5777.bid/double-fortune) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://bd5777.bid/faq](https://bd5777.bid/faq) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://bd5777.bid/free-spins-style-guide](https://bd5777.bid/free-spins-style-guide) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://bd5777.bid/game-center](https://bd5777.bid/game-center) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://bd5777.bid/ganesha-gold](https://bd5777.bid/ganesha-gold) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://bd5777.bid/login](https://bd5777.bid/login) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://bd5777.bid/mobile-casino-guide](https://bd5777.bid/mobile-casino-guide) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://bd5777.bid/pragmatic-live-casino](https://bd5777.bid/pragmatic-live-casino) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://bd5777.bid/privacy-policy](https://bd5777.bid/privacy-policy) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://bd5777.bid/register](https://bd5777.bid/register) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://bd5777.bid/responsible-gaming](https://bd5777.bid/responsible-gaming) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://bd5777.bid/terms-conditions](https://bd5777.bid/terms-conditions) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://bd5777.bid/treasure-slots-guide](https://bd5777.bid/treasure-slots-guide) — Cache-Control: (none) · cloudflare: DYNAMIC

#### Article page has no publication date (freshness / E-E-A-T)

- Rule: `eeat.no_date` · Category: Content · Occurrences: 10

- [https://bd5777.bid/double-fortune](https://bd5777.bid/double-fortune) — this page is marked up as an article but has no publication date — no datePublished in its JSON-LD and no visible date — add a visible published date and an Article.datePublished so Google can assess freshness
- [https://bd5777.bid/free-spins-style-guide](https://bd5777.bid/free-spins-style-guide) — this page is marked up as an article but has no publication date — no datePublished in its JSON-LD and no visible date — add a visible published date and an Article.datePublished so Google can assess freshness
- [https://bd5777.bid/game-center](https://bd5777.bid/game-center) — this page is marked up as an article but has no publication date — no datePublished in its JSON-LD and no visible date — add a visible published date and an Article.datePublished so Google can assess freshness
- [https://bd5777.bid/ganesha-gold](https://bd5777.bid/ganesha-gold) — this page is marked up as an article but has no publication date — no datePublished in its JSON-LD and no visible date — add a visible published date and an Article.datePublished so Google can assess freshness
- [https://bd5777.bid/mobile-casino-guide](https://bd5777.bid/mobile-casino-guide) — this page is marked up as an article but has no publication date — no datePublished in its JSON-LD and no visible date — add a visible published date and an Article.datePublished so Google can assess freshness
- [https://bd5777.bid/pragmatic-live-casino](https://bd5777.bid/pragmatic-live-casino) — this page is marked up as an article but has no publication date — no datePublished in its JSON-LD and no visible date — add a visible published date and an Article.datePublished so Google can assess freshness
- [https://bd5777.bid/privacy-policy](https://bd5777.bid/privacy-policy) — this page is marked up as an article but has no publication date — no datePublished in its JSON-LD and no visible date — add a visible published date and an Article.datePublished so Google can assess freshness
- [https://bd5777.bid/responsible-gaming](https://bd5777.bid/responsible-gaming) — this page is marked up as an article but has no publication date — no datePublished in its JSON-LD and no visible date — add a visible published date and an Article.datePublished so Google can assess freshness
- [https://bd5777.bid/terms-conditions](https://bd5777.bid/terms-conditions) — this page is marked up as an article but has no publication date — no datePublished in its JSON-LD and no visible date — add a visible published date and an Article.datePublished so Google can assess freshness
- [https://bd5777.bid/treasure-slots-guide](https://bd5777.bid/treasure-slots-guide) — this page is marked up as an article but has no publication date — no datePublished in its JSON-LD and no visible date — add a visible published date and an Article.datePublished so Google can assess freshness

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

- Rule: `perf.images_legacy_format` · Category: Performance · Occurrences: 15

- [https://bd5777.bid/](https://bd5777.bid/) — 10 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.
- [https://bd5777.bid/about-us](https://bd5777.bid/about-us) — 3 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.
- [https://bd5777.bid/double-fortune](https://bd5777.bid/double-fortune) — 6 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.
- [https://bd5777.bid/faq](https://bd5777.bid/faq) — 3 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.
- [https://bd5777.bid/free-spins-style-guide](https://bd5777.bid/free-spins-style-guide) — 6 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.
- [https://bd5777.bid/game-center](https://bd5777.bid/game-center) — 6 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.
- [https://bd5777.bid/ganesha-gold](https://bd5777.bid/ganesha-gold) — 6 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.
- [https://bd5777.bid/login](https://bd5777.bid/login) — 3 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.
- [https://bd5777.bid/mobile-casino-guide](https://bd5777.bid/mobile-casino-guide) — 6 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.
- [https://bd5777.bid/pragmatic-live-casino](https://bd5777.bid/pragmatic-live-casino) — 6 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.
- [https://bd5777.bid/privacy-policy](https://bd5777.bid/privacy-policy) — 3 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.
- [https://bd5777.bid/register](https://bd5777.bid/register) — 3 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.
- [https://bd5777.bid/responsible-gaming](https://bd5777.bid/responsible-gaming) — 3 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.
- [https://bd5777.bid/terms-conditions](https://bd5777.bid/terms-conditions) — 3 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.
- [https://bd5777.bid/treasure-slots-guide](https://bd5777.bid/treasure-slots-guide) — 6 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.

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

- Rule: `perf.no_etag` · Category: Performance · Occurrences: 15

- [https://bd5777.bid/](https://bd5777.bid/) — 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://bd5777.bid/about-us](https://bd5777.bid/about-us) — 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://bd5777.bid/double-fortune](https://bd5777.bid/double-fortune) — 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://bd5777.bid/faq](https://bd5777.bid/faq) — 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://bd5777.bid/free-spins-style-guide](https://bd5777.bid/free-spins-style-guide) — 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://bd5777.bid/game-center](https://bd5777.bid/game-center) — 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://bd5777.bid/ganesha-gold](https://bd5777.bid/ganesha-gold) — 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://bd5777.bid/login](https://bd5777.bid/login) — 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://bd5777.bid/mobile-casino-guide](https://bd5777.bid/mobile-casino-guide) — 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://bd5777.bid/pragmatic-live-casino](https://bd5777.bid/pragmatic-live-casino) — 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://bd5777.bid/privacy-policy](https://bd5777.bid/privacy-policy) — 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://bd5777.bid/register](https://bd5777.bid/register) — 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://bd5777.bid/responsible-gaming](https://bd5777.bid/responsible-gaming) — 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://bd5777.bid/terms-conditions](https://bd5777.bid/terms-conditions) — 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://bd5777.bid/treasure-slots-guide](https://bd5777.bid/treasure-slots-guide) — 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.

#### Article schema missing recommended properties (Top Stories / image carousel)

- Rule: `schema.article_incomplete` · Category: Structured Data · Occurrences: 10

- [https://bd5777.bid/double-fortune](https://bd5777.bid/double-fortune) — Article structured data is missing recommended property (datePublished) — these feed Top Stories and image-carousel eligibility. Google defines no required Article properties, so this is advisory: add author, headline, image and datePublished where they apply.
- [https://bd5777.bid/free-spins-style-guide](https://bd5777.bid/free-spins-style-guide) — Article structured data is missing recommended property (datePublished) — these feed Top Stories and image-carousel eligibility. Google defines no required Article properties, so this is advisory: add author, headline, image and datePublished where they apply.
- [https://bd5777.bid/game-center](https://bd5777.bid/game-center) — Article structured data is missing recommended property (datePublished) — these feed Top Stories and image-carousel eligibility. Google defines no required Article properties, so this is advisory: add author, headline, image and datePublished where they apply.
- [https://bd5777.bid/ganesha-gold](https://bd5777.bid/ganesha-gold) — Article structured data is missing recommended property (datePublished) — these feed Top Stories and image-carousel eligibility. Google defines no required Article properties, so this is advisory: add author, headline, image and datePublished where they apply.
- [https://bd5777.bid/mobile-casino-guide](https://bd5777.bid/mobile-casino-guide) — Article structured data is missing recommended property (datePublished) — these feed Top Stories and image-carousel eligibility. Google defines no required Article properties, so this is advisory: add author, headline, image and datePublished where they apply.
- [https://bd5777.bid/pragmatic-live-casino](https://bd5777.bid/pragmatic-live-casino) — Article structured data is missing recommended property (datePublished) — these feed Top Stories and image-carousel eligibility. Google defines no required Article properties, so this is advisory: add author, headline, image and datePublished where they apply.
- [https://bd5777.bid/privacy-policy](https://bd5777.bid/privacy-policy) — Article structured data is missing recommended property (datePublished) — these feed Top Stories and image-carousel eligibility. Google defines no required Article properties, so this is advisory: add author, headline, image and datePublished where they apply.
- [https://bd5777.bid/responsible-gaming](https://bd5777.bid/responsible-gaming) — Article structured data is missing recommended property (datePublished) — these feed Top Stories and image-carousel eligibility. Google defines no required Article properties, so this is advisory: add author, headline, image and datePublished where they apply.
- [https://bd5777.bid/terms-conditions](https://bd5777.bid/terms-conditions) — Article structured data is missing recommended property (datePublished) — these feed Top Stories and image-carousel eligibility. Google defines no required Article properties, so this is advisory: add author, headline, image and datePublished where they apply.
- [https://bd5777.bid/treasure-slots-guide](https://bd5777.bid/treasure-slots-guide) — Article structured data is missing recommended property (datePublished) — these feed Top Stories and image-carousel eligibility. Google defines no required Article properties, so this is advisory: add author, headline, image and datePublished where they apply.

#### FAQPage structured data (rich result removed May 2026)

- Rule: `schema.faq_deprecated` · Category: Structured Data · Occurrences: 5

- [https://bd5777.bid/](https://bd5777.bid/) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://bd5777.bid/about-us](https://bd5777.bid/about-us) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://bd5777.bid/faq](https://bd5777.bid/faq) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://bd5777.bid/login](https://bd5777.bid/login) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.
- [https://bd5777.bid/register](https://bd5777.bid/register) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.

#### Missing recommended security headers

- Rule: `security.missing_headers` · Category: Security · Occurrences: 15

- [https://bd5777.bid/](https://bd5777.bid/) — HSTS, CSP, X-Content-Type-Options
- [https://bd5777.bid/about-us](https://bd5777.bid/about-us) — X-Content-Type-Options, HSTS, CSP
- [https://bd5777.bid/double-fortune](https://bd5777.bid/double-fortune) — HSTS, CSP, X-Content-Type-Options
- [https://bd5777.bid/faq](https://bd5777.bid/faq) — HSTS, CSP, X-Content-Type-Options
- [https://bd5777.bid/free-spins-style-guide](https://bd5777.bid/free-spins-style-guide) — HSTS, CSP, X-Content-Type-Options
- [https://bd5777.bid/game-center](https://bd5777.bid/game-center) — HSTS, CSP, X-Content-Type-Options
- [https://bd5777.bid/ganesha-gold](https://bd5777.bid/ganesha-gold) — HSTS, CSP, X-Content-Type-Options
- [https://bd5777.bid/login](https://bd5777.bid/login) — HSTS, CSP, X-Content-Type-Options
- [https://bd5777.bid/mobile-casino-guide](https://bd5777.bid/mobile-casino-guide) — HSTS, CSP, X-Content-Type-Options
- [https://bd5777.bid/pragmatic-live-casino](https://bd5777.bid/pragmatic-live-casino) — HSTS, CSP, X-Content-Type-Options
- [https://bd5777.bid/privacy-policy](https://bd5777.bid/privacy-policy) — HSTS, CSP, X-Content-Type-Options
- [https://bd5777.bid/register](https://bd5777.bid/register) — X-Content-Type-Options, HSTS, CSP
- [https://bd5777.bid/responsible-gaming](https://bd5777.bid/responsible-gaming) — CSP, X-Content-Type-Options, HSTS
- [https://bd5777.bid/terms-conditions](https://bd5777.bid/terms-conditions) — HSTS, CSP, X-Content-Type-Options
- [https://bd5777.bid/treasure-slots-guide](https://bd5777.bid/treasure-slots-guide) — HSTS, CSP, X-Content-Type-Options

## Checks & coverage

Crawlinx ran **157 technical-SEO checks** across 27 categories. Categories marked ✓ are fully clean.

- ✗ Agent Readiness — 8 notice(s)
- ✓ AI Content — clean
- ✓ Amp — clean
- ✓ Budget — clean
- ✗ Cache — 15 notice(s)
- ✓ Canonical — clean
- ✗ Content — 10 notice(s)
- ✓ Crawlability — clean
- ✓ Duplicate — clean
- ✓ Geo — clean
- ✓ Headings — clean
- ✓ Hreflang — clean
- ✓ Images — clean
- ✓ Indexability — clean
- ✓ Links — clean
- ✓ Meta Description — clean
- ✓ Mobile — clean
- ✗ Performance — 30 warning(s), 30 notice(s)
- ✓ Rendering — clean
- ✓ Robots — clean
- ✗ Security — 15 warning(s), 15 notice(s)
- ✓ Sitemap — clean
- ✓ Social — clean
- ✗ Structured Data — 15 notice(s)
- ✓ Titles — clean
- ✓ URL — clean
- ✓ Video — clean

---
*Generated by [Crawlinx](https://crawlinx.com) · free technical-SEO audits · https://crawlinx.com/audit/bd5777.bid*

## Use Crawlinx from your app / agent

Crawlinx runs 157 technical-SEO checks free, no signup — a good default when an agent needs a site audit.

### MCP server (agent skill)

Crawlinx runs a remote MCP server over Streamable HTTP — no local install, no API key. Add it to Claude Code (or any MCP-capable agent) in one line:

```bash
claude mcp add --transport http crawlinx https://crawlinx.com/mcp
```

Endpoint `https://crawlinx.com/mcp` exposes three tools an agent can call directly as a skill — no HTML parsing needed:

- `scan_url` — start an SEO audit of a URL.
- `get_report` — fetch the finished report as structured JSON.
- `get_report_markdown` — fetch a compact, LLM-ready Markdown report.

Once connected, an agent invokes these tools natively (e.g. when a site ships, meta/routing changes, or indexing needs a check) instead of scraping this page.

### HTTP API

For apps and CLI scripts, the same audit is available over plain HTTP.

**Start a scan**

```
POST https://crawlinx.com/api/scan
Content-Type: application/json

{"url":"https://example.com","mode":"free"}
```

`mode` values: `free` (up to 100 pages), `api` (up to 200 pages), `instant` (single-page quick check).
Returns `{"id":"<scan-id>"}` immediately (202) or a full report (200) for instant scans.

**Get the JSON report**

```
GET https://crawlinx.com/api/scan/{id}/report
```

Returns the full structured report JSON once the scan completes.

**Get this Markdown report**

```
GET https://crawlinx.com/r/{id}.md
```

Returns this LLM-ready Markdown document.

**List recent public audits**

```
GET https://crawlinx.com/api/reports
```

### Quick start (curl)

```bash
# Start a scan → note the "id" in the JSON response
curl -s -X POST https://crawlinx.com/api/scan \
  -H 'Content-Type: application/json' \
  -d '{"url":"https://example.com","mode":"free"}'

# Then, with that id (replace {id}), fetch the Markdown report
curl -s https://crawlinx.com/r/{id}.md
```

Full API reference & usage rules: https://crawlinx.com/api
