How to stop indexing?

jommytonny888

Well-known member
Registered
Joined
May 31, 2022
Messages
166
Points
28

Reputation:

How do I stop thread or resource stop indexing google? Not all just some of which I choose, do I need plugin or there is other way? Remove from sitemap ive read not helps google crawl anyway.
 

Splicho

Emudevs.gg Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
600
Points
103

Reputation:

Zer01ne

Collaborate
Collaborate
Registered
Joined
Nov 25, 2022
Messages
679
Points
253

Reputation:

How do I stop thread or resource stop indexing google? Not all just some of which I choose, do I need plugin or there is other way? Remove from sitemap ive read not helps google crawl anyway.
jommytonny888You can use Google Search Console to remove the URL that is already indexed.
https://search.google.com/search-console/removals

To prevent google crawl you can use robots.txt

Just open your robots.txt and add the URLs like this

Code:
User-agent: *
Disallow: /your-url-to-exclude/
Disallow: /your-url-to-exclude-2/
Disallow: /your-url-to-exclude-3/
 
Last edited:
Top