I have a blog, and I have been considering publishing a sitemap for it, which would include the index page, archives page, and an entry for each individual blog post. Is this ever a bad idea? Is it a good (or useful) idea? I'm particularly interested in the <changefreq> element: I edit posts from time to time, and while that's not a comm...
Does anyone know if there is a way to use a site map to perform security trimming based on authentication status?
For example, we can trim based on role using
<SiteMapNode title="Page" roles="Administrator">
Or allow anyone with
<SiteMapNode title="Page" roles="*">
But I have a series of pages for logging in, registering, etc. th...
I have a footer that I am adding to a masterpage. Within this footer, if constructs menus based on the Current Node of the sitemap, however the sitemap is coming back as null. Does anyone know how to fix this issue.
Thank you
...
<siteMapNode roles="*">
<siteMapNode url="~/Default.aspx" title=" Main" description="Main" roles="*"/>
<siteMapNode url="~/Items.aspx" title=" Adv" description="Adv" roles="Administrator"/>
....
any user can see Adv page. That is a trouble and a qustion : why and how to hide out of role sitenodes.
but if I do HttpContext....
Hi,
I'm using ASP.NET WebForms.
I'm using the standard sitemap provider.
Home > User > Account > Entry
Going to the home page should have a user selection screen.
Clicking on a user should list out the user's accounts with options to edit, delete, add accounts.
Selecting an account should list out all the user's account's entries wit...
How can my Sitemap content element include images?
...
Hello,
I don't know if this is the right place to post this but here I go.
I'm working on a project as a student for my internship and I need help. I have a masterPage with horizontal menu items as shown in the attached screen-captured. What I want to achieved is:
Have a default image and description from SQL server database
When a u...
I have a site with about 60,000 pages that are getting placed in the sitemap, and which have a priority of 0.3. These are all really long pages that are rich in keywords.
I also have a few pages (like the about page), that need high priority, but which I've implemented with the django flatpages framework.
Is it possible for pages creat...
I'm looking for an automated way to inventory all the links within an asp.net project that I inherited.
...
I saw on this page that it's possible to lower the limit on your sitemap so that it is paginated differently:
http://stackoverflow.com/questions/2079786/caching-sitemaps-in-django
But when I try to generate my sitemap, it hangs and hangs, and never comes up.
Eventually, if I wait long enough, I get this error in Firefox:
XML Parsing E...
Is it possible to put this in a sitemap?
routes.MapRoute("Event_Groep_Route", // Route name
"{EventName_Url}/{GroepID}/{controller}/{action}/{id}",
new { EventName_Url = UrlParameter.Optional, GroepID = UrlParameter.Optional, controller = "Home", action = "Index", id = UrlParameter.Optional });
Event...
MvcSiteMap - http://mvcsitemap.codeplex.com/
Is it possible to create such links in a sitemap with MvcSitemap?
I can create a simple sitemap but not one with the link below..
www. ... .com / Eventname / groupID /Tasks/ Details/ taskID
Eventname, groupID, TaskID are dynamic.
If not is there another solution for my problem?
TY in adv...
I'm trying to create a sitemap that will automatically update. I've done something similiar with my RSS feed, but this sitemap refuses to work. You can view it live at http://designdeluge.com/sitemap.xml I think the main problem is that its not recognizing the PHP code. Here's the full source:
<?php
include 'includes/connection.php'...
i try to insert a new sitemap to google using api, but i can't do it successful-_-
this is the method
var fullDomainUrl = "http://www.example.com/";
var entry = new SitemapsEntry();
entry.Id = new AtomId(fullDomainUrl + "sitemap.xml");
entry.Categories.Add(new AtomCategory("http://schemas.google.com/w...
I have created a Custom Server Control that renders the SiteMap as a pure UL for CSS styling.
At run-time it renders properly but in VS2008 Design View VS shows this error:
Error Rendering Control - menuMainAn
unhandled exception has occurred. The
provider 'AspNetXmlSiteMapProvider'
specified for the defaultProvider does
no...
I was hoping to open a document in a menu control using a sitemap. I am using the following code in the sitemap but get an error. I would like to be able to click on the menu item, have it open the sample doc in a new window, but not to have the original page navigate to a new place (essentially to do nothing on the main page.)
<siteMap...
I'm using a sitemap and a menu control. I have a search and list page that I want to highlight the same same item in the menu control. For example, Search Widgets menu items will be (Search.aspx) and the List Widgets will be (List.aspx). The sitemap will have a single entry for "Widgets", but I need both pages to map. Any idea on how to ...
I'm getting an error saying, "Limit exceeded" when I am submitting my sitemap to Yahoo.
Can anyone explain what the error means?
Possible problems:
1. Too many submissions: we certainly don't send the sitemap 5000 times in a day.
2. The sitemap is too big: Our sitemap is a mere 40k file and gzipped.
Thanks.
...
I have a site with about 150K pages in its sitemap. I'm using the sitemap index generator to make the sitemaps, but really, I need a way of caching it, because building the 150 sitemaps of 1,000 links each is brutal on my server.[1]
I COULD cache each of these sitemap pages with memcached, which is what I'm using elsewhere on the site.....
What would be the best approach for saving site categories from sql server 2005 db for use with menu control(asp.net 3.5)?
I already have the full xml sitemap string from dataset.GetXml(), so I 'only' need to take care of writing the xml to the file and avoid locking it up because the whole site navigation depends on this sitemap.
What h...