Generated: 2026-05-16 15:16 UTC
Site: https://erpnextdubai.com/
Open findings: 28 across 7 page(s)
Severity legend: high = SEO-impacting, medium = best-practice, low = polish
Status note (2026-05-16)
Worked through by Claude Code locally. Summary:
/404.html — all 11 findings skipped (false positive). This is the literal 404 page; it should return HTTP 404 and is rendered by Vercel's default error page, not the Eleventy base layout — meta tags etc. don't apply.
/erpnext-dubai — all 11 findings skipped (false positive). URL doesn't exist on the site (sitemap probably picked up a redirect target or stale entry). Audit hit Vercel's 404 page.
4 blog posts — fixed: H1 duplicates demoted to H2 (markdown body # heading → ## heading). Layout's <h1></h1> now the sole H1.
3 blog post titles — fixed: shortened frontmatter title: to land under 60 chars after the " | ERPNext Dubai" suffix.
After Vercel rebuilds, re-run the full audit to confirm. Real open issues should drop to ~0 on these pages.
/404.html
URL: https://erpnextdubai.com/404.html
[ ] h1 (high) — No
on the page
Fix: Add exactly one
stating the page's primary topic.
[ ] status (high) — Page returned HTTP 404
Fix: Make the page return 200. Redirects (3xx) lose link equity; errors (4xx/5xx) get deindexed.
[ ] canonical (medium) — Missing canonical tag
Fix: Add to consolidate ranking signals.
[ ] meta_description (medium) — Missing meta description
Fix: Add a 50–160 char meta description. Affects CTR even if not a ranking factor.
[ ] schema_jsonld (medium) — No schema.org JSON-LD found
Fix: Add JSON-LD for Organization + Product/Service. Powers rich results and AI-overview citations.
[ ] title_short (medium) — Title too short (14 chars)
Fix: Aim for 30–60 characters. Title is the strongest on-page signal.
[ ] favicon (low) — No favicon
Fix: Add a favicon — appears in browser tabs and SERP results.
[ ] heading_outline (low) — Sparse heading structure (0 h2, 0 h3)
Fix: Break the page into 3–7 H2 sections. Helps readers and SERP sub-link generation.
[ ] internal_links (low) — Very few internal links (0)
Fix: Add 5–15 contextual internal links to related pages. Improves crawl + topical authority.
[ ] open_graph (low) — Missing og:title, og:image, og:description
Fix: Add Open Graph tags. Affects how links look when shared on LinkedIn, WhatsApp, X.
[ ] twitter_card (low) — Missing Twitter card meta
Fix: Add for nicer share previews.
/erpnext-dubai
URL: https://erpnextdubai.com/erpnext-dubai
[ ] h1 (high) — No
on the page
Fix: Add exactly one
stating the page's primary topic.
[ ] status (high) — Page returned HTTP 404
Fix: Make the page return 200. Redirects (3xx) lose link equity; errors (4xx/5xx) get deindexed.
[ ] canonical (medium) — Missing canonical tag
Fix: Add to consolidate ranking signals.
[ ] meta_description (medium) — Missing meta description
Fix: Add a 50–160 char meta description. Affects CTR even if not a ranking factor.
[ ] schema_jsonld (medium) — No schema.org JSON-LD found
Fix: Add JSON-LD for Organization + Product/Service. Powers rich results and AI-overview citations.
[ ] title_short (medium) — Title too short (14 chars)
Fix: Aim for 30–60 characters. Title is the strongest on-page signal.
[ ] favicon (low) — No favicon
Fix: Add a favicon — appears in browser tabs and SERP results.
[ ] heading_outline (low) — Sparse heading structure (0 h2, 0 h3)
Fix: Break the page into 3–7 H2 sections. Helps readers and SERP sub-link generation.
[ ] internal_links (low) — Very few internal links (0)
Fix: Add 5–15 contextual internal links to related pages. Improves crawl + topical authority.
[ ] open_graph (low) — Missing og:title, og:image, og:description
Fix: Add Open Graph tags. Affects how links look when shared on LinkedIn, WhatsApp, X.
[ ] twitter_card (low) — Missing Twitter card meta
Fix: Add for nicer share previews.
[x] title_long (low) — Title too long (92 chars)
Fix: frontmatter title shortened to "Smart POS Revolution Sweeping Across the UAE" (44 chars + suffix = 60). Body # Swipe, Click, Grow:... also demoted to ## preventively.
[x] title_long (low) — Title too long (92 chars)
Fix: frontmatter title shortened to "Accounts Receivable for Dubai SMEs (ERPNext)" (44 chars + suffix = 60).
How to use this file
git pull the repo so you have the latest.
Open this file alongside the repo in Claude Code.
Ask Claude to work through each [ ] checkbox: read the relevant template, edit, mark [x].
Run the build locally if applicable.
git commit per finding (or per group), git push. Vercel rebuilds.
When this same export is regenerated, items you already fixed will drop off automatically (they'll be marked applied).