[Support request] Duplicate Content

Home Forums Support [Support request] Duplicate Content

Home Forums Support Duplicate Content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1099580
    Paul

    Getting lots of duplicate errors in search console for what looks like indexed paginated search pages example URL:

    https://example.com/page/77/?s&_page=50

    There are hundreds of these.

    Is this something controlled by the theme?

    Thanks PAul

    #1099683
    David
    Staff
    Customer Support

    Hi there,

    no the Theme doesn’t create or control URLs.
    If you’re using an SEO plugin they may provide an option to block indexing of search results. If not you can:

    1. Create a new Hook Element.
    2. Add this:
    <meta name="robots" content="noindex,follow"/>
    3. Select the WP_Head hook.
    4. Set the Display Rules to Search Results

    #1099708
    Paul

    Awesome. Thanks.

    #1099734
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.