I'm playing aournd with my first asp.net 2.0 web site and looking at the
Web.sitemap file.
It seems there's a lot of publicity at the moment about Google's sitemaps
and how they are supposed to get your site more likely to be indexed.
Do we therefore use Googles, the standard web.sitemap file, or both??
If anyone has used the Google version, is there any way of getting it to
work with the TreeView and SiteMapPath controls?
JJ 7 1364
The ASP.NET 2.0 Web.sitemap has absolutely NOTHING to do with a google
sitemap. Yes, google sitemaps work, when properly constructed.
Peter
--
Co-founder, Eggheadcafe.com developer portal: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
"JJ" wrote:
I'm playing aournd with my first asp.net 2.0 web site and looking at the
Web.sitemap file.
It seems there's a lot of publicity at the moment about Google's sitemaps
and how they are supposed to get your site more likely to be indexed.
Do we therefore use Googles, the standard web.sitemap file, or both??
If anyone has used the Google version, is there any way of getting it to
work with the TreeView and SiteMapPath controls?
JJ
You're kind of comparing apples to oranges.
Google's site maps serve a fairly different purpose than ASP.NET's site
maps.
Generally ASP.NET's site maps are not directly exposed to the internet, they
are just used for internal plumbing.
I can envision writing some code that reads ASP.NET's site map and outputs a
dynamic Google site map. That might be cool.
--
I hope this helps,
Steve C. Orr, MCSD, MVP http://SteveOrr.net
"JJ" <ab*@xyz.comwrote in message
news:O5**************@TK2MSFTNGP04.phx.gbl...
I'm playing aournd with my first asp.net 2.0 web site and looking at the
Web.sitemap file.
It seems there's a lot of publicity at the moment about Google's sitemaps
and how they are supposed to get your site more likely to be indexed.
Do we therefore use Googles, the standard web.sitemap file, or both??
If anyone has used the Google version, is there any way of getting it to
work with the TreeView and SiteMapPath controls?
JJ
I might do just that....
I'll let you know how I get on. Incidentally, what are the security concerns
if you do allow web access to your asp .net sitemap file?
JJ
"Steve C. Orr [MVP, MCSD]" <St***@Orr.netwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
You're kind of comparing apples to oranges.
Google's site maps serve a fairly different purpose than ASP.NET's site
maps.
Generally ASP.NET's site maps are not directly exposed to the internet,
they are just used for internal plumbing.
I can envision writing some code that reads ASP.NET's site map and outputs
a dynamic Google site map. That might be cool.
--
I hope this helps,
Steve C. Orr, MCSD, MVP http://SteveOrr.net
"JJ" <ab*@xyz.comwrote in message
news:O5**************@TK2MSFTNGP04.phx.gbl...
>I'm playing aournd with my first asp.net 2.0 web site and looking at the Web.sitemap file.
It seems there's a lot of publicity at the moment about Google's sitemaps and how they are supposed to get your site more likely to be indexed.
Do we therefore use Googles, the standard web.sitemap file, or both?? If anyone has used the Google version, is there any way of getting it to work with the TreeView and SiteMapPath controls?
JJ
As long as it's read-only access I can't think of very many security
concerns unless you're taking advantage of some of the advanced features
such as role filtering.
--
I hope this helps,
Steve C. Orr, MCSD, MVP http://SteveOrr.net
"JJ" <ab*@xyz.comwrote in message
news:ea**************@TK2MSFTNGP04.phx.gbl...
>I might do just that....
I'll let you know how I get on. Incidentally, what are the security
concerns if you do allow web access to your asp .net sitemap file?
JJ
"Steve C. Orr [MVP, MCSD]" <St***@Orr.netwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>You're kind of comparing apples to oranges. Google's site maps serve a fairly different purpose than ASP.NET's site maps. Generally ASP.NET's site maps are not directly exposed to the internet, they are just used for internal plumbing. I can envision writing some code that reads ASP.NET's site map and outputs a dynamic Google site map. That might be cool.
-- I hope this helps, Steve C. Orr, MCSD, MVP http://SteveOrr.net "JJ" <ab*@xyz.comwrote in message news:O5**************@TK2MSFTNGP04.phx.gbl...
>>I'm playing aournd with my first asp.net 2.0 web site and looking at the Web.sitemap file.
It seems there's a lot of publicity at the moment about Google's sitemaps and how they are supposed to get your site more likely to be indexed.
Do we therefore use Googles, the standard web.sitemap file, or both?? If anyone has used the Google version, is there any way of getting it to work with the TreeView and SiteMapPath controls?
JJ
Thats what I thought.
I've found this code by Bertrand Le Roy http://weblogs.asp.net/bleroy/archiv...02/432188.aspx
- that generates the google sitemap from the current web.sitemap. It even
gets the lastmoddate from the physical file if it isn't set.
I think I'll use something like this to handle Google sitemap, and use the
asp web.sitemap for generating menus etc.
JJ
"Steve C. Orr [MVP, MCSD]" <St***@Orr.netwrote in message
news:OD**************@TK2MSFTNGP04.phx.gbl...
As long as it's read-only access I can't think of very many security
concerns unless you're taking advantage of some of the advanced features
such as role filtering.
--
I hope this helps,
Steve C. Orr, MCSD, MVP http://SteveOrr.net
"JJ" <ab*@xyz.comwrote in message
news:ea**************@TK2MSFTNGP04.phx.gbl...
>>I might do just that....
I'll let you know how I get on. Incidentally, what are the security concerns if you do allow web access to your asp .net sitemap file?
JJ
"Steve C. Orr [MVP, MCSD]" <St***@Orr.netwrote in message news:%2****************@TK2MSFTNGP04.phx.gbl...
>>You're kind of comparing apples to oranges. Google's site maps serve a fairly different purpose than ASP.NET's site maps. Generally ASP.NET's site maps are not directly exposed to the internet, they are just used for internal plumbing. I can envision writing some code that reads ASP.NET's site map and outputs a dynamic Google site map. That might be cool.
-- I hope this helps, Steve C. Orr, MCSD, MVP http://SteveOrr.net "JJ" <ab*@xyz.comwrote in message news:O5**************@TK2MSFTNGP04.phx.gbl... I'm playing aournd with my first asp.net 2.0 web site and looking at the Web.sitemap file.
It seems there's a lot of publicity at the moment about Google's sitemaps and how they are supposed to get your site more likely to be indexed.
Do we therefore use Googles, the standard web.sitemap file, or both?? If anyone has used the Google version, is there any way of getting it to work with the TreeView and SiteMapPath controls?
JJ
Actually I think I see what you may mean and what the security concerns
are....
If I have limited access pages, should I include them in my web.sitemap
file?
If my menu system feeds of my web.sitemap, how could I only show those menu
items that an authorised user should see.....??
"Steve C. Orr [MVP, MCSD]" <St***@Orr.netwrote in message
news:OD**************@TK2MSFTNGP04.phx.gbl...
As long as it's read-only access I can't think of very many security
concerns unless you're taking advantage of some of the advanced features
such as role filtering.
--
I hope this helps,
Steve C. Orr, MCSD, MVP http://SteveOrr.net
"JJ" <ab*@xyz.comwrote in message
news:ea**************@TK2MSFTNGP04.phx.gbl...
>>I might do just that....
I'll let you know how I get on. Incidentally, what are the security concerns if you do allow web access to your asp .net sitemap file?
JJ
"Steve C. Orr [MVP, MCSD]" <St***@Orr.netwrote in message news:%2****************@TK2MSFTNGP04.phx.gbl...
>>You're kind of comparing apples to oranges. Google's site maps serve a fairly different purpose than ASP.NET's site maps. Generally ASP.NET's site maps are not directly exposed to the internet, they are just used for internal plumbing. I can envision writing some code that reads ASP.NET's site map and outputs a dynamic Google site map. That might be cool.
-- I hope this helps, Steve C. Orr, MCSD, MVP http://SteveOrr.net "JJ" <ab*@xyz.comwrote in message news:O5**************@TK2MSFTNGP04.phx.gbl... I'm playing aournd with my first asp.net 2.0 web site and looking at the Web.sitemap file.
It seems there's a lot of publicity at the moment about Google's sitemaps and how they are supposed to get your site more likely to be indexed.
Do we therefore use Googles, the standard web.sitemap file, or both?? If anyone has used the Google version, is there any way of getting it to work with the TreeView and SiteMapPath controls?
JJ
JJ,
the business rule is simple: If you don't want the googlebot to index a
page, don't include it in your sitemap.
Peter
--
Co-founder, Eggheadcafe.com developer portal: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
"JJ" wrote:
Actually I think I see what you may mean and what the security concerns
are....
If I have limited access pages, should I include them in my web.sitemap
file?
If my menu system feeds of my web.sitemap, how could I only show those menu
items that an authorised user should see.....??
"Steve C. Orr [MVP, MCSD]" <St***@Orr.netwrote in message
news:OD**************@TK2MSFTNGP04.phx.gbl...
As long as it's read-only access I can't think of very many security
concerns unless you're taking advantage of some of the advanced features
such as role filtering.
--
I hope this helps,
Steve C. Orr, MCSD, MVP http://SteveOrr.net
"JJ" <ab*@xyz.comwrote in message
news:ea**************@TK2MSFTNGP04.phx.gbl...
>I might do just that....
I'll let you know how I get on. Incidentally, what are the security
concerns if you do allow web access to your asp .net sitemap file?
JJ
"Steve C. Orr [MVP, MCSD]" <St***@Orr.netwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl... You're kind of comparing apples to oranges. Google's site maps serve a fairly different purpose than ASP.NET's site maps. Generally ASP.NET's site maps are not directly exposed to the internet, they are just used for internal plumbing. I can envision writing some code that reads ASP.NET's site map and outputs a dynamic Google site map. That might be cool.
-- I hope this helps, Steve C. Orr, MCSD, MVP http://SteveOrr.net "JJ" <ab*@xyz.comwrote in message news:O5**************@TK2MSFTNGP04.phx.gbl... I'm playing aournd with my first asp.net 2.0 web site and looking at the Web.sitemap file.
It seems there's a lot of publicity at the moment about Google's sitemaps and how they are supposed to get your site more likely to be indexed.
Do we therefore use Googles, the standard web.sitemap file, or both?? If anyone has used the Google version, is there any way of getting it to work with the TreeView and SiteMapPath controls?
JJ
This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: thogek |
last post by:
We've been working with the ASP.NET 2.0 sitemap functionality, and one
problem we're currently having is a need to be able to generate a
web.sitemap file that includes URLs containing querystring...
|
by: Michael D. Ober |
last post by:
In straight HTML, you can set the page title using the code:
<html><head><title>This is a page title</title></head></html>
How is this done using sitemaps in ASP.NET 2.0.
Thanks,
Mike.
|
by: DJ |
last post by:
I am setting up an interface that mimics normal desktop applications for our
web app. I use the SiteMap and CSS to create a Menubar, etc. Below it is the
normal icon bar.
If I use the sitemap in...
|
by: Dot Net Daddy |
last post by:
Hello,
I dont want to show all the nodes in the Web.SiteMap file in the
TreeView control. Is there a way to do this?
(I actually want to set each page's title using the
Page.Title =...
|
by: havoc2005 |
last post by:
Hey guys maybe you could help me with this problem I tried to create a sitemap with the ror sitemap generator from google but it didnt map anything past my css file. I assumed that the css file was...
|
by: Cat |
last post by:
I know that names and descriptions in sitemap files can be localized
using resource files. But I think that's not enough for me. I need to
add and remove some menus depending on the language, for...
|
by: fran7 |
last post by:
Hi, Just wondering if anyone can tell me if I get my service provider on a windows 2003 platform to tweak the settings in ISAPI to turn my dynamic urls to static ones, how this affects the sitemaps I...
|
by: paintedjazz |
last post by:
I've created a bash script to create a sitemap but it is rather
ordinary and nothing about it is appealing. Can anyone provide me
with examples of sitemaps that they've seen that they can really...
|
by: dheeraj4uuu |
last post by:
Hi,
Can anyone tell me how to convert urllist.php to sitemaps.php
I have SMF Forum installed with Seo4smf also. As it has already
urllist.php and sitemaps.php but unfortunately the sitemaps.php...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: erikbower65 |
last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps:
1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal.
2. Connect to...
|
by: linyimin |
last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
|
by: erikbower65 |
last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA:
1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
|
by: kcodez |
last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
|
by: DJRhino1175 |
last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this -
If...
|
by: DJRhino |
last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer)
If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _
310030356 Or 310030359 Or 310030362 Or...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: Mushico |
last post by:
How to calculate date of retirement from date of birth
| |