Hello,
I have two meta robots in source: one coming from Thematic another from seo plugin.
One is enough: what would you keep?
Thanks,
Mario
Hello,
I have two meta robots in source: one coming from Thematic another from seo plugin.
One is enough: what would you keep?
Thanks,
Mario
Hi Mario,
If the plugin provides some functionality, like the ability to adjust this on a post per post or page per page basis, Then I'd be inclined to remove thematics meta robots.
Otherwise I'd remove whichever on is easier. For example if the plugin has an option in the admin to easily turn off that feature, I'd do that over writing a function to remove it from thematic.
-Gene
Hi Gene,
effectively Platinum is rather comfortable as it offers several options to customize robots file.
Is there some knowledge reference in Thematic guide on how to disable meta robots or similar one?
Thanks,
Mario
I created a script based on this Chris's thread http://themeshaper.com/forums/topic/new-filter-hooks-in-head-thematic-09#post-2071 :
// switch OFF robots ()
function no_robots() {
return FALSE;
}
add_filter('thematic_show_robots', 'no_robots');
It seems to work.
Mario
This topic has been closed to new replies.