A sitemap is a easy way for webmasters to inform search engines about pages on their sites that are available for crawling. The sitemap protocol format is defined at http://www.sitemaps.org/protocol.html

learn more… | top users | synonyms (1)

0
votes
1answer
38 views

Multiple sitemaps with php

I have a website to which I add a log of pages on a regular basis. Currently I am iterating through my database to get a few hundred URLs and then adding them to sitemap-1 then getting the next few ...
-1
votes
1answer
17 views

Why does my site not show up in Google, even when i type in the exact url? [closed]

We have a website socialcrunch[dot]com, and when someone Googles this, everything show up fine. And in the past our marketing website: about[dot]socialcrunch[dot]com used to show up in this search. ...
-6
votes
0answers
36 views

Do I have to update the sitemap when I insert content in MySQL? [closed]

I have a page example.com/topic.php and I'll be using topic.php to display the content of the page just like youtube does https://www.youtube.com/watch?v=ehJbPuwMivE ,as you can see ...
0
votes
0answers
14 views

Where is the sitemap.xml file for StackOverflow.com? [migrated]

Searching Google for: filetype:xml site:stackoverflow.com gives you as the first result: Stack Overflow sitemap But clicking on it stackoverflow.com shows you a "Page Not Found" page. Here is the ...
0
votes
0answers
7 views

GSite Crawler stopped working

I use the GSite Crawler v1.23 and had been working OK till a week ago but not now. I used to execute the programme at the office and now I'm trying to run it at home but it doesn't start crawling. I ...
0
votes
1answer
29 views

Online tool for for Mock-up / wireframe / UI /sitemap creating pages with vertically flowing elements

I know that there are a lot of free tools out there to create clickable web mock-ups / wireframes. The issue I have is that with most of them you push the elements around the page to create a ...
1
vote
0answers
15 views

If robots.txt points to a sitemap in a sub-folder, can the sitemap specify URLs in the root?

Suppose I have a robots.txt file in my root, http://domain.com/robots.txt, that specifies a sitemap in a sub-folder that has a single declaration that points to a sitemap index: robots.txt Sitemap: ...
0
votes
0answers
58 views

PHP - XML Sitemap generation needs to be automated in creating Sitemap

Here is a Wordpress plugin that will, when clicked, run and create a video sitemap of all the post on the Wordpress blog. It works great and there are no problems creating the sitemap. The only draw ...
0
votes
1answer
6 views

How to change the URL that securitytrimming will redirect the user to?

I have menu items Home, About, and Contact. I only want Home to be accessible by Anon users, and About/Contact to be accessible by authenticated users. This works great using a Sitemap and using ...
0
votes
2answers
16 views

Sitemap Generator Links are not Correct for rails sitemap_generator

Getting a really strange error when leveraging the sitemap_generator in production. Here's my relevant code: SitemapGenerator::Sitemap.default_host = "http://www.wheretoski.co" ...
0
votes
1answer
38 views

Apache mod_rewrite rule for complex sitemap + index xml files

We manage sitemap (sitemap.org) files that have in the range of 500k links, which are changing often enough that we want to dynamically generate them, don't worry, we'll cache the results for a period ...
-1
votes
0answers
34 views

lost google traffic after replacing sitemap, what am I doing wrong? [closed]

Several months ago, I hand-coded a detailed set of sitemaps (& sitemap index) for my website. Previous to this, I used a basic online-generated sitemap (www.xml-sitemaps.com) for my site. My new ...
0
votes
0answers
31 views

Site Map Generation Symfony2 Bundle

Does anybody knows a good vendor bundle for symfony2 for Sitemap generation with minimal modifications.
0
votes
1answer
24 views

Sitemap and linkless pages

