Filter links in application/ld+json script tag
-
I have custom rewrite rules in wordpess to make tag archive pages for category (for example http://www.site.com/category_name/tag/tag_name
As you can imagine, wordpress and yoast seo think that this page is the same page of tag and it breaks all seo.
For these pages I can filter canonical URL, breadcrumbs, title, meta description, but not
<script type="application/ld+json" class="yoast-schema-graph">https://i.imgur.com/KdnuQkY.jpg
After some debugging I know, that this link is stored in “wp_yoast_indexable” table in DB.
Is there any way to filter these links?
The topic ‘Filter links in application/ld+json script tag’ is closed to new replies.