sitemap Questions
2
Solved
Maybe I didn't understand the purpose of Sitemaps or maybe I didn't understand how to use sitemaps. Right now my sitemap is including all "dynamically" created pages, like the blog posts. But how d...
2
Solved
I follow the description on the http://docs.djangoproject.com/en/1.2/ref/contrib/sitemaps/
I from django.contrib import sitemaps add this line
(r'^sitemap\.xml$', 'django.contrib.sitemaps.views....
1
This a very basic question, but I can't find a direct answer anywhere online. When searching for my website on google, sitemap.xml and robots.txt are returned as search results (amongst more ...
Webbed asked 1/7, 2011 at 18:48
1
4
Solved
I've a program which generates XML sitemaps for Google Webmaster Tools (among other things).
GWTs is giving me errors for some sitemaps because the URLs contain character sequences like ã¾, ã‹, ã€,...
2
Solved
We are using the information that is after the hash fragment to display different pages using JavaScript, in order not to force the browser to load the whole page again. For example a direct link t...
Carpi asked 14/5, 2011 at 11:11
4
4
I am using asp.net and when I type a bad url manually(in the browser) it gives me:
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencie...
Anaclitic asked 22/2, 2011 at 19:6
2
I was wondering how can I create a sitemap using PHP & MySQL and is there any sitemap design examples you know of?
3
Solved
I would like to match "approximate" matches in Web.SiteMap
The Web.Sitemap static sitemap provider works well, except for one thing. IT'S STATIC!
So, if I would have to have a sitemapnode...
Finch asked 15/11, 2008 at 0:48
1
Solved
Having an XML sitemap is important for SEO, but should I limit the pages that are listed in the file? Here is my situation:
My client wants a high school biology review site. One of the features i...
1
I'm happy to write my own but if there's a really nice PHP script out there that i can just run on a cron and exclude directories then i'd love to hear about it!
I'd prefer to use a scraper/...
1
Solved
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. Howeve...
1
Solved
I think the C# ASP.NET SiteMap uses URL as a dictionary key internally since it has to lookup by URL all the time, and forces them to be unique. I want to use that lookup table, but I can't seem to...
Dawndawna asked 26/7, 2010 at 15:7
2
Solved
I have a site with a huge number (well, thousands or tens of thousands) of dynamic URLs, plus a few static URLs.
In theory, due to some cunning SEO linkage on the homepage, it should be possible f...
1
Solved
I'm running into an issue upgrading a project to .Net 4.0...and having trouble finding any reason for the issue (or at least, the change causing it). Given the freshness of 4.0, not a lot of blogs ...
Cabernet asked 3/5, 2010 at 19:28
4
Solved
I need to build a sitemap for my website.
The url will be "www.example.com/mysitemap.html".
I know that there are some tools that generate automatically an XML file that contains the
reachabl...
4
Solved
I've played around with Google Sitemaps on a couple sites. The lastmod, changefreq, and priority parameters are pretty cool in theory. But in practice I haven't seen these parameters affect much.
...
Pharsalus asked 10/2, 2010 at 18:16
4
Solved
I implemented a simple sitemap class using Django's default sitemap application. As it was taking a long time to execute, I added manual caching:
class ShortReviewsSitemap(Sitemap):
changefreq = &...
1
Solved
I am trying to list all the controllers and their actions with specific attributes to create a dynamic google sitemap. So that I can "mark" certain actions with an attribute so they show up in the ...
Mackler asked 31/8, 2009 at 16:12
1
Solved
For search engines and website crawlers, does the url order matter in a XML sitemap?
Currently when the sitemap is generated, I order the website urls sequentially using a unique id, in the datab...
Slade asked 13/8, 2009 at 22:28
4
I've rewritten this post to make it more simple. This is the code I've got (a HtmlHelper):
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Runtime...
Platus asked 2/7, 2009 at 15:44
1
Solved
How to bind SiteMap to a dynamically created TreeView at runtime?
1
Solved
I think I'm missing something obvious about sitemaps.
I'm trying to use a repeater to generate some navigation for a new sitemap we have on our site. But I don't want to use our normal Web.sitemap...
1
Does anyone have experience creating SQL-based ASP.NET site-map providers?
I have the default XML file web.sitemap working properly with my Menu and SiteMapPath controls, but I'll need a way for t...
© 2022 - 2024 — McMap. All rights reserved.