sitemap

Is there a tool for managing redundant pages across a website?

I am in charge of constructing a website with a '2-dimensional' site map, as explained later. I am looking for (preferably a Wordpress plugin, as the site is built in Wordpress already) that would make managing thousands of pages a lot easier. To explain further, let me iterate my situation. I am building a website for a construction ...

SiteMapProvider practice: load all?

I'm using a custom sitemapprovider (SQL) which enables me to add the pages from the database. I also have a node called products. There are several categories which contain other categories or products. I currently load ALL products and categories in the sitemap. (along with products there are more business objects which have a custom s...

What is the precision of the priority field in sitemap.xml?

Unfortunately the specification does not tell anything about precision. The xml scheme definition states that it is of the type xsd:decimal: <xsd:restriction base="xsd:decimal"> <xsd:minInclusive value="0.0"/> <xsd:maxInclusive value="1.0"/> </xsd:restriction> I have a sitemap generator that uses up to 10 positions after decim...

ASP.NET web.sitemap - roles do not seem to control visibility?

I have a (simple) sitemap and am trying to figure out why a certain sub-menu is always visible. <?xml version="1.0" encoding="utf-8" ?> <siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" > <siteMapNode url="~/Login.aspx" title="Home" description="RivWorks" roles="*"> <siteMapNode url="" title="Dashboard" descrip...

Visualizing the SiteMap of a large (page number) website

I'm looking for a tool or service that can spider a web domain with a large number of pages, create a sitemap, and then visualize that map in a way that will help me see, understand and group content (I'm new to the site) Something like a tree-view or other standard Site Map visualizations would be great. I am yet unable to find a tool...

site map path take specific value

I had a problem in site map path I had navigation bar which take from sit map path but I want site map path tack value from page as product also how can i remove underline in site map path this my site map path: <asp:SiteMapPath ID="SiteMapPath1" runat="server" RenderCurrentNodeAsLink="True" ForeColor="White"> <PathSeparator...

Hide ASP.Net Site Map Nodes from authenticated users

I know how to hide site map nodes from unauthenticated users but I want to hide site map nodes from authenticated users. This is for the scenario of hiding the link to the login or signup page etc. Any ideas?? ...

style for mouse hovering of asp.net menu control

I have an asp.net menu control in my application.Each node is an image of different color and the styles of the subnodes are set in the sitemap.How can I set the mouse hovering of back ground color for each subnode which is of different color? ...

how to get google sitelinks on a website

Hi all! There are a lot of websites that look professional in Google results. Try searching for 'stackoverflow' and you'll see at the top a result with a title, a description and a table of 8 links to stackoverflow categories. That's what i'm interested in producing for future websites. So what must be done? Does it depend on the number...

SEO on a Database Driven Website

I have a question about a site I'm developing. It is a database driven directory site where people can make a profile and list themselves in one or many area codes and in one or many fields of work. When someone is looking for a person to hire, they enter one or more area codes to look in (or select them with checkboxes) and when the f...

Dynamic sitemap

I want real example about dynamic site map take it's value from database ...

Multiple SiteMap: entries in robots.txt?

I have been searching around using Google but I can't find an answer to this question. A robots.txt file can contain the following line: Sitemap: http://www.mysite.com/sitemapindex.xml but is it possible to specify MULTIPLE sitemap index files in the robots.txt and have the search engines recognize that and crawl ALL of the sitemaps r...

Insert Control into ASP.NET Menu Control?

I have a site that uses a menu control tied to a sitemapdatasource which calls from a xml sitemap file. I want to add to this menu a Login/Logout control. Is this possible? Dave. ...

Redirecting a large number of URLs with htaccess or php header

I have undergone a major website overhaul and now have 5,000+ incoming links from search engines and external sites, bookmark services etc that lead to dead pages or 404 errors. A lot of the pages have corresponding "permalinks" or known replacement hierarchy/URL structure. I've started to list the main redirects with htaccess or physi...

php automated sitemap for a free classified ads website

hi there i am looking for a good way to automaticly create/update sitemp for my website www.indexagahi.com its a free classified ads site , i want to rebuild or update sitemap.xml whenever an ads has been added . whats your idea ? is it possible . i appreciate any help. thanks a lot. ...

SharePoint SiteMapProvider - Help

I have a sharepoint portal with a root site and 3 subsites, to implement the horizontal menu of the portal i use the GlobalNavSiteMapProvider. For the breadcrumb i chose to use the CurrentNavSiteMapProviderNoEncode. In the subsites navegation, i select the options "Show Pages" (if i dont check this options the breacrumb did not show the...

How to get status code of a POST with Asp.Net HttpWebRequest

I'm trying to ping Google when my web site's sitemap is updated but I need to know which status code does Google or any other service returns. My code is below: HttpWebRequest rqst = (HttpWebRequest)WebRequest.Create("http://search.yahooapis.com/ping?sitemap=http%3a%2f%2fhasangursoy.com.tr%2fsitemap.xml"); rqst.Method = "POST"; rqst.Con...

My Sitemap.axd takes too long to load becasue it has more than 50000 records.

Hi, I am loading my sitemap.axd dynamically from database and currently i have more than 50000 records in it. It will keep growing. My problem is it take 2 minutes to load it. Will be a problem for google bot with loading it like request timeout or not to take sitemap.axd into consideration. Please give some suggestion. ...

SharePoint Virtual Directories Sitemap

I have created and asp.net web site utilizing a web.sitemap file to help with navigation. The site needs to be deployed within a virtual directory inside of our SharePoint intranet site. The problem that I am running in to is that when I request the SiteMap.CurrentNode property, it is returning information from SharePoint's sitemap. S...

Software for building a sitemap.

If I had to create a content inventory for a website that doesn't have a sitemap, and I do not have access to modify the website, but the site is very large. How can I build a sitemap out of that website without having to browse it entirely ? I tried with Visio's sitemap builder, but it fails great time. Let's say for example: I Want to ...