Catalog / egosdigitalmarketing.com
65

SEO audit for egosdigitalmarketing.com

egosdigitalmarketing

otherWordPress

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

Download Markdown report (feed to ChatGPT / Claude / Cursor)
Screenshot of egosdigitalmarketing.com
8
pages crawled
6
indexable pages
0
errors
20
warnings
47
notices
1
orphan pages
0
broken links
Category breakdown
CategoryScoreErrorsWarningsNotices
Content 78 0 6 6
Meta Description 78 0 6 0
Canonical 89 0 3 0
Budget 93 0 2 0
Duplicate 96 0 1 0
Indexability 96 0 1 0
Links 96 0 1 0
Agent Readiness 100 0 0 4
Crawlability 100 0 0 1
Images 100 0 0 1
Performance 100 0 0 21
Sitemap 100 0 0 1
Social 100 0 0 12
Structured Data 100 0 0 1
Findings

Warnings (8 rules)

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

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

  • http://www.egosdigitalmarketing.com/wp-admin/ — internal links point to http://www.egosdigitalmarketing.com/wp-admin/, 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: http://www.egosdigitalmarketing.com/index.php/sample-page/.

warning Noindex page receives internal links (crawl-budget waste)

Rule budget.noindex_linked · Budget · 1 occurrence(s)

  • http://www.egosdigitalmarketing.com/index.php/2022/02/24/hello-world/?replytocom=1 — this noindex page has 2 internal inlink(s) — Googlebot follows them, fetches the page, then drops it unindexed, spending crawl budget for no indexing benefit (and the links leak equity). Remove/redirect the links, or drop the noindex if the page should be indexed. Linked from: http://www.egosdigitalmarketing.com/index.php/2022/02/24/hello-world/, http://www.egosdigitalmarketing.com/index.php/2022/02/24/hello-world/?replytocom=1.

warning Homepage duplicated across protocol/host variants (no redirect)

Rule duplicate.protocol_host · Duplicate · 1 occurrence(s)

  • http://www.egosdigitalmarketing.com/ — https://www.egosdigitalmarketing.com/ serves the same homepage content with a 200 and no redirect — Google sees a duplicate. Pick one canonical host/scheme and 301-redirect the others.

warning Page is noindex

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

warning Orphan page (no internal inlinks)

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

Notices (12 rules)

notice Heading levels skip a level

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

notice No llms.txt for AI agents

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

notice Likely hero image lacks fetchpriority=high

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

  • http://www.egosdigitalmarketing.com/ — the likely hero/LCP image (cropped-cropped-1-2-1-226x88.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.
  • http://www.egosdigitalmarketing.com/index.php/2022/02/ — the likely hero/LCP image (cropped-cropped-1-2-1-226x88.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.
  • http://www.egosdigitalmarketing.com/index.php/2022/02/24/hello-world/ — the likely hero/LCP image (cropped-cropped-1-2-1-226x88.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.
  • http://www.egosdigitalmarketing.com/index.php/2022/02/24/hello-world/?replytocom=1 — the likely hero/LCP image (cropped-cropped-1-2-1-226x88.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.
  • http://www.egosdigitalmarketing.com/index.php/author/admin/ — the likely hero/LCP image (cropped-cropped-1-2-1-226x88.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.
  • http://www.egosdigitalmarketing.com/index.php/category/uncategorized/ — the likely hero/LCP image (cropped-cropped-1-2-1-226x88.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.
  • http://www.egosdigitalmarketing.com/index.php/sample-page/ — the likely hero/LCP image (cropped-cropped-1-2-1-226x88.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 · 1 occurrence(s)

notice Missing Open Graph tags

Rule og.missing · Social · 6 occurrence(s)

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

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

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

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

  • http://www.egosdigitalmarketing.com/ — 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.
  • http://www.egosdigitalmarketing.com/index.php/2022/02/ — 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.
  • http://www.egosdigitalmarketing.com/index.php/2022/02/24/hello-world/ — 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.
  • http://www.egosdigitalmarketing.com/index.php/2022/02/24/hello-world/?replytocom=1 — 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.
  • http://www.egosdigitalmarketing.com/index.php/author/admin/ — 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.
  • http://www.egosdigitalmarketing.com/index.php/category/uncategorized/ — 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.
  • http://www.egosdigitalmarketing.com/index.php/sample-page/ — 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 Blocked by robots.txt

Rule robots.blocked · Crawlability · 1 occurrence(s)

notice Deep page has no BreadcrumbList structured data

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

notice Indexable page not listed in sitemap

Rule sitemap.orphan_not_listed · Sitemap · 1 occurrence(s)

Pages (showing 8 of 8)
URLStatusIndexableWordsIn-links
http://www.egosdigitalmarketing.com/
egosdigitalmarketing
200 yes 187 7
http://www.egosdigitalmarketing.com/index.php/2022/02/
febrero 2022 – egosdigitalmarketing
200 yes 79 5
http://www.egosdigitalmarketing.com/index.php/2022/02/24/hello-world/
Hello world! – egosdigitalmarketing
200 yes 159 5
http://www.egosdigitalmarketing.com/index.php/author/admin/
admin – egosdigitalmarketing
200 yes 80 5
http://www.egosdigitalmarketing.com/index.php/category/uncategorized/
Uncategorized – egosdigitalmarketing
200 yes 78 5
http://www.egosdigitalmarketing.com/index.php/2022/02/24/hello-world/?replytocom=1
Hello world! – egosdigitalmarketing
200 no 161 2
http://www.egosdigitalmarketing.com/index.php/sample-page/
Sample Page – egosdigitalmarketing
200 yes 187 0
http://www.egosdigitalmarketing.com/wp-admin/ 0 no 0 1

Audit your own site — free

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

Scan your site →