You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhance SEO and AI indexing with advanced sitemap configuration
Major improvements:
- Enhanced sitemap with priority and changefreq values for all URLs
- Homepage: priority 1.0, weekly updates
- Blog/Services indexes: priority 0.9, weekly/monthly updates
- Individual content pages: priority 0.8, monthly updates
- Portfolio items: priority 0.7, yearly updates
New features:
- Added SEO validation script (validate-seo.js)
- Validates all pages for required SEO elements
- Checks sitemap, robots.txt, and llms.txt configuration
- Can be run before each deployment
Validation results:
- 32 pages validated
- 0 critical issues
- All pages have proper meta tags, structured data, and canonical URLs
- All AI crawlers properly configured (GPTBot, Claude-Web, PerplexityBot, etc.)
Technical details:
- Imported ChangeFreqEnum from @astrojs/sitemap
- Removed deprecated astro-robots-txt package (using manual robots.txt)
- All blog posts, services, and portfolio items properly indexed
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Description: Learn how to build AI-powered lead qualification systems that score, route, and nurture leads automatically—saving 20+ hours per week while improving conversion rates.
Description: A practical comparison of OpenAI GPT-4 and Anthropic Claude for business applications—covering capabilities, costs, use cases, and implementation considerations.
123
+
Topics: AI, LLM, OpenAI, Anthropic, comparison
124
+
125
+
#### Complete Technical SEO Audit Checklist for 2025
Description: A comprehensive checklist for technical SEO audits covering Core Web Vitals, crawlability, indexing, structured data, and more—with actionable fixes for each issue.
128
+
Topics: SEO, technical-SEO, audit, Core-Web-Vitals, checklist
129
+
130
+
#### How Programmatic SEO Generates 10x More Traffic
Description: Learn how programmatic SEO creates thousands of targeted pages from structured data—capturing long-tail search traffic your competitors can't reach manually.
133
+
Topics: SEO, programmatic-SEO, content-strategy, automation, growth
134
+
135
+
#### A/B Testing Best Practices That Actually Improve Conversions
Description: Move beyond random testing with a systematic A/B testing framework—including hypothesis formation, statistical rigor, and common mistakes that waste time.
#### Building an MVP in 4 Weeks: A Technical Guide
141
+
URL: /blog/building-mvp-4-weeks-technical-guide/
142
+
Description: A practical guide to shipping your SaaS MVP fast—from scoping and tech stack to launch day, with lessons learned from building multiple successful MVPs.
143
+
Topics: MVP, SaaS, startup, development, product
144
+
145
+
#### Why Astro is the Best Framework for Marketing Sites
Description: A technical comparison of Astro vs Next.js, Gatsby, and other frameworks for marketing websites—covering performance, DX, and SEO capabilities.
148
+
Topics: Astro, web-development, performance, SEO, frameworks
Copy file name to clipboardExpand all lines: src/pages/about/index.astro
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ const title = "About Avaab Razzaq | AI Growth Engineer - Miami, Florida";
11
11
const description =
12
12
"Learn about Avaab Razzaq, a certified AI Growth Engineer based in Miami, Florida. Expert in AI automation, full-stack development, and SEO strategy serving clients across the United States.";
0 commit comments