September 2011
1 post
3 tags
Avoiding Duplicate Titles in WordPress Media...
Looking through Google Webmaster tools, I discovered a warning about duplicate title tags coming from WordPress media attachment pages, like this one. Here is a quick fix (place inside the of header.php: <?php if ( is_attachment() ) { ?> <meta name="robots" content="noindex, nofollow" /> <?php } ?> You can also adjust your title tag, to include some sort of prefix, like...
Sep 7th
10 notes