Where do I dig to learn how to force -noindex -follow via the => X-Robots-Tag: noindex, follow for the Shopping Cart page? ..that i do not want indexed by the googles.
I have tried these code snips in the rooto htaccess file,
first 2 within the Arasta Directory do NOT work, the 3thr. WORKS, but it is NOT in the arasta directory.
Help???
I have tried these code snips in the rooto htaccess file,
first 2 within the Arasta Directory do NOT work, the 3thr. WORKS, but it is NOT in the arasta directory.
Help???
<h1>1</h1>
<Files "cart.html">
Header set X-Robots-Tag: "noindex, follow"
</Files>
<h1>2</h1>
<FilesMatch "^store/checkout/?$">
Header set X-Robots-Tag: "noindex, follow"
</FilesMatch>
<hr>
<h1>3</h1>
<h2> this one works but it in not in the Arastta Directory</h2>
<Files ~ "\.pdf$">
Header set X-Robots-Tag "noindex, nofollow"
</Files>
In SEO
Share this post:
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »