PDA

View Full Version : Google XML SiteMap + SearchBot


iogames
03-11-2008, 08:06 PM
I was researching information to create my XML Sitemap to submit it to Google, and I found out that Wikipedia even place a customized SearchBot...
How this is done?

http://www.arcadia.progvisual.com/wiki.jpg

iogames
03-13-2008, 08:13 PM
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.example.com/</loc>
<lastmod>2005-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://www.example.com/catalog?item=12&amp;desc=vacation_hawaii</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>http://www.example.com/catalog?item=73&amp;desc=vacation_new_zealand</loc>
<lastmod>2004-12-23</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>http://www.example.com/catalog?item=74&amp;desc=vacation_newfoundland</loc>
<lastmod>2004-12-23T18:00:15+00:00</lastmod>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.example.com/catalog?item=83&amp;desc=vacation_usa</loc>
<lastmod>2004-11-23</lastmod>
</url>
</urlset>

Ok, now I understand how t create a SiteMap.XML, but I still don't see how to include the Custom Search Engine

SEOvB
03-13-2008, 09:07 PM
why not use the sitemap genator from vbSEO its free.

MrEyes
03-14-2008, 08:57 AM
The official name for them is "Sitelinks"

I looked into this a few weeks ago and discovered that you can't do anything to your site to make this happen. The availability of those links is decided by some "mysterious" algorithm that Google run.

For more information have a look at:

http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=47334