• hello ,

    i have this problem , when people search for some keywords they get my /feed/ directory instead of the real page .

    so if someone were searching for “google” they will get

    domain/google/feed/ instead of domain/google

    did anyone got this problem ? anyway of maybe redirection to the real topic ?

    Thank’s

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter chaaban

    (@chaaban)

    any comments ?

    Thread Starter chaaban

    (@chaaban)

    ok i think i got the solution .

    i edited my

    comments_rss_link function (wp-includes/feed-functions.php)

    to add : rel=’nofollow’

    on the rss feed link .


    function comments_rss_link($link_text = 'Comments RSS', $commentsrssfilename = '') {
    $url = comments_rss($commentsrssfilename);
    echo "<a rel='nofollow' href='$url'>$link_text </a>";
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘feed make my adsense go away’ is closed to new replies.