I have a question regarding sitemap and linkless pages (Meaning pages that are still being worked and therefore don't have links to them yet on the website but can still be accessed if you have the ...
1
vote
1answer
27 views

Google sitemap index - sitemap location with parameters

Im about to create a tool to create dynamic sitemap's for google (and generate a dynamic sitemap index page aswell). But i can't find any information about how the URL in the sitemap index has to be. ...
0
votes
0answers
8 views

Can a sitemap index file reference sitemap files under different domains? [migrated]

My company owns several domain names. We also host websites for our users at their custom domains. Our domains: company.com product1.com product2.com Users's domains: user1.com user2.com ...
-1
votes
2answers
23 views

Standard encoding for urls for Sitemap [duplicate]

I want to submit my sitemap to Google, but I don't want to mess anything up. I am also having trouble with the URLs to submit; some of them have special characters in them such as the ampersand ...
1
vote
5answers
51 views

Sitemap urls with special characters [closed]

I am creating a sitemap in php and im stuck on how i should go about the urls If i just output the url with an & in it and check the source, it shows as domain.com/some_page_with_&.html ...
0
votes
0answers
19 views

Django: Built in way to generate HTML sitemaps (not XML)

We're using the django sitemap framework to generate a search engine friendly xml sitemap. It works fine. It's nice to use and customize to your own needs. I know I could rewrite the template used ...
0
votes
1answer
19 views

Google webmaster tools: sitemaps submitted every day (?)

having sent normally the first time my sitemap.xml through webmaster tools, I notice every day submitted url's plots (beside indexed ones under optimisation->sitemaps menu) without doing anything from ...
0
votes
1answer
47 views

Sitemappath title

I want to multilanguage my sitemappath with global resource how should I do this? I tried this but doesn't work what do I wrong web.sitmap: <?xml version="1.0" encoding="utf-8" ?> ...
0
votes
0answers
19 views

XML sitemap Editor

I'm looking for a sitemap editor that can import XML documents. I need to be able to drag items around and be able to leave comments and suggestions on them. This is a collaborative project and ...
0
votes
1answer
47 views

Dynamic sitemap generation for GWT based appengine website

We are aware of the appengine limitation relating to writing files to disk. So the idea of having a dynamic sitemap via i/o seems a bit difficult for AppEngine. So here are some ideas that we wish to ...
0
votes
1answer
38 views

How can i change my sitemap after the boot.scala executed

I'm just learning lift by doing a sample app in lift. i want to show a login page and some other pages if user logged in. so how can i add those page links to the already existing sitemap in left side ...
0
votes
1answer
64 views

URL Rewriting sitemap.xml with Joomla and Xmap

I'm using Xmap to create an XML sitemap for my Joomla website. I can access the sitemap by going to index.php?option=com_xmap&view=xml&tmpl=component&id=1 I want to use Apache's URL ...
0
votes
0answers
15 views

MVC 3.0 NET Javascript/Dialog from SITEMAP

I have big problem and I dont know how to manage it. I already searched all Internet and stil I don't have any ideas. I have MVC web application. On _Layout page i'm loading menu from sitemap.xml ...
0
votes
1answer
19 views

Sitemap in Django - Titles don't show in google search

I have followed the steps in the documentation and it seems to be working as expected. I have got an automated sitemap generated: https://duelify.com/sitemap.xml Yet somehow there is no way to ...
0
votes
0answers
27 views

Define thousand of products in several languages in a sitemap

I've got an online shop with more than 70.000 products. In a few months we will have more than 200.000 products. Every product has its own url depending on the language, for example: ...
0
votes
1answer
40 views

How to include sitemap.xml from Wordpress in TYPO3

I have an installation of TYPO3 and an installation of Wordpress and want to have a sitemap.xml for search engines which includes sites from both systems. Currently the sitemap of the TYPO3 ...
1
vote
1answer
80 views

MvcSiteMapProvider not resolving depending on RouteData

I am attempting to use the MvcSiteMapProvider with an MVC 4 site, and am having a problem in a section of the site which has (for example) a Project Listing page and child Project Detail page. When ...
0
votes
1answer
15 views

google sitemap need all article in site or indexing latest only?

Right now we have sitemap that produced dynamicly with around 400 products and submit it in google sitemap for index purpose. It's always hit the server resource to produce xml format for 400 products ...
-1
votes
1answer
27 views

index pages that only can find with search [closed]

I have a website that have 5 static pages and more than 700 dynamic contents that only can access them by search. I create sitemap.xml that include 5 static pages and whole of dynamic contents. But ...
2
votes
1answer
125 views

How to render a sitemap XML file in Zend Framework 2?

Is there an already implemented mechanism to create a (HTML) sitemap from an XML file? I'm using a Python script to generate sitemaps and want to gisplay (a part of) my sitemap as HTML list.
0
votes
0answers
42 views

How to pass the sitemap XML file to the Sitemap View Helper in Zend Framework 2?

I generated a sitemap.xml file and want to create a sitemap from it: <?php $this ->navigation() ->sitemap() ->setFormatOutput(true) ->setMaxDepth(2) ; echo ...
1
vote
1answer
78 views

xsl transform of my xml sitemap is not working using php [duplicate]

I have a simple sitemap.xml file: <?xml version="1.0" encoding="ISO-8859-1"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>"home ...
0
votes
0answers
33 views

xml sitemap asp.net LinkList - need link to open in pop up that redirects to page when submit is clicked

Let's say I have a sitemap that looks like this: <LinkList ID="1"> <ColumnID>1</ColumnID> <Heading>Become a Member</Heading> <HeadURL></HeadURL> <Link> ...
0
votes
1answer
16 views

How to properly split a site?

Suppose I have a new verison of a website: http://www.mywebsite.com and I have would like to keep the older site in a sub-directory and treat it seperately: http://www.mywebsite.com/old/ My ...
0
votes
1answer
18 views

preparing sitemap of an ajax website?

I coded a website which is working full of ajax. www.example.com/#page1 www.example.com/#page2 these are the link examples of the website. I added sitemap Google Webmaster Tools. <url> ...
0
votes
0answers
65 views

MvcSiteMapProvider, Route URL and Internalization / Localisation / Multiple Language

So here's my problem: Hi have: URL #1 : http://www.mydomain.com/fr/accueil........ (FRENCH) URL #1 : http://www.mydomain.com/en/home........ (ENGLISH) URL #2 : ...
1
vote
1answer
62 views

Getting Google Sitemap Generator working: “[ERROR] When attempting to access your generated Sitemap … we failed to read it. ”

I'm trying to get Google Sitemap Generator working. Here is my (Zend Framework 2) project structure: / /... /public/... /public/sitemap.xml /public/urllist.txt /... /temp/googlesitemapgen/ ...
0
votes
1answer
36 views

XML Schema for Sitemap binding it together

I have the following code for defining XML Schema. Having a problem in keeping the lines together. Worked fine before. public static FileContentResult WriteTo(SiteMapFeed feedToFormat) { var ...
0
votes
0answers
37 views

Sitemap Script works wrong

I want to make a Sitemap which select all H2-Headlines in the HTML Code and display them in a OL-Tag. Besides under each H2-Headline are all H3-Headlines, which are after the current H2-Headline and ...
0
votes
0answers
51 views

MVCSiteMap - highlighting “parent” node when “child” node is active

I have the following sitemap xml: <mvcSiteMapNode title="Views" clickable="false" key="VIWS"> <mvcSiteMapNode title="Floorplan" controller="FloorPlans" action="Index" area="Monitoring" ...
0
votes
0answers
21 views

Adjacency list of links in web site

I have to solve one problem. I have 2, 3 web sites, with a lot of connections between them. I have to find shorter way between 2 urls. However in begining I need s.th to map this sites and makes ...
0
votes
0answers
88 views

Populate Asp Menu from sitemap in Code Behind

This is data in my SiteMap <?xml version="1.0" encoding="utf-8" ?> <siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" > <siteMapNode title="Root" roles="*"> ...
1
vote
2answers
318 views

Start tag expected, '<' not found in sitemap.xml — Not sure what's wrong

This is what my website's sitemap.xml looks like: <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> ...
0
votes
0answers
20 views

Sitemap Generation doesn't seem to work correctly

I'd been generating sitemaps without any problems up until recently, but since my host migrated my site to a new server things seem to be broken. But I'm not sure if it's a problem with the host, or ...
-1
votes
1answer
29 views

How important is my sitemap architecture [closed]

I want to know how big a role my site's sitemap architecture is for the google crawl of my site. Is it important that my products figure on the third layer ? hope i can find answers
0
votes
1answer
21 views

sitemap_generator with friendly_id produces just id in URL instead of :name

I'm using kjvarga's sitemap_generator gem and the friendly_id gem gem 'sitemap_generator', '3.4' gem "friendly_id", "~> 4.0.9" If I create a sitemap using rake:sitemap:refresh I get URLs like ...
-1
votes
1answer
51 views

Google sitemap generation [closed]

Well , i gnerated the below sitemap from xml-sitemaps.com <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ...

1 2 3 4 5 19