Web Page Index Schema
Web Page Indexing helpful Schema
<script type="text/javascript">
var xhr = new XMLHttpRequest();
var url = "/IndexNow"; // The URL to which the request should be sent
xhr.open("POST", url, true);
xhr.setRequestHeader("Content-Type", "application/json; charset=utf-8");
xhr.setRequestHeader("Host", "source29.blogspot.com");
var payload = JSON.stringify({
"host": "www.example.org",
"key": "d103d1dec255428c84ef02afc7003de9",
"keyLocation": "https://www.example.org/d103d1dec255428c84ef02afc7003de9.txt",
"urlList": [
"https://www.example.org/source29.blogspot.com/",
"https://www.example.org/folder/source29.blogspot.com/",
"https://www.example.org/source29.blogspot.com/"
]
});
xhr.send(payload);
</script>
Comments
Post a Comment
Thanks for your Comments.