PrivateEye wrote:
I have created sitemap_forum.asp file and is working correctly. I have also read contents on https://www.google.com/webmasters/tools/docs/en/protocol.html
I am confused about how to use sitemap_forum.asp file to produce sitemap for Google as Google says the sitemap file may be like sitemap.xml but my file is sitemap_forum.asp Can anyone help me out that how can I use sitemap_forum.asp to produce sitemap for Google. Thank you.
|
run the sitemap.asp on must "ie" exam; www.xxxxx.com/forum/sitemap.asp and copy the output paste it notepad and edit the follow...
original;
-------------------------------------
<?xml version="1.0" encoding="UTF-8" ?>
- <urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
- <url>
<loc>http://xxxxxxxxxxx.com/forum/default.asp?C=12</loc>
<lastmod>2007-04-19</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
- <url>
-------------------------------------
change the;
-------------------------------------
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
<loc>http://xxxxxx.com/</loc></url>
- <url>
<loc>http://xxxx.com</loc>
<lastmod>2007-04-11</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
- <url>
<loc>http://xxxxx
-------------------------------------
save as the file "
utf-8" format, "
unimportant file name.xml" and upload it.
then go to google account page and link the filename, exam; www.xxxxx.com/hedehodo.xml
that's all. if successfully the change file, google bot visiting the forum or google account screen error appear.