How to stop Google to not index my site URL

| 0 comments ]

Wana stop Google not to index you site pages , try this



If you want to stop google not to index your site in Search Engine , You may need this to refresh pages appearing in Google SERP or to get rid of old indexed pages .

Try this code in your index.html


<html>
<head>
<title>...</title>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
</head>

0 comments

Post a Comment