Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #771874
    Hired Developer
    Guest

    Hello,

    There is a critical bug in your theme.

    You have a search icon in site header with a link: <a href=”?s=” data-avia-search-tooltip=…

    “?s=” link is an issue, Google tries to hollow this link and produces many Soft 404 error codes.

    Please rewrite it so there is no search parameter in href attribute.

    And actually, the original WordPress form uses <form> with input field for “s” parameter, which is a correct design.

    Best regards,

    #773178

    Hey!

    Thanks for contacting us!

    You can add following to robots.txt file

    User-agent: *
    Disallow: /?s=

    For more information, please see – https://kriesi.at/support/topic/links-to-404-pages/#post-588813

    Cheers!
    Yigit

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