<meta name="robots" content="noindex"> for categories,
I have noticed that SMS is inserting <meta name="robots" content="noindex"> for categories into META section,
This is causig to not crawl of categories...is this normal or somethin error?
How to remove "noindex" tag than?
Link please?
https://www.turizmtasimacilik.com/forum/servis-tasimaciligi/
https://www.turizmtasimacilik.com/forum/havaalani-tasimacilik/
*****
and all other categories under https://www.turizmtasimacilik.com/forum/
This isn't normal, but I'm not sure if this is a bug in Pretty URLs or a bug in Optimus, or both together. It's not normal in unmodified SMF 2.1 RC2 though.
Pretty urls bug. I noticed this code added in SMF 2.1 in display.php will fix...
// Let's do some work on what to search index.
if (count($_GET) > 2)
foreach ($_GET as $k => $v)
{
if (!in_array($k, array('topic', 'board', 'start', session_name())))
$context['robot_no_index'] = true;
}
Where display.php located?
sources folder but it is display.php and messageindex needs updating working on it now should be done in a few minutes.
Updated posted https://custom.simplemachines.org/mods/index.php?mod=636 uninstall old version install new version.
Done thank you!