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:

  • No 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 *