Duplicate Snippet
Embed Snippet on Your Site
Change Schema Type of All Posts in Specific Categories
This snippet changes the 'NewsArticle' schema of all posts under specific categories to 'Article' schema.
Note:
1. Please replace 'category1-slug', 'category2-slug', and 'category3-slug' with the actual slugs of the categories.
2. You can add more categories by adding a comma-separated value in the $target_category_slugs array.
Code Preview
php
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Comments