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???


<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
Friday, July 07 2017, 04:42 AM
Share this post:
Responses (0)
  • There are no replies here yet.
Your Reply