Re: Google SiteMap

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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.



.



Relevant Pages

  • Re: Google SiteMap
    ... Each web project will have only one web site map file for each culture. ... Try the ASP.NET to Google sitemap converter: ... I am trying to convert an Asp.Net 2.0 XML sitemap file to a Google's ... How can I do the conversion? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Google "related" sites... Got me stumped.
    ... while tidying up stuff with the 301 redirect, it seems I should be able to create a sitemap far more easily now, so, on blundering around the google sitemap pages I discover the following ... http://Water-Rower.co.uk - Worlds best prices on the Worlds best Rower. ...
    (alt.internet.search-engines)
  • Re: Google Sitemaps Priority
    ... rankings and all my pages were indexed. ... Since using the Google Sitemap ... the xml file and things seem to be getting better again. ... I can't be 100% sure that the Google Sitemap was to blame for my ...
    (alt.internet.search-engines)
  • Re: Google Sitemaps Priority
    ... rankings and all my pages were indexed. ... Since using the Google Sitemap ... the xml file and things seem to be getting better again. ... I can't be 100% sure that the Google Sitemap was to blame for my ...
    (alt.internet.search-engines)
  • Google SiteMap
    ... I am trying to convert an Asp.Net 2.0 XML sitemap file to a Google's ... And can I use an .ashx Asp.Net file that when the .ashx file is ... Asp.Net to Google sitemap. ...
    (microsoft.public.dotnet.framework.aspnet)