Inconsistent flagging of noindex pages

  • Thread starter Thread starter Kirby
  • Start date Start date

Kirby

Guest
Member
Templates like login set the robots meta tag like this:
<xf:head option="robots"><meta name="robots" content="noindex" /></xf:head>

whiles templates thread_view / forum_view use
<xf:head option="metaNoindex"><meta name="robots" content="noindex" /></xf:head>

This essentially sets the same robot tag, but using different head keys.

Could this be changed so it becomes consistent?
(Always using robots would be preferred)

Continue reading...

Continue reading...
 
Top