Hello,
I put my site together last week. First time guy here. Anyway, Google needs a Sitemap so the Googlebot can crawl my site for a quality score. I do not know how to create this page and upload it to my site. Google offers these directions:
Manually create a Sitemap based on the Sitemap protocol
I am not sure where this script goes, in the HTML of the page? or in a text box?
Really would appreciate the help. Thanks Russ ID# 22306 www.AchieveIt.biz
I put my site together last week. First time guy here. Anyway, Google needs a Sitemap so the Googlebot can crawl my site for a quality score. I do not know how to create this page and upload it to my site. Google offers these directions:
Manually create a Sitemap based on the Sitemap protocol
- Create a text file and save it with a .xml extension.
- Add the following to the top of the file: <?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> - Add the following to the bottom of the file: </urlset>
- Create an entry for each URL. The tag is required; the others are optional. <url> <loc>http://www.example.com/</loc> <lastmod>2005-01-01</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url>
- Upload your Sitemap to your site. Then submit it to Google using Webmaster Tools.
I am not sure where this script goes, in the HTML of the page? or in a text box?
Really would appreciate the help. Thanks Russ ID# 22306 www.AchieveIt.biz
Comment