{
  "$schema": "https://forgeblog.dev/skill.schema.json",
  "generatedAt": "2026-06-08T05:54:39.396Z",
  "site": {
    "url": "https://forgeblog-mauve.vercel.app",
    "name": "ForgeBlog",
    "description": "A Next.js blog template with scheduled publishing and a machine-readable agent skill layer.",
    "niche": "General",
    "audience": "Readers",
    "tone": "Direct and practical."
  },
  "stats": {
    "publishedCount": 2,
    "scheduledCount": 1,
    "tagCounts": {
      "web development": 2,
      "seo": 1,
      "structured data": 1,
      "performance": 1,
      "next.js": 1
    }
  },
  "posts": [
    {
      "slug": "guide-to-structured-data",
      "title": "A Practical Guide to Structured Data for Developers",
      "primaryKeyword": "structured data",
      "tags": [
        "seo",
        "structured data",
        "web development"
      ],
      "publishedAt": "2025-02-10T08:00:00Z",
      "updatedAt": "2025-02-10T08:00:00Z",
      "excerpt": "Structured data tells search engines exactly what your content is. Learn how to implement JSON-LD schemas that unlock rich results.",
      "url": "https://forgeblog-mauve.vercel.app/blog/guide-to-structured-data"
    },
    {
      "slug": "understanding-static-site-generation",
      "title": "Understanding Static Site Generation",
      "primaryKeyword": "static site generation",
      "tags": [
        "web development",
        "performance",
        "next.js"
      ],
      "publishedAt": "2025-01-15T08:00:00Z",
      "updatedAt": "2025-01-20T10:00:00Z",
      "excerpt": "Static site generation pre-renders pages at build time, delivering blazing-fast load times and excellent SEO. Here is everything you need to know.",
      "url": "https://forgeblog-mauve.vercel.app/blog/understanding-static-site-generation"
    }
  ],
  "scheduled": [
    {
      "slug": "automating-content-publishing-with-ci-cd",
      "title": "Automating Content Publishing with CI/CD",
      "publishedAt": "2027-06-01T08:00:00Z"
    }
  ],
  "internalLinkRules": [],
  "relatedCallouts": {}
}
