SiteMap XML File Location
Hi All, in the article we are going to talk about what is sitemap xml file and why we using sitemap xml file in web application with examples
if you are a developer you can easily understand sitemap.xml file
sitemap file is a xml, xml is nothing but Extensible markup langualge (XML). xml is smilar to HTML programming language.
Here i have mentioned a sample sitemap xml file for your reference:-
<?xml version='1.0' encoding='UTF-8'?><urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
<url><loc>https://onlinedevtools.in/</loc></url>
<url><loc>https://onlinedevtools.in/aboutus</loc></url>
<url><loc>https://onlinedevtools.in/curl/curl-command</loc></url>
<url><loc>https://onlinedevtools.in/crontab</loc></url>
<url><loc>https://onlinedevtools.in/curl</loc></url>
<url><loc>https://onlinedevtools.in/devnews</loc></url>
<url><loc>https://onlinedevtools.in/youtubefreedownload</loc></url>
<url><loc>https://onlinedevtools.in/unicode-converter</loc></url>
<url><loc>https://onlinedevtools.in/lodash_underscore_alternative</loc></url>
<url><loc>https://onlinedevtools.in/online/minifier</loc></url>
<url><loc>https://onlinedevtools.in/online/npmpackageanalyzer</loc></url>
<url><loc>https://onlinedevtools.in/online/sqlformatter</loc></url>
<url><loc>https://onlinedevtools.in/regularexpression</loc></url></urlset>
How to find sitemap xml file of a website url online?
Finding Sitemap File Location From Robots.txt file?
User-agent: Googlebot
Disallow:
User-agent: googlebot-image
Disallow:
User-agent: googlebot-mobile
Disallow:
User-agent: MSNBot
Disallow:
User-agent: Slurp
Disallow:
User-agent: Teoma
Disallow:
User-agent: Gigabot
Disallow:
User-agent: Robozilla
Disallow:
User-agent: Nutch
Disallow:
User-agent: ia_archiver
Disallow:
User-agent: baiduspider
Disallow:
User-agent: naverbot
Disallow:
User-agent: yeti
Disallow:
User-agent: yahoo-mmcrawler
Disallow:
User-agent: psbot
Disallow:
User-agent: yahoo-blogs/v3.9
Disallow:
User-agent: *
Disallow:
Sitemap: https://onlinedevtools.in/sitemap.xml
How to find the sitemap.xml file using the google search console?