Hello,
I’m adding schema markup to some pages on my website. Although, im unable to reference specific pages. Whenever i include the code, the schema markup no longer appears. Im checking the HTML using https://search.google.com/test/rich-results/
I have checked over and over again making sure there are no character errors, if Im using the right liquid variables, etc.
I’ve included an image with the code and the names of the files/pages I am referencing within the code.
Any help would be fantastic, thank you for your time .
Text Code:
{% render 'breadcrumb' %}
{% if page.handle == "main-collection-page" %}
{% endif %}
{% if page.handle == "wheelchair-collection" %}
{% endif %}
{% schema %}
{
"name": "Page",
"settings": []
}
{% endschema %}
{{ page.title }}
{{ page.content }}
