vuestorefront / vue-storefront-1

The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Newest updates: https://blog.vuestorefront.io. Always Open Source, MIT license.
https://www.vuestorefront.io
MIT License
19 stars 13 forks source link

Production Nginx configuration referenced in docs blocks robots indexing #364

Open trabulium opened 4 years ago

trabulium commented 4 years ago

Current behavior

https://raw.githubusercontent.com/DivanteLtd/vue-storefront/develop/docs/guide/installation/prod.vuestorefront.io

Contains the line: add_header X-Robots-Tag none;

This is the equivalent of "noindex,nofollow"

Expected behavior

The line shouldn't be included in a production nginx config

Steps to reproduce the issue

  1. Load nginx config up
  2. curl -s -I "https://yourdomain.com/" | grep "X-Robots-Tag"

Repository

https://raw.githubusercontent.com/DivanteLtd/vue-storefront/develop/docs/guide/installation/prod.vuestorefront.io

Can you handle fixing this bug by yourself?

Which Release Cycle state this refers to? Info for developer.

Pick one option.

Environment details

Additional information

pkarw commented 4 years ago

@kkdg can you please fix it?