Re: Google SiteMap

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



Have you seen this?

http://www.gotdotnet.com/codegallery/codegallery.aspx?id=237330e0-65c5-4ebb-b62b-e486dd598604

"This project builds Google (tm) compatible sitemap files from ASP.NET
SiteMaps. A simple control that exposes ASP.NET SiteMaps as HTML to help
other search engines index the site is also provided."


"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 index - site removed
    ... The only other thing we had done differently was to submit google ... You have no Sitemap errors. ... spam, as well. ... You might also wish to try filing a reinclusion request and see ...
    (alt.internet.search-engines)
  • Re: Site maps
    ... me and Stacey can agree that you're wrong then I'd have to say, ... Count me in - that's third kind of English, ... Google seems well on its way to running the internet. ... Now it's apparently intent on having everyone submit a sitemap... ...
    (alt.internet.search-engines)
  • Re: Major drop on Yahoo
    ... Google's cached version of one of my is utterly obsolete. ... Every time I made a change like that, I uploaded the changed sitemap ... the sitemap from the site and from the Google console on Sunday ...
    (alt.internet.search-engines)
  • Re: Site maps
    ... I did and Google claimed it accepted it just fine - or at least ... submitting your site to see your stats with the Google sitemaps. ... I submitted one in html format and here is the results. ... Please ensure it meets our Sitemap guidelines and resubmit ...
    (alt.internet.search-engines)
  • Re: Sitemaps - more
    ... The purpose of a sitemap - as originally announced by Google - is to ... crawlingg and targetting crawling resources better. ... The sitemap idea lets you tell Google ...
    (alt.internet.search-engines)