diff --git a/src/content/blog/ai-transforming-business.md b/src/content/blog/ai-transforming-business.md index 2a0ab71..fcc938c 100644 --- a/src/content/blog/ai-transforming-business.md +++ b/src/content/blog/ai-transforming-business.md @@ -1,6 +1,8 @@ --- title: "How AI is Transforming Modern Business Operations" description: "Explore the practical applications of artificial intelligence in streamlining business processes and driving innovation." +seoTitle: "How AI Is Transforming Business Operations" +seoDescription: "How AI is reshaping business operations — practical use cases in customer service, predictive analytics, process automation, and intelligent document handling." pubDate: 2024-01-10 heroImage: "/images/blog/ai-business.jpg" category: "AI/ML" diff --git a/src/content/blog/building-government-it-systems.md b/src/content/blog/building-government-it-systems.md index 1e7062b..1660c51 100644 --- a/src/content/blog/building-government-it-systems.md +++ b/src/content/blog/building-government-it-systems.md @@ -1,6 +1,8 @@ --- title: "Building Scalable Government IT Systems: Lessons from 11-District Deployments" description: "Practical insights from building and deploying large-scale government systems across multiple districts, including Police Management Systems and SCMS projects." +seoTitle: "Scaling Government IT Across 11 Districts" +seoDescription: "Lessons from deploying government IT systems across 11 districts — database-per-district architecture, offline-first modules, and audit logging baked in." pubDate: 2025-12-15 heroImage: "/images/blog/govt-systems.jpg" category: "Cloud" diff --git a/src/content/blog/building-scalable-erp-systems.md b/src/content/blog/building-scalable-erp-systems.md index 05cfd71..c04a51c 100644 --- a/src/content/blog/building-scalable-erp-systems.md +++ b/src/content/blog/building-scalable-erp-systems.md @@ -1,6 +1,8 @@ --- title: "Building Scalable ERP Systems: Lessons from Government & Enterprise Projects" description: "Practical insights on designing and deploying large-scale ERP and management systems for government bodies and enterprises, drawn from real-world project experience." +seoTitle: "Building Scalable ERP Systems That Last" +seoDescription: "How we design and deploy scalable ERP systems for government and enterprise — modular architecture, role-based access control, and offline-resilient patterns." pubDate: 2024-02-20 heroImage: "/images/blog/erp-systems.jpg" category: "Web Development" diff --git a/src/content/blog/cloud-migration-guide.md b/src/content/blog/cloud-migration-guide.md index bec2689..655a135 100644 --- a/src/content/blog/cloud-migration-guide.md +++ b/src/content/blog/cloud-migration-guide.md @@ -1,6 +1,8 @@ --- title: "The Complete Guide to Cloud Migration in 2024" description: "A step-by-step approach to migrating your infrastructure to the cloud while minimizing downtime and maximizing ROI." +seoTitle: "A Complete Guide to Cloud Migration in 2024" +seoDescription: "A step-by-step cloud migration guide for 2024 — assess workloads, containerize apps, adopt infrastructure as code, and cut downtime while maximizing your ROI." pubDate: 2024-01-05 heroImage: "/images/blog/cloud-migration.jpg" category: "Cloud" diff --git a/src/content/blog/deploying-police-management-system-bihar.md b/src/content/blog/deploying-police-management-system-bihar.md index 82674ca..a49613a 100644 --- a/src/content/blog/deploying-police-management-system-bihar.md +++ b/src/content/blog/deploying-police-management-system-bihar.md @@ -1,6 +1,8 @@ --- title: "How We Deployed a Police Management System Across 11 Bihar Districts" description: "A field-tested account of rolling out a Police Management System to 15,000+ officers across 11 districts in Bihar — the architecture, the rollout plan, the failures, and the numbers that came out the other side." +seoTitle: "Deploying a Police System Across 11 Districts" +seoDescription: "A field account of rolling out a Police Management System to 15,000+ officers across 11 Bihar districts — the architecture, rollout plan, failures, and results." pubDate: 2026-06-10 heroImage: "/images/blog/govt-systems.jpg" category: "DevOps" diff --git a/src/content/blog/getting-started-with-astro.md b/src/content/blog/getting-started-with-astro.md index 56f1976..32c3481 100644 --- a/src/content/blog/getting-started-with-astro.md +++ b/src/content/blog/getting-started-with-astro.md @@ -1,6 +1,8 @@ --- title: "Getting Started with Astro: The Modern Static Site Generator" description: "Learn how Astro combines the best of static site generation with modern component frameworks for blazing-fast websites." +seoTitle: "Getting Started with Astro for Fast Sites" +seoDescription: "Get started with Astro, the modern site generator — learn islands architecture, type-safe content collections, and how it ships fast, low-JavaScript sites." pubDate: 2024-01-15 heroImage: "/images/blog/astro-intro.jpg" category: "Web Development" diff --git a/src/content/config.ts b/src/content/config.ts index bbf8e09..b0bee1a 100644 --- a/src/content/config.ts +++ b/src/content/config.ts @@ -5,6 +5,13 @@ const blog = defineCollection({ schema: z.object({ title: z.string(), description: z.string(), + // Optional SEO overrides. When set they drive the