Article Schema
Article is the Schema.org type for editorial content: blog posts, guides, and news articles. It includes the author, publication and modification dates, and the publisher.
Why It Matters for GEO
Article schema provides essential metadata for AI citations: who wrote the content, when it was published, and for which publication. AI engines use this information to evaluate freshness and credibility.
How to Optimize
- Always include author (Person or Organization)
- Update dateModified regularly
- Include publisher with logo
- Add a representative image
Example
{
"@type": "Article",
"headline": "GEO Guide 2025",
"datePublished": "2025-01-01",
"dateModified": "2025-01-02",
"author": {"@type": "Person", "name": "GEO Expert"}
}