Forum Replies Created
-
AuthorPosts
-
sebbiMember
Thanks Viktor, that works fine! 🙂
sebbiMemberHi Brad, that was what i'm looking for, great work, well done, many thanks 🙂
sebbiMemberHi guys,
does anyone here know how to put the "noindex" into the first "robots" meta tag?
With the solution written above, i've got two of them, and Google seems to be ignoring the second one, they are always crawling the 404 pages 🙁
So there is, due to theme settings, one robots meta with "noopd,noydir" and i want the "noindex" as well.
Thanks
Sebbi
sebbiMemberHi Andrea, thanks for your response, but this did not work proper, because it writes a second meta tag on all pages and posts. I tried to add this direct in the header.php of the genesis framework:
if( is_404() ) { ?> <meta name="robots" content="noindex,follow" /> <?php }
this works almost proper, the meta tag appears on the 404 page only, but this writes a second meta tag as well as your suggestion and i'm not sure, how google handles two meta tag with "robots" and of course, i should DO NOT edit this file under any circumstances. 😉
Do you have any different ideas?
Sebastian
sebbiMemberHi again, i got it. I'd to change from "content-sidebar" to "sidebar-content" within the "home.php"
All works fine now.
Sebbi
November 8, 2013 at 2:44 am in reply to: How to remove category and comments feed from header? #71643sebbiMemberHello Andrea,
you are my hero of the day 🙂 i works fine!
Thank you
Sebbi
November 7, 2013 at 8:13 am in reply to: How to remove category and comments feed from header? #71466sebbiMemberHello Andrea
Thanks for your response, you'll find my site here: http://goo.gl/nDwb2M
The feeds, which i want to remove are these:
<link rel="alternate" type="application/rss+xml" title="My Site » Kommentar-Feed" href="http://www.mysite.net/comments/feed" /> <link rel="alternate" type="application/rss+xml" title="My Site » Handy Apps Kategorie-Feed" href="http://www.mysite.net/category/handy-apps/feed" />
Because most of the categories are "noindex" and does have few comments only, so it's useless to have an RSS Feed for them or within Googles Index.
So finaly i need just one feed, which should be http://www.mysite.net/feed
Thanks so far
Sebbi
-
AuthorPosts