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

Popular posts from this blog

How to fix SSL Certificate Issues?

How to Fix Website Mixed Content Issues?

How to Fix Mobile Responsiveness Issues?

Popular posts from this blog

How to fix SSL Certificate Issues?

How to Fix Website Mixed Content Issues?

How to Fix Mobile Responsiveness Issues?