Article Schema
Validates Article schema required properties
Validates Article schema required properties
| Rule ID | schema/article |
| Category | Structured Data |
| Scope | Per-page |
| Severity | warning |
| Weight | 5/10 |
Solution
Article schema helps search engines understand news and blog content. Required: headline, author (Person with name), datePublished. Recommended: dateModified, image (ImageObject), publisher (Organization). Use Article for general content, NewsArticle for news, BlogPosting for blogs. Ensure author links to real author pages.
Enable / Disable
Disable this rule
squirrel.toml
toml[rules]
disable = ["schema/article"]Disable all Structured Data rules
squirrel.toml
toml[rules]
disable = ["schema/*"]Enable only this rule
squirrel.toml
toml[rules]
enable = ["schema/article"]
disable = ["*"]