473,387 Members | 1,549 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Hot to convert Web.sitemap to Google site map?

Hello,

I have on my web site an Asp.Net 2.0 web.sitemap file.

How can I convert it to a Google's sitemap file?

Thanks,
Miguel

Sep 26 '06 #1
6 3044
You could use XSLT.

Or you could write some ASP.NET code to do the conversion by using the
SiteMap objects and the XML namespace.
Here's more info:
http://msdn2.microsoft.com/en-US/lib...b.sitemap.aspx
http://msdn2.microsoft.com/en-us/lib...ystem.xml.aspx

--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net

"shapper" <md*****@gmail.comwrote in message
news:11**********************@m73g2000cwd.googlegr oups.com...
Hello,

I have on my web site an Asp.Net 2.0 web.sitemap file.

How can I convert it to a Google's sitemap file?

Thanks,
Miguel

Sep 26 '06 #2
just observing, but why would you want to do this?
thanks

"Steve C. Orr [MVP, MCSD]" <St***@Orr.netwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
You could use XSLT.

Or you could write some ASP.NET code to do the conversion by using the
SiteMap objects and the XML namespace.
Here's more info:
http://msdn2.microsoft.com/en-US/lib...b.sitemap.aspx
http://msdn2.microsoft.com/en-us/lib...ystem.xml.aspx

--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net

"shapper" <md*****@gmail.comwrote in message
news:11**********************@m73g2000cwd.googlegr oups.com...
>Hello,

I have on my web site an Asp.Net 2.0 web.sitemap file.

How can I convert it to a Google's sitemap file?

Thanks,
Miguel


Sep 26 '06 #3
or...you could use the ASP.NET to Google sitemap converter:
http://sourceforge.net/projects/sitemap-asp2goo/

A direct download llink is:
http://superb-east.dl.sourceforge.ne...erter_v1.1.zip

;-)

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Steve C. Orr [MVP, MCSD]" <St***@Orr.netwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
You could use XSLT.

Or you could write some ASP.NET code to do the conversion by using the SiteMap objects and the XML
namespace.
Here's more info:
http://msdn2.microsoft.com/en-US/lib...b.sitemap.aspx
http://msdn2.microsoft.com/en-us/lib...ystem.xml.aspx

--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net

"shapper" <md*****@gmail.comwrote in message
news:11**********************@m73g2000cwd.googlegr oups.com...
>Hello,

I have on my web site an Asp.Net 2.0 web.sitemap file.

How can I convert it to a Google's sitemap file?

Thanks,
Miguel


Sep 26 '06 #4
So that Google can index your site better.

You don't have to change/stop using your ASP.NET sitemap,
only supply Google with a web sitemap in a format Google understands.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Horace Nunley" <bi****@biteme.netwrote in message news:OM**************@TK2MSFTNGP04.phx.gbl...
just observing, but why would you want to do this?
thanks

"Steve C. Orr [MVP, MCSD]" <St***@Orr.netwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
>You could use XSLT.

Or you could write some ASP.NET code to do the conversion by using the SiteMap objects and the
XML namespace.
Here's more info:
http://msdn2.microsoft.com/en-US/lib...b.sitemap.aspx
http://msdn2.microsoft.com/en-us/lib...ystem.xml.aspx

--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net

"shapper" <md*****@gmail.comwrote in message
news:11**********************@m73g2000cwd.googleg roups.com...
>>Hello,

I have on my web site an Asp.Net 2.0 web.sitemap file.

How can I convert it to a Google's sitemap file?

Thanks,
Miguel



Sep 26 '06 #5
Well, that is the perfect answer :-)

Juan T. Llibre wrote:
So that Google can index your site better.

You don't have to change/stop using your ASP.NET sitemap,
only supply Google with a web sitemap in a format Google understands.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Horace Nunley" <bi****@biteme.netwrote in message news:OM**************@TK2MSFTNGP04.phx.gbl...
just observing, but why would you want to do this?
thanks

"Steve C. Orr [MVP, MCSD]" <St***@Orr.netwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
You could use XSLT.

Or you could write some ASP.NET code to do the conversion by using theSiteMap objects and the
XML namespace.
Here's more info:
http://msdn2.microsoft.com/en-US/lib...b.sitemap.aspx
http://msdn2.microsoft.com/en-us/lib...ystem.xml.aspx

--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net

"shapper" <md*****@gmail.comwrote in message
news:11**********************@m73g2000cwd.googlegr oups.com...
Hello,

I have on my web site an Asp.Net 2.0 web.sitemap file.

How can I convert it to a Google's sitemap file?

Thanks,
Miguel
Sep 26 '06 #6
Juan,

I also found this:
http://www.newtonsoft.com/Products/G...p/Default.aspx

I tried but until now the file has not been generated.
I really can't figure why.

But I believe if I make this work then it would be great.

Miguel

shapper wrote:
Well, that is the perfect answer :-)

Juan T. Llibre wrote:
So that Google can index your site better.

You don't have to change/stop using your ASP.NET sitemap,
only supply Google with a web sitemap in a format Google understands.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Horace Nunley" <bi****@biteme.netwrote in message news:OM**************@TK2MSFTNGP04.phx.gbl...
just observing, but why would you want to do this?
thanks
>
>
>
"Steve C. Orr [MVP, MCSD]" <St***@Orr.netwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
>You could use XSLT.
>>
>Or you could write some ASP.NET code to do the conversion by using the SiteMap objects and the
>XML namespace.
>Here's more info:
>http://msdn2.microsoft.com/en-US/lib...b.sitemap.aspx
>http://msdn2.microsoft.com/en-us/lib...ystem.xml.aspx
>>
>--
>I hope this helps,
>Steve C. Orr
>MCSD, MVP, CSM
>http://SteveOrr.net
>>
>>
>>
>"shapper" <md*****@gmail.comwrote in message
>news:11**********************@m73g2000cwd.googleg roups.com...
>>Hello,
>>>
>>I have on my web site an Asp.Net 2.0 web.sitemap file.
>>>
>>How can I convert it to a Google's sitemap file?
>>>
>>Thanks,
>>Miguel
>>>
>>
>>
>
>
Sep 26 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: sitemap | last post by:
http://www.auditmypc.com/free-sitemap-generator.asp Make site maps for Google's new sitemap program with this free tool. All you need is a browser. Will submitting a sitemap to google help...
9
by: Bob Bedford | last post by:
I've a question about generating pages for search engines. It's possible to detect a bot coming on a website and then show a complete other page for it ? My main page is mainly graphic, with a...
1
by: mike | last post by:
I have 2 sites in my company. My .NET site uses a master page and a Menu control connected to a sitemap. In my sitemap file I would like to be able to do something like this: <sitemap>...
2
by: -D- | last post by:
I'm taking my first stab at using xml, so please bear with my novice questions and understanding of xml. I'm trying to create an xml file that holds all my website navigation. If I understand...
1
by: Luca88 | last post by:
Easy to use, install and configure, this is a php script that allows the generating of the sitemap.xml (xml sitemap requested by “Google Sitemap System”) in real time. Together with a custom...
4
by: shapper | last post by:
Hello, I have 2 questions about Asp.Net 2.0 web.sitemap: 1. Where can I find the list of all siteMapNode attributes? I looked eveywhere and couldn't find it. 2. I created a Web.sitemap...
3
by: shapper | last post by:
Hello, Could someone tell me how to convert a XML file into another XML file using a XSL file with a parameter? I created the code to do it, and it seems ok, but it is not working. Could...
5
by: Tim Mackey | last post by:
hi, i have put my web.sitemap in /App_Data so i can edit it programatically via a web admin page, inheriting the modify permissions from the App_Data folder etc. i was hoping the provider would...
6
by: Olagato | last post by:
I need to transform this: <urlset xmlns="http://www.google.com/schemas/sitemap/0.84"> <url> <loc>http://localhost/index.php/index./Paths-for-the-extreme-player</ loc> </url> <url>...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.