I'm looking to suppress public search engine indexing on a number of older doc theme pages in Confluence 5.6.6. Can anyone suggest the best method for adding
<meta name="robots" content="noindex" />
to header of each page?
Hi Daniel,
I can't say i know exactly, but you might want to start by looking at Atlassian's developer guide for customising spaces: https://developer.atlassian.com/confdev/development-resources/confluence-architecture/front-end/confluence-ui-guidelines
Then there's the admin guide to customising spaces: https://confluence.atlassian.com/doc/customizing-site-and-space-layouts-149374.html
And, as the HTML is contained in Velocity files, the velocity template overview: https://developer.atlassian.com/confdev/development-resources/confluence-architecture/confluence-internals/velocity-template-overview
These may or may not give you the answer you need, but they should help you understand how it all fits together and maybe work out what terms to search for. Or, hopefully someone here will be able to help with an exact answer!
Thanks Steven. We would need to add this meta tag to only a few specific spaces using the doc theme. Not sure if we could precisely do this using the method you suggest.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The most straight-forward way would probably be to edit the theme itself and reload Confluence. Is this acceptable, or a non-starter?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.