How to Create a Google Sitemap?
As we know, Google is the major search engine and so boosting your website in a Google is a necessary for all the website owners.
To boost a ranking in a Google, it becomes necessary to submit all your web pages in Google. One can submit their web pages in Google by creating and submitting Google Sitemap or XML Sitemap. Here SYSPC will help users having queries like:
- How to create a sitemap for google?
- How to create XML sitemap?
- How to make a Google Sitemap?
Create a Google Sitemap or XML Sitemap
First, create a file named sitemap.xml
Use the following code in any HTML editor:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
<loc>http://www.syspc.org/</loc>
<lastmod>2005-06-30T14:12:14+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>http://www.syspc.org/seo/</loc>
<lastmod>2005-06-30T14:12:14+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
</urlset>
Add as many pages as there are in your website. Google Sitemap supports up to 50,000 pages per XML file.
Still Confused? Users can also create their Google Sitemap online without writing the above xml code. Simply, go to www.xml-sitemaps.com and follow the instructions.
Submit a Google Sitemap
To submit a Google Sitemap, go to https://www.google.com/webmasters/sitemaps/login. Users must have Google Account to submit their XML Sitemap in Google.
« Back to more SEO Tips
