Re: Google SiteMap
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Sun, 8 Oct 2006 17:48:46 -0400
re:
I am trying to convert an Asp.Net 2.0 XML sitemap file to a Google's sitemap file.
Try the ASP.NET to Google sitemap converter:
http://sourceforge.net/projects/sitemap-asp2goo/
The download link is :
http://prdownloads.sourceforge.net/sitemap-asp2goo/SitemapConverter_v1.1.zip?download
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"shapper" <mdmoura@xxxxxxxxx> wrote in message
news:1160309405.272792.273500@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,
I am trying to convert an Asp.Net 2.0 XML sitemap file to a Google's
sitemap file.
I am posting the formats of both files.
1. How can I do the conversion?
2. And can I use an .ashx Asp.Net file that when the .ashx file is
called the Google XML file is generated?
Thank You,
Miguel
GOOGLE SiteMap
<?xml version="1.0" encoding="UTF-8"?>
< urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
< url>
< loc>http://www.mydomain.com/example.aspx</loc>
< lastmod>2005-01-01</lastmod>
< changefreq>daily</changefreq>
< priority>0.8</priority>
</url>
</urlset>
ASP.NET 2.0 Site Map
<?xml version="1.0" encoding="utf-8" ?>
<siteMap
xmlns = "http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode>
<siteMapNode
url = "~/example.aspx"
changefreq = "daily"
lastmod = "2005-01-01"
description = "My example page and its contents"
priority = "0.8"
title = "Example page" />
</siteMapNode>
</siteMap>
Note: description and title should be droped when converting from
Asp.Net to Google sitemap.
.
- Follow-Ups:
- Re: Google SiteMap
- From: shapper
- Re: Google SiteMap
- References:
- Google SiteMap
- From: shapper
- Google SiteMap
- Prev by Date: Re: vb equivalent ?
- Next by Date: Çíàêîìñòâà ñ èíîñòðàíöàìè. Ïîèñê æåíèõîâ çà ãðàíèöåé
- Previous by thread: Re: Google SiteMap
- Next by thread: Re: Google SiteMap
- Index(es):
Relevant Pages
|