Hug2
1
Hi there,
So the site https://acryan.com/ has the following hreflang tags implemented in it’s head section.
We want to remove the Malay version.
However when I review theme.liquid I can’t find these hreflang tags anywhere.
So if they’re in the site’s section but not in theme.liquid where might they be?
Hi @Hug2 maybe they are existing in files added in tags
You can try to open files that included in your theme.liquid
Check those file example like {% render ‘file-name’ %} or {% include ‘file-name’ %}
Hug2
3
I’m checking in the tags and nothing is there.
Any other solutions?