Catalog / sakayet.dev
52

SEO audit for sakayet.dev

ATM Sakayet Hossain | Full Stack Developer & UI Designer

otherNext.js

Health 52/100 (fair) · 7 pages crawled · generated 2026-08-26

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

I'm ATM Sakayet Hossain, a passionate Full Stack Developer creating modern, fast, and responsive web experiences using React, Next.js, and Tailwind CSS.

Screenshot of sakayet.dev
7
pages crawled
5
indexable pages
2
errors
22
warnings
47
notices
0
orphan pages
1
broken links
Category breakdown
CategoryScoreErrorsWarningsNotices
Crawlability 86 1 0 0
Links 86 1 0 8
Content 74 0 6 11
Agent Readiness 79 0 5 2
Canonical 83 0 4 4
Headings 83 0 4 0
Performance 91 0 2 6
Indexability 96 0 1 0
Images 100 0 0 2
Robots 100 0 0 1
Security 100 0 0 6
Structured Data 100 0 0 5
URL 100 0 0 2
Findings

Errors (2 rules)

error Broken internal link (target 4xx/5xx)

Rule links.broken_internal · Links · 1 occurrence(s)

error Client error (4xx) response

Rule status.4xx · Crawlability · 1 occurrence(s)

Warnings (7 rules)

warning Control has no accessible name

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

warning Interior page canonicalizes to the homepage

Rule canonical.points_to_homepage · Canonical · 4 occurrence(s)

  • https://www.sakayet.dev/Resume — this interior page canonicalizes to the homepage (https://www.sakayet.dev/) — Google will treat the homepage as authoritative and drop this page from search. Point the canonical at the page's own URL.
  • https://www.sakayet.dev/about — this interior page canonicalizes to the homepage (https://www.sakayet.dev/) — Google will treat the homepage as authoritative and drop this page from search. Point the canonical at the page's own URL.
  • https://www.sakayet.dev/contact — this interior page canonicalizes to the homepage (https://www.sakayet.dev/) — Google will treat the homepage as authoritative and drop this page from search. Point the canonical at the page's own URL.
  • https://www.sakayet.dev/portfolio — this interior page canonicalizes to the homepage (https://www.sakayet.dev/) — Google will treat the homepage as authoritative and drop this page from search. Point the canonical at the page's own URL.

warning Lorem-ipsum placeholder text in a live page

Rule content.lorem_ipsum · Content · 1 occurrence(s)

  • https://www.sakayet.dev/Resume — the page body contains "lorem ipsum" placeholder text — replace it with real content or noindex the page until it's finished

warning Thin content (low word count)

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

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

Rule images.no_lazy_lcp_candidate · Performance · 2 occurrence(s)

  • https://www.sakayet.dev/about — the likely hero/LCP image (image) 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://www.sakayet.dev/portfolio — the likely hero/LCP image (image) 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.

warning Page is noindex

Rule index.noindex · Indexability · 1 occurrence(s)

Notices (15 rules)

notice Heading levels skip a level

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

notice No llms.txt for AI agents

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

notice Canonical points to a different URL

Rule canonical.non_self · Canonical · 4 occurrence(s)

notice Low text-to-HTML ratio

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

notice Main text is hard to read (low Flesch Reading Ease)

Rule content.readability_poor · Content · 1 occurrence(s)

  • https://www.sakayet.dev/Resume — this page reads as very difficult (Flesch Reading Ease 2, below 50) — long sentences and multi-syllable words make it hard to scan. Shorten sentences and prefer plainer words to widen your audience. Density can be legitimate for expert, technical or legal content, so judge it against who the page is for.

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

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

notice Internal link has no anchor text / accessible name

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

  • https://www.sakayet.dev/Resume — 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://www.sakayet.dev/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://www.sakayet.dev/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://www.sakayet.dev/portfolio — 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 Page has only one internal inlink (fragile crawl path)

Rule links.single_inlink · Links · 4 occurrence(s)

  • https://www.sakayet.dev/Resume — only one internal link points here — if that source changes, this page becomes an orphan. Add more contextual internal links to strengthen the crawl path.
  • https://www.sakayet.dev/about — only one internal link points here — if that source changes, this page becomes an orphan. Add more contextual internal links to strengthen the crawl path.
  • https://www.sakayet.dev/contact — only one internal link points here — if that source changes, this page becomes an orphan. Add more contextual internal links to strengthen the crawl path.
  • https://www.sakayet.dev/portfolio — only one internal link points here — if that source changes, this page becomes an orphan. Add more contextual internal links to strengthen the crawl path.

notice Legacy <meta name=keywords> tag present (Google ignores it)

Rule meta.keywords_present · Content · 5 occurrence(s)

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

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

  • https://www.sakayet.dev/ — 1 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 Last-Modified header (no conditional GET for unchanged pages)

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

  • https://www.sakayet.dev/ — 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://www.sakayet.dev/Resume — 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://www.sakayet.dev/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://www.sakayet.dev/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://www.sakayet.dev/portfolio — 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 robots.txt missing (root returns 404/none)

Rule robots.txt_missing · Robots · 1 occurrence(s)

  • https://www.sakayet.dev/ — robots.txt did not return a 200 at the site root — a healthy site should serve one (declare your sitemap and confirm the host serves root files)

notice Missing recommended security headers

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

notice Uppercase letters in URL path

Rule url.uppercase · URL · 2 occurrence(s)

Pages (showing 7 of 7)
URLStatusIndexableWordsIn-links
https://www.sakayet.dev/
ATM Sakayet Hossain | Full Stack Developer & UI Designer
200 yes 10 5
https://www.sakayet.dev/Resume
ATM Sakayet Hossain | Full Stack Developer & UI Designer
200 yes 178 1
https://www.sakayet.dev/about
ATM Sakayet Hossain | Full Stack Developer & UI Designer
200 yes 88 1
https://www.sakayet.dev/contact
ATM Sakayet Hossain | Full Stack Developer & UI Designer
200 yes 46 1
https://www.sakayet.dev/portfolio
ATM Sakayet Hossain | Full Stack Developer & UI Designer
200 yes 91 1
https://www.sakayet.dev/ATM%20Sakayet%20Hossain%20Resume.pdf 200 no 0 1
https://www.sakayet.dev/projects/project-two
404: This page could not be found.
404 no 7 1

Audit your own site — free

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

Scan your site →