<Location /dean-lawless/dean-lawless-page>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
<IfModule mod_headers.c>
Header set X-Robots-Tag "noindex, nofollow, noarchive"
<FilesMatch "\.(doc|pdf|png|jpe?g|gif)$">
Header set X-Robots-Tag "noindex, noarchive, nosnippet"
</FilesMatch>
</IfModule>
</Location>
should work. You can test it in a test virtualhost and apply the config to the production virtualhost when done. you need to install/enable mod_headers in Apache2 if not installed/enabled.
If you need a Plone solution, you can register a viewlet in the plone header viewlet manager that do:
This was a great holiday gift. Thanks for getting back to me so promptly. I'm a WordPress/Drupal/Wix guy. I have no clue how to get to the code for a Plone webpage.
Can any of you help me with step-by-step access to the code? I really have no clue and need baby steps here. Thanks!
The easiest way is to go to yoursite@@site-controlpanel and modify the robots.txt as per The Web Robots Pages.
The Plone/castleCMS has an option in the properties/settings of each content type for this but it is not part of the default install. Not sure what add on they use for that