• Resolved gadhiyaravi

    (@gadhiyaravi)


    This plugin was auto generate “sitemap.html” page and it has submitted on google. now i receive error from google search console, which is “Submitted URL marked ‘noindex'”. How to solve this?

    No option to remove html urls. i have also try to uncheck “Include sitemap in HTML format”. but it is not removing this url. How to remove this url https://mydomain.com/sitemap.html ?

Viewing 1 replies (of 1 total)
  • mstcgn

    (@mstcgn)

    I have the same problem. Maybe it helps to return the HTTP status code 410 (GONE).

    RewriteCond %{QUERY_STRING} “^xml\_sitemap\=params\=;html\=true$”
    RewriteRule .* – [G,L]

Viewing 1 replies (of 1 total)

The topic ‘How to remove html pages on sitemap, which already generated’ is closed to new replies.