šŸ“™
SEO JSON
  • Get Started
    • What is Schema?
    • Do You Offer SEO Services With SEO APP?
    • What is an webrex SEO App?
    • Why Should I Use Webrex SEO App?
    • What schemas does webrex SEO App offer?
    • Does having schema guarantee a higher ranking on Google?
    • I Have Just installed the Webrex SEO App. What Now?
    • How do I use the Webrex SEO App?
    • How Can I see if the Webrex SEO App is working?
    • How long does it take to see results on Google after using your app, and how do you go about seeing
    • Does removing the outdated Shopify theme schema harm my website?
    • Does the Webrex SEO APP leave any left-over code behind in case I delete it?
    • I have Google My Business. Will it override or clash with the Local Business Schema?
    • When to expect my rich snippets to appear after applying a schema markup?
    • How to make sure Webrex SEO APP actually improves your Google ranking?
  • Structured data and Schema types
    • Importance of Schema Mark up for ecommerce .
    • How to enable and set up an app?
    • How to add a product schema?
    • How to add the product merchant schema?
    • How to add the Local Business Rich Schema?
    • How to add Video Schema?
    • How to add a Product FAQ Schema?
    • How to add an organizational (Logo) schema?
  • Google Search Console Issues
    • Why do we have ā€˜Review’ and Aggregate Rating warnings on the Google Rich Results Test Tool?
    • My Google Search Console (GSC) tells me there is ā€œFailed indexingā€. How Can I fix this?
  • Integration
    • Which Review Apps does the SEO Schema Breadcrumb App support?
    • SEO Schema Breadcrumb is not integrated with TrustPilot, which is my review app. What should I do?
  • Trouble Shooting
    • I have received a ā€œPage not eligible for rich resultsā€ warning. What can I do?
    • How can I remove the outdated theme schema myself?
    • My items are not verified by Google Ads. How can schema help?
    • I get the following error when trying to test a random product: "URL could not be rendered."
    • My website loads slowly. What can I do?
    • I have Reviews and AggregateRating warnings. Should I worry?
  • Google Page Speed
    • Why Is eCommerce Website Speed or Page Speed So Important?
  • Meta Tags & ALT Text
    • Why is Meta Tag editing important for e-commerce?
    • How to create the right meta description?
    • Optimize Meta Tag & Description
    • Optimizing images for Search engines via optimizing Image ALT text
  • Image Optimization
    • How to optimize images?
    • How to Optimize Images to Improve Web Performance?
  • Broken Links
    • Why it is Important to Manage and correct Broken Links for any ecommerce Store?
    • How to Manage broken links manually?
    • How to manage broken link via automation?
  • Design Breadcrumb
    • How to create Breadcrumb for your store pages?
  • Merchant Listing
    • Country Codes
  • Privacy Policy
    • SEO Schema Breadcrumb Privacy Policy
Powered by GitBook
On this page

Was this helpful?

  1. Trouble Shooting

How can I remove the outdated theme schema myself?

PreviousI have received a ā€œPage not eligible for rich resultsā€ warning. What can I do?NextMy items are not verified by Google Ads. How can schema help?

Last updated 1 year ago

Was this helpful?

To remove an outdated schema from theme files, first, you should get a result and detect the warnings. We categorize these warnings/errors into 2 groups. The first one is ā€˜ld+json’ warnings and the second one is ā€˜itemscope’ warnings. When you click on each warning in Rich Results Test results, you should be able to view the HTML code related to the warning. In that HTML code block, if you see ā€˜script type=" application/ld+json’ that means it's a ld+json warning. But if you see the keyword ā€˜itemscope’ somewhere around there, that means it's an itemscope warning.

After detecting the warning/error type, you should download all their theme files, and then do a search on all of these theme files. Simply what you need to do is search for the warning type, match it with the warning/error and then fix it by modifying the code manually.

For example, let's say we have a ld+json warning. In this case, if you have a MAC device you can go to the parent folder and do a search like this:

grep -Ri ld+json -l

And if its an itemscope warning you can search it like this:

grep -Ri itemscope -l

*(If you have Windows, you can use findstr)

These codes should give you all the files including ā€˜ld+json’ / ā€˜itemscope’

After finding the files, now you should go to the file on the theme editor, and manually search ld+json (or itemscope). You might get multiple results, or none. After finding the code blocks including these keywords, you should match it with the HTML code coming from the RRT warning. If they are sure they are the same, in this case, they should do the following changes:

ā€˜ld+json’ ——> change it to just ā€˜json’

ā€˜Itemscope’ —-> add an underscore and make it ā€˜itemscope_’

Just make sure they are the same code blocks. For example, there might be some LD+JSONs coming from an Article schema. So, in the RRT, if you have a warning from the Product schema you shouldn’t modify it because they are not the same code blocks.

After doing these steps they should see warnings should be gone.

Don’t forget to submit a sitemap for Google!

Rich Result Test