sitemap

is multiple sitemaps receommendable to a web portal

I have a cricket based portal check here cricket scores This site has near to millions pages. But is it advisable to have a multiple sitemaps in the website or not? if Yes, what Name shall we give for the second site map? sitemap2.xml does this work? Some where in the blog i have read that each sitemap should not have more than 1000 l...

How to: Programmatically Modify Site-Map Nodes in Memory.

I have XML file and and I would like to site map filled from this XML file. How is it possible? <siteMap> <siteMapNode title="Home" description="Home" url="~/default.aspx"> <siteMapNode title="Products" description="Our products" url="~/Products.aspx"> <siteMapNode title="Hardware" description="Hardware choices" url="~/Hardware....

Are wildcards allowed in sitemap.xml file ?

Hi, I have a website that has a directory that contains 100+ html files. I want crawlers to crawl all the html files that directory. I have already added following sentence to my robots.txt: Allow /DirName/*.html$ Is there any way to include the files in the directory in sitemap.xml file so that all html files in the directory will ...

Sitemap randomly breaks over time

I've been having some production runtime errors that I don't fully understand. This has happened to us on a couple different ASP.NET 4.0 Web Sites (shudders - yes, I know - we're porting it to MVC but that's taking some time). First of all, we have never been able to reproduce this issue in development/QA environments. Secondly, upon de...

ASP.NET: What are the advantages of using sitemap-based navgiation?

Scenario: building a site where navigation will be in master page in either left or top menu. What are the advantages to using the ASP.NET navigation system based on web.sitemap files? The alternative I'm considering is just building the links in <li> elements as necessary. ...

Google sitemap - 17000 threads in the map, 4 in the index?

I have a dynamic sitemap generated from ASP.NET MVC containing 17000+ urls. The Google webmaster tools dashboard acknowledges that there are 17,023 (as of this moment) urls in that map, but says that only 4 are in the index. The map was originally submitted over a month ago, and Google appears to be downloading it daily and doesn't com...

web.sitemap generation

I'm wondering if I may be going about this the wrong way and am looking for some guidance. I've created a site map datasource on my website and I then created a site map for it to link to. However, when I create the site map, it looks like I need to enter all the page details. Is there some way of automating this (or at least gettin...

ASP.NET MVC SiteMap with Ninject controller factory error

I am trying to use the ASP.NET MVC Codeplex Sitemap project with Custom Dynamic Node provider. This is my node provider code. It uses some repository to access the DB. I actually don't use DI in this class but the application inherits NinjectHttpApplication and the Sitemap has problems acquiring controller. public class ContentPageDynam...

count the urls on my sitemap.xml file

How can I do a page count on a sitemap.xml file? ...

Alert Message when clicked Treeview Node Sitemap ASP.NET, C#

Hi All, I have a Treeview Node in my Masterpage. I am binding the Sitemap as the DataSource for the Treeview. For ONE of the nodes when user clicks, I want to show an Alert Message. how that is possible to show, I need Alert Message for only one Node in the Treeview. Regards, msbyuva ...

Submit RSS feed as a sitemap to google?

Hello -- Background I work for an online media company that hosts a news site with over 75K pages. We currently use Google Sitemap Generator (installed on our server) to build dynamic XML sitemaps for our site. In fact since we have a ton of content, we use a sitemap of sitemaps. (Google only allows a maxmimum of 50K urls.) Problem T...

Create/remove sitemap node in ActionResult - ASP.NET MVC SiteMap provider

I am using the ASP.NET MVC SiteMap provider to create dynamic sitemap nodes. It works when the application is first loaded, but I wish to add/remove nodes when an ActionResult executes (to add/remove a record from the database). My web.sitemap is as follows (taken out the parent node and other siblings) <mvcSiteMapNode dynamicNodeProvid...

Adding a .ASCX item to the Sitemap...

Is there a way to add .ascx files to a sitemap such that it will load/unload the controls based on the last ones visited? The problem is i have a page that contains a few controls that get placed under one another, and i'd like to just be able to jump between them with the sitemap instead of creating a new page for them... this is what i...

Loading same URL with multiple paths in BreadCrumb using SiteMap

I am working on an ASP.NET website which has multiple paths to the same page. I am using a sitemap file to populate a breadcrumb control in the masterpage. I have defined multiple paths in my Web.sitemap file as in Basically I navigate to page3 from page2, as well...

Google Site Map & Mod Re-Write

Evening, I have a framework which I built myself to easily add pages and alter my site. The site map is also dynamically written depending on the data stored in certain objects within the framework. Problem being the sitemap gets rejected by Google Webmaster Tools saying along the lines of; URL not allowed This url is not allowed...

In a sitemap, is it advisable to include links to every page on the site, or only ones that need it?

I'm in the process of creating a sitemap for my website. I'm doing this because I have a large number of pages that can only be reached via a search form normally by users. I've created an automated method for pulling the links out of the database and compiling them into a sitemap. However, for all the pages that are regularly accessibl...

PHP sitemap Index

My sitemap is massive and I have to break it into a sitemap index which i have done and the sitemaps listed are sitmap-1.xml sitemap-2.xml etc. I want to have one sitemap file which is based on the sitemap number chosen ie. sitemap-1.xml will go to the sitemap file and list 1 - 30,000 links and if sitemap-2 is chosen will show 30,000 - ...

IIS7 URL Rewrite - SiteMapPathNode not rendered if rewritten URL used

I have the following rules to redirect a.aspx?id=99 to a/99 and rewrite a/99 to a.aspx?id=99. It works. The SiteMapPath for the page does not render if the url for SiteMapNode is a, but it does if it is a.aspx. In other pages where there is no querystring in the url, I can use pagename as the SiteMapNode url or pagename.aspx - both ...

Develop Site Map for a Website

I am developing a web site using ASP.Net and c#. I need to design a site map for the web site. So can anyone suggest how to proceed? ...

How to create a sitemap using jQuery

I have following markup <div id="mnuMain"> <ul> <li><a href="#">Dashboard</a></li> <li><a href="#">Market Trends</a></li> <li><a href="#">Master</a> <ul> <li><a href="#">Products</a></li> <li><a href="#">Segments</a></li> <li><a href="#" >Companies</...