generate_article_schema
Generate Article JSON-LD schema for blog posts and news articles. Provide headline and optional author, date, image, and publisher details to create structured data.
Instructions
Generate an Article JSON-LD schema for blog posts, news articles, or other written content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL of the article | |
| image | No | Article image URL | |
| author | No | Author name | |
| headline | Yes | Title of the article | |
| publisher | No | Publisher organization name | |
| description | No | Article summary or excerpt | |
| dateModified | No | Last modified date (ISO 8601 format) | |
| datePublished | No | Publication date (ISO 8601 format) |