Tagged Questions
A site map (or sitemap) is a list of pages of a web site accessible to crawlers or users. It can be either a document in any form used as a planning tool for web design, or a web page that lists the pages on a web site, typically organized in hierarchical fashion. This helps visitors and search engine bots find pages on the site.
13
votes
5answers
3k views
Google sitemap files for Rails projects
Is there an easy way to create a sitemaps file for Rails projects? Especially for dynamic sites (such as Stack Overflow for example) there should be a way to dynamically create a sitemaps file. What ...
3
votes
1answer
125 views
How to render a remote file with rails
I have the sitemap of www.mysite.com hosted on https://s3.amazonaws.com/mysite/sitemaps/sitemap1.xml.gz
Is it possible to configure Rails (routes, controllers, ...) to render the file sitemap1.xml ...
2
votes
3answers
367 views
How can robots.txt disallow all URLs except URLs that are in sitemap
I need to have control over what URLs are allowed to be indexed. To do this I want to allow google to index only URLs that are listed in my Sitemap(s), and disallow Google from indexing anything else.
...
2
votes
1answer
159 views
Does Bing Allow Image Sitemaps Like Google?
Does Bing allow images in their sitemaps like Google?
Please see the Google example below:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
...
2
votes
2answers
140 views
Django sitemaps with no associated object (just a view)
I'm setting up some Django sitemaps. It works really well for all the objects I have, but I'm curious about how I should do it if I'd like to put something in the sitemap that has no object associated ...
2
votes
1answer
1k views
'TemplateDoesNotExist' error with creating Sitemap for Django app
I followed the sitemap activation steps on the django site but i keep getting a 'TemplateDoesNotExist' error. Maybe i am misunderstanding, but isn't genericview supposed to generate the page?
...
2
votes
2answers
2k views
Django sitemap index example
I have following models relation:
class Section(models.Model):
section = models.CharField(max_length=200, unique=True)
name = models.CharField(max_length=200, blank = True)
class Article ...
1
vote
0answers
50 views
Django Sitemap not returning items
I have a basic sitemap created. However I'm looking to make it more Google compliant.
I have a queryset that works however when I try and access the url.items in my custom template I only get the ...
1
vote
2answers
56 views
How to future-proof a reference to a page that could change
Simple example..
Response.Redirect("/store/packages.aspx");
I'd like to reference "/store/packages.aspx" directly from the web.sitemap file, if at all possible. This way if some day down the line I ...
1
vote
3answers
121 views
How do you create an effective web site map?
We've got a non-profit site that's been up for over 10 years; though it's gone through various redesigns, it's showing its age and needs to be revamped -- inside and out. This includes the layout of ...
1
vote
1answer
74 views
Sitemaps on multiple front end servers using a http handler, is that a good idea?
Question 1
We would like to generate a site map for our CMS site
We have multiple front end servers with approx a million articles.
Environment
multiple MS SQL servers
multiple front end servers ...
1
vote
0answers
407 views
How to bind an xml sitemap string to asp:menu in ASP.NET
In my ASP.NET Page_load I have this code:
SiteMenu.DataSource = new XmlDataSource();
((XmlDataSource)SiteMenu.DataSource).ID = "menu";
((XmlDataSource)SiteMenu.DataSource).Data = "<?xml ...
1
vote
1answer
114 views
Google thinks sitemap is invalid but both sitemap index and sitemap itself pass sitemap validation. Error: Missing XML tag
From Googling around it looks like an old Google bug has come back....
http://groups.google.com/group/Google%5FWebmaster%5FHelp-Tools/browse%5Fthread/thread/4e43c2efecb881cf?pli=1
My sitemap index ...
1
vote
1answer
313 views
Can I specify a default namespace in my XSL stylesheet for each element created?
I am using .NET to transform XML from a DataSet to the sitemap format. Here is where I am at right now. As you can see, I create the root element with the correct namespace. I noticed that if I ...
0
votes
0answers
37 views
Plugin: Google XML Sitemaps- error on line 2 at column 1: Extra content at the end of the document
when i update wordpress 3.3 than the following error found plz help...
This page contains the following errors:
error on line 2 at column 1: Extra content at the end of the document
Below is a ...
0
votes
0answers
21 views
Sitemap CHMOD defaults to 0600 by itself
My sitemaps keep defaulting to 600 no matter what I change them to. I have multiple sitemaps all of which have grown to 10mb. A total of 6 now to be exact.
It has been happening since since I ...
0
votes
0answers
27 views
How to attach url with sitemap link
I am using routing like localhost:22281/home or localhost:22281/home/20
The page is properly loading and sitemap control is showing breadcrumbs correctly. When I type a URL like ...
0
votes
2answers
87 views
Asp.net Web.cofig - Moving the sitemap provider outside the web.config
We can move our connectionStrings to a separate file ie:
<connectionStrings configSource="ConnectionStrings.config"/>
It would be useful to move the sitemap section outside of web.config
...
0
votes
0answers
18 views
Software for checking links in an XML sitemap
Does anyone know of any free or open-source software for checking the validity of XML sitemap links?
Note that I need to check the status of each page and not the validity of the actual sitemap.
I ...
0
votes
1answer
71 views
Listing both sitemaps and sitemap index files in robots.txt?
My site is comprised of 3 main sections: Reviews, Forum, and Blog. I have plugins for the forum and blog that automatically generate sitemaps for them. The forum plugin generates a sitemap INDEX file ...
0
votes
0answers
39 views
How do I display sitemap for group pages?
I want to display:
home>First page
by technic sitemap for pages: first.aspx and first.aspx?id=12 and first.aspx?id=13 and first.aspx?id=14 and other sample pages.
How can I do this?
0
votes
1answer
36 views
Sitemap control
we have created on sitemap control in asp.net.we have create 'Web.Sitemap' and controls we used sitemapnode and sitemap datasource.I run it. does nt work correctly. It shows blank.
0
votes
1answer
101 views
How to create this type of index.php ? (Sitemap ?)
I have a folder with tons of .html files
My folder is root/searches
Now i have tons of files in "searches" folder as "root/searches/example.html".I want to create an index.html for this folder as ...
0
votes
1answer
198 views
How do you extend Django's sitemap module to create more complex sitemaps?
I have a supplier that wants a sitemap that contains much more meta data than what you would see in a normal search engine sitemap. As a result I would like find a tidy way of extending django's ...
0
votes
2answers
1k views
Creating Dynamic Sitemap in SharePoint
I have developed a publishing portal in sharepoint.I have a requirement wherein I need to create sitemap for the entire web application.
This should be dynamic, in the sense, whenever we update the ...
0
votes
2answers
110 views
What is the best tool or utility to create sitemap of a dynamic web based java application?
We have a web based java/JSF/Spring application for which we want to create sitempas.xml and submit to search engines.
We want the process to be automated so that whenever new content is added , the ...
0
votes
1answer
88 views
How can I generate a SiteMap, compatible with the sitemap protocol?
just signed up my site with Google Webmasters and im trying to create a Sitemap XML file.
I assumed as it is just an XML file that Google would provide a web based generator tool to generate this ...
0
votes
4answers
143 views
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 ...
0
votes
1answer
117 views
Google Crawl Stats Comparison [closed]
I'm in the proccess of speeding up the code and mysql. I'm comparing it to the crawl stats in Google Sitemaps and I was just wondering what other people are seeing for their stats.
Mine are
High: ...
0
votes
2answers
29 views
blocked links in sitemap
i'm using a online sitemap generator tool which generates links even for which are blocked in robots.txt. Is these blocked links affect site ranking ? . Is there anyway to overcome it ?
0
votes
4answers
338 views
Should I encode special character in my sitemaps?
I have some URL that contains special characters. For example:
http://www.example.com/bléèàû.html
If you type this URL in a browser, my web server would show the correct page (it can handle special ...
0
votes
4answers
2k views
A simple yet powerful web site map design tool?
I just need to draw a sitemap as a document. Visio conceptual sitemap is an overkill and not friendly. I havent tried COnceptdraw.
What I am looking for is a simple lite tool. Good if I can make a ...
0
votes
5answers
309 views
How much tolerance does google have for large site maps
I have a site map of a few thoasand pages where the only different content on them is the title attribute and the content plotted out in a google map?
Will google punish me for this as spam?
-1
votes
2answers
67 views
Django sitemaps with paginated content
I don't think this is actually possible, but is there any clean and tidy way to get paginated content working with Django sitemaps?
For example, my landing page has news on it, and there are no ...