sitemap Questions
5
Solved
Should a highly dynamic website that is constantly generating new pages use a sitemap? If so, how does a site like stackoverflow.com go about regenerating a sitemap? It seems like it would be a dra...
Cristinecristiona asked 8/7, 2009 at 17:15
1
I am getting this error on google search console. I tried bunch of things but nothing worked. Any suggestion if i am missing something.
Description: Your Sitemap or Sitemap index file doesn't pro...
Sheehan asked 10/10, 2016 at 17:32
2
Solved
before responsive design we need mobile specific sitemaps, but with responsive design they were not needed.
But with introduction of Accelerate Mobile Pages (AMP), we are again having mobile speci...
Radmilla asked 21/5, 2016 at 15:57
1
Solved
I am trying to add language to my sitemap.xml file, but I get a "namespace prefix xhtml on link is not defined" error. How do I defined it? I cannot find anything useful on google.
Here is the fil...
1
Solved
I'm attempting to create a custom Wagtail sitemap that includes 'changefreq' and 'priority'. The default is just 'lastmod' and 'url'.
According to Wagtail docs (http://docs.wagtail.io/en/latest/ref...
4
Solved
On this page of Google help:
https://www.google.com/webmasters/tools/docs/en/sitemap-generator.html#submitting
Google mentions that there is a way to notify them of an updated sitemap using an HT...
Parcel asked 11/2, 2009 at 21:15
4
Solved
I need to generate a sitemap in a Codeigniter application. I found a few libraries but all of them are outdated and have bug.
Do I really need a separate library for this?
I want to know the be...
Relate asked 25/6, 2012 at 8:45
6
Solved
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...
2
I have a one page website which includes an English main page, and a French Main Page. One can access my website through the following URLs:
ENGLISH VERSION OF MAIN PAGE
www.example.org
www.exam...
Dichroism asked 15/1, 2016 at 17:1
3
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...
Covalence asked 30/7, 2011 at 12:51
2
Solved
I am using meteor to create simple blog system. For sitemaps files I'm using this package.
I added some initialize data in server startup function (create some post) and used below code (server/si...
Decorous asked 14/8, 2015 at 6:43
3
Solved
I'm using Tomcat 7 to host my application.
I've used a ROOT.xml file under tomcat-home\conf\Catalina\localhost
<Context
docBase="C:\Program Files\Apache Software Foundation\Tomcat 7.0\myweba...
Erotica asked 15/12, 2012 at 10:9
3
Solved
Currently I am trying to figure out how I can add dynamic query string parameters to my sitemap navigation menu. For example, the user chooses the source and edition he wants to work with. I have a...
4
Solved
I works in my project by LARAVEL.
I want to make sitemap. This is my controller:
class SitemapController extends BaseController {
public function index() {
header("Content-Type: text/xml;charse...
3
I want to generate Dynamic sitemap for my laravel project. I had already searched in so many sites for an answer. some of them describes it using composer. I didn't get how to do that. and in some ...
1
Solved
We compute our sitemap periodically with a cron job and store the results in s3.
Can we 301 redirect https://oursite.com/sitemap.xml to the sitemap.xml hosted on s3?
I know that the sitemap spec ...
3
Solved
We've had an accidental situation where our Wordpress site had the robots.txt set to disallow crawling for about 7 days. I'm now trying to play clean up and Webmaster Tools is saying "Sitemap conta...
Colorant asked 26/9, 2014 at 9:59
3
Solved
I have listing pages that take a page argument on the url like the following:
http://www.domain.com/foo/bar/?page=7
Should I just include the URL without params or should I list all pages in my ...
Anaheim asked 30/3, 2009 at 11:26
3
I use sql to select all my sites URLs from a table.
$sql = 'select * from pages where "myURL field";
However I want to be a little more specific with my query. There are a few duplicate links i...
3
Should I add PDFs to my XML sitemap?
I want to know if Google will crawl the PDFs.
Inclined asked 2/7, 2009 at 6:56
0
I have a sitemap issue.
I am working on a multilingual website and I'm trying to use the Google method to indicate alternate language pages, as it is described here : https://support.google.com/web...
Alitaalitha asked 21/7, 2014 at 11:42
2
I have the following url configuration
url(r'^sitemap\.xml$', index, {'sitemaps': sitemaps}),
url(r'^sitemap-(?P<section>.+)\.xml', cache_page(86400)(sitemap), {'sitemaps': sitemaps}),
an...
Diarist asked 14/7, 2014 at 17:4
1
Solved
I am trying to make a sitemap for my Ruby on Rails 4 application. I would use a gem like this dynamic_sitemaps but I can't use it with Heroku so I looked around and found this tutorial: http://megh...
Retsina asked 24/5, 2014 at 20:28
1
Solved
I just want to know while submitting a sitemap file to Google webmasters, what should be the name of the file?
Is it necessary to keep the sitemap filename as sitemap.xml or can I use any custom ...
Tedra asked 13/4, 2014 at 9:35
2
Solved
I've got the following classes for my sitemap generation:
public class SitemapItem
{
public SitemapItem(string url)
{
this.Url = url;
this.AlternateLinks = new List<SiteMapAlternateLink>...
Rillis asked 6/12, 2013 at 15:3
© 2022 - 2024 — McMap. All rights reserved.