Faced with many duplicate meta description and title problems.
-
I had many duplicate issues because of the plugin. Since I didn’t want to vote the plugin 4, I just wanted to write it to support. I still believe it deserves 5 but I also don’t want to give it a 5 because I had lots of trouble recently. ?? There are some urls that you won’t able to figure out on the application until you see them on Webmaster Tools. Use the following code(s) (or combine codes with your robot.txt) after you install the app.
<?php $url = $_SERVER['REQUEST_URI']; if (strpos($url,'&part=') !== false) { echo '<meta name="robots" content="noindex, follow" />' . "\n"; } ?>
<?php $url = $_SERVER['REQUEST_URI']; if (strpos($url,'addpost') !== false) { echo '<meta name="robots" content="noindex, follow" />' . "\n"; } ?>
<?php $url = $_SERVER['REQUEST_URI']; if (strpos($url,'addtopic') !== false) { echo '<meta name="robots" content="noindex, follow" />' . "\n"; } ?>
I am very pleased with application. When I get rid of more than 300 duplicates, I will be pleased more ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Faced with many duplicate meta description and title problems.’ is closed to new replies.