Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ajay

    (@ajay)

    Zepolo,

    This isn’t a feature of the plugin to store any pages and I don’t see a behaviour on my site.

    Where are you seeing this bot visit details?

    Thread Starter zepolo

    (@zepolo)

    Thank you for your quick answer.
    In fact, I use seocrawlytics plugin, and i see behaviour on my site.

    Plugin Author Ajay

    (@ajay)

    You can try disabling Better Search and see if this behaviour continues. Google is smart about duplicate content when scanning through results.

    Additionally, Better Search usually display just excerpts on the results page, so you won’t end up with duplicate content.

    Thread Starter zepolo

    (@zepolo)

    Thank you.

    I find this: How to limit the Duplicate Content ?
    “YOUR own fight against duplicate content …”

    No index on the results of research

    WordPress a search result looks like this: / xxxxx.com /? S = xxxxx.

    You can remove the indexing of these search results by placing the following code in your <head> in the header.php file:
    <? php if ((is_search ()) | | (is_tag ())) {?>
    <meta name=”robots” content=”noindex,follow”/>
    <? php} else {?>
    <meta name=”robots” content=”index, follow”/>
    <? php}?>

    Plugin Author Ajay

    (@ajay)

    zepolo, that’s the ideal way to block this.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Duplicate content bad for Google’ is closed to new replies.