Shopify: Disable HTTPS pages from being indexed by Google

Add this somewhere in the  <head></head> area of your theme.liquid file:

{% capture protocol %}{{ "reset.css" | asset_url | truncate: 5,'' }}{% endcapture %}
{% if protocol == "https" %}<meta name="robots" content="noindex, follow" />{% endif %}

Shopify: Disable HTTPS pages from being indexed by Google

Related Posts:

This entry was posted in Web Development and tagged , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>