• Recently installed a new WordPress site having issue getting index pages into Google index, because Google reporting me that these pages are contain noindex meta robots tag.
    I asked this question on Google before, they said that is related to WordPress
    my site is: [ redundant link removed ] and all category and blog pages are not getting into index.
    I am using all in one seo pack plugin and basic WordPress rss feeds, Google also report that my feed page has noindex meta robots [ redundant link removed ]
    and I can’t see it, please someone can help me?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I’ve removed your links from the post, can you not post that way? It comes across as if you are a spammer and those get banned here.

    If you have Google questions then please consider posting in the Google Webmaster’s forum instead.

    Thread Starter podaniel

    (@podaniel)

    no problems with the links and I am not a spammer.
    so in case you aware of my situation, can you suggest what is wrong?
    is not a Google question, cause Google is responsible to follow the existing site structure and not to develop them.
    Jan , now because you deleted important links that indicate the issue, how other members can know how to help?

    • This reply was modified 6 years, 6 months ago by podaniel.
    Thread Starter podaniel

    (@podaniel)

    here is what I found:
    public function noindex_follow_rss() {
    if ( is_feed() && headers_sent() === false ) {
    header( ‘X-Robots-Tag: noindex, follow’, true );
    }
    }
    That part is caused my pages to have noindex in feed pages.
    I changed it to index, follow and it it update the meta header
    However I don’t know how to remove it .
    That is an SEO issue with all-in-one-seo-pack plugin, because they should not exclude feed pages from index.

    • This reply was modified 6 years, 6 months ago by podaniel.
    • This reply was modified 6 years, 6 months ago by podaniel.
    • This reply was modified 6 years, 6 months ago by podaniel.
    • This reply was modified 6 years, 6 months ago by podaniel.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pages not indexed in Google because of Noindex’ is closed to new replies.