CommonSiteMapProvider
Posted: Fri Oct 30, 2009 12:17 pm
Hello,
Right now all of the urls get the same priority. Is there a way to change the line in the CommonSiteMapProvider file so that I could manually code the Default.aspx page to a fixed pririotiy, such as 1.0?
siteMapItems.Add(new SiteMapUrl(GetAbsoluteUrl("~/Default.aspx"), options.DefaultChangeFrequency, options.DefaultUrlPriority));
Separate issue, but I really don't know what is happening... When I was first made aware of Google's PageRank'ing I was running an old perl cgi shopping cart. My homepage pagerank was 4. I switched to AC 5.5 several years ago and it dropped to 3. I just upgraded to 7.0.3 and now I noticed today I was dropped to a 2.
For a company that has been online for 11 years and has backlinks all over the place I just understand why I am dropping. Thank you.
Right now all of the urls get the same priority. Is there a way to change the line in the CommonSiteMapProvider file so that I could manually code the Default.aspx page to a fixed pririotiy, such as 1.0?
siteMapItems.Add(new SiteMapUrl(GetAbsoluteUrl("~/Default.aspx"), options.DefaultChangeFrequency, options.DefaultUrlPriority));
Separate issue, but I really don't know what is happening... When I was first made aware of Google's PageRank'ing I was running an old perl cgi shopping cart. My homepage pagerank was 4. I switched to AC 5.5 several years ago and it dropped to 3. I just upgraded to 7.0.3 and now I noticed today I was dropped to a 2.
For a company that has been online for 11 years and has backlinks all over the place I just understand why I am dropping. Thank you.