Please how can I remove the inbuilt microdata schema from the theme

Posted in: Newspaper
Post count: 5

Please I want to remove the inbuilt microdata schema from the theme. I implemented json-ld article schema which is a little bit different from the one generated from the inbuilt microdata article schema.

I only want json-ld schema implemented on the website.

Please help me

Post count: 20688

Hi,

Try removing it here if that is what you need
https://www.screencast.com/t/wi6ngOOhQ77N

Thanks

Post count: 5

Thanks for the reply

It has solved the problem when checked on Google structured data testing tool

I have removed this:

$buffy .= ‘<script type=”application/ld+json”>
{
“@context”: “http://schema.org&#8221;,
“@type”: “BreadcrumbList”,
“itemListElement”: [‘;

Yet. It has solved the problem when checked on Google structured data testing tool

  • This reply was modified 9 years by qbrains.
Post count: 5

Please it was a typographical error

It has NOT solved the after removing this code:

$buffy .= ‘<script type=”application/ld+json”>
{
“@context”: “http://schema.org”,
“@type”: “BreadcrumbList”,
“itemListElement”: [‘;

I want to remove everything about the theme in-built microdata schema. I want to insert manually my json-ld schema only. Both of them are conflicting. Thanks

  • This reply was modified 9 years by qbrains.
Post count: 20688

Hi,

Try removing it here as well
https://www.screencast.com/t/KJ1Ct28hI
And in this file you can find multiple mark-ups
https://www.screencast.com/t/6TMpqvMv7

Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.