Technical issues

#1021315
  • Resolved Munafa Marketing
    Rank Math free

    Issue 1: “?noamp=mobile” in the urls
    and
    Issue 2: “/tag” in the URLs
    and
    Issue 3: /feed in the URLs

    I am facing these three issues, which Google crawls and then say crawled but not indexed.
    Any idea to resolve to issue?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for reaching out with your concerns.

    1. ?noamp=mobile in URLs
    This parameter is typically added when AMP (Accelerated Mobile Pages) is enabled on your site.

    2. /feed in URLs
    Feed URLs are automatically generated by WordPress and are typically used for syndicating content.

    To prevent search engines from crawling these URLs, you can add the following lines to your robots.txt file:​

    User-agent: *
    Disallow: */feed/
    Disallow: */tag/
    Disallow: *?noamp=mobile

    This will instruct search engines not to crawl those URLs.

    We hope this helps. Please let us know if you have further questions or concerns.

    Thank you.

    Really helpful.
    Thanks.

    Hello,

    Glad that helped.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this ticket.