Questions tagged [xml-sitemap]

An XML sitemap is an XML file where you provide information about the pages, videos, and other files on your site, and the relationships between them. Questions related to how XML sitemaps affect SEO are off-topic for Stack Overflow. They may be on-topic at the Webmasters Stack Exchange.

An XML sitemap is an XML file where you provide information about the pages, videos, and other files on your site, and the relationships between them. Search engines like Google read this file to more intelligently crawl your site. A sitemap tells Google which pages and files you think are important in your site, and also provides valuable information about these files: for example, for pages, when the page was last updated, how often the page is changed, and any alternate language versions of a page.

The standard for the protocol can be found at https://www.sitemaps.org/

Here is the format of a basic XML sitemap:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
      <loc>http://www.example.com/</loc>
      <lastmod>2020-01-01</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
   </url>
</urlset> 
216 questions
0
votes
1 answer

Does Google read a CodeIgniter view displayed as a sitemap?

I have created a view that displays a sitemap with codeigniter when you access into www.domain.com/sitemap.xml, but there is any real sitemap.xml file. My question is if google will read this or if i need to create a real sitemap.xml file on my…
roger.vila
  • 168
  • 1
  • 1
  • 9
0
votes
2 answers

XML Sitemap Not found error Wordpress

I am using "WordPress SEO by Yoast" plugin in my website http://www.goopro.org/ for seo and sitemap. But it shown me 404 error. Here is sitemap url... http://www.goopro.org/sitemap_index.xml Please suggest why this error occurred. And How can I…
0
votes
0 answers

How to set the right conditions in htaccess file?

I've tried for ages to fix this problem that I have. On my website I have rewriten some links with the htaccess file. The htaccess file currently looks like this: RewriteEngine on RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?sideID=$1 RewriteRule…
Knut Pedersen
  • 205
  • 1
  • 3
  • 10
0
votes
1 answer

Online Sitemap Generators not working, how can I Generate a Sitemap?

I have tried various tools online, but no matter what I do, I get around 880 webpages generated from sitemaps online. I even paid for a service that rendered only 880 webpage urls in a sitemap.xml file. There are over 1,000 members on this site,…
Solomon Closson
  • 6,111
  • 14
  • 73
  • 115
0
votes
1 answer

How To crawl my websites every products with Category on google

I am new in SEO things! and I want to create Google search result better for my PHP based website's every product. I have around 8,00,000 to 10,00,000 lac products in my website & 90-100 categories. Now I want to create SEO for all products, so…
0
votes
1 answer

XML sitemap which includes tt_news articles

Currently I'm using mc_googlesitemap. I've read that I can include tt_news articles in the xml output when using "Google Sitemap for Contents". In the documentation you have an option Table where the contents live but this is not available for me. I…
testing
  • 19,681
  • 50
  • 236
  • 417
0
votes
1 answer

Overriding Magento's Google Sitemap: how to override Mage_Sitemap_Model_Resource_Catalog_Category?

I'm trying to override Magento's functionality to create a sitemap.xml file (Catalog > Google Sitemap in the backend). The idea of my override is that not all product- and category-URLs should be included in the sitemap, I need the category-path of…
T.S.
  • 1,242
  • 13
  • 22
0
votes
1 answer

adding google sitemap header to the root element?

I'm working in creating a simple script to generate Google site maps dynamically but i have a small issue,when i viewed the normal site maps for Google i found those lines inside the main root element which called…
Dr.Neo
  • 1,240
  • 4
  • 17
  • 28
0
votes
1 answer

Google Site Map error in Umbraco

I've installed google site map on my Umbraco (I installed it in 4.9, 4.8 and 4.7). I followed steps in [this site][1] http://our.umbraco.org/projects/website-utilities/google-sitemap-for-umbraco-4-%28jespercom%29 . But when I browse…
Arjun
  • 141
  • 2
  • 7
0
votes
1 answer

How to create a sitemap for growing site that potentially will have huge amount of URLs?

I have a website that will have potentially huge amount or URLs and I would like google bot to know about them. So I figured I will use a sitemap index that will point on another sitemap index in a tree like way that the leaf level of the tree will…
Gluz
  • 3,154
  • 5
  • 24
  • 35
0
votes
3 answers

php converting date to YYYY-MM-DD hh:mm:ssTZD

I am tring to make the google news sitemap by php script from mysql.(all the date save as timestamp in +08:00) But how to converting date to YYYY-MM-DD hh:mm:ssTZD? For example 1338048000 => 2012-05-26T09:00:00+08:00 echo date("Y-m-d T…
fish man
  • 2,666
  • 21
  • 54
  • 94
-1
votes
0 answers

What happens to indexed pages if sitemap URL is changed?

I have a sitemap and for some reasons I had to change the sitemap url to a new URL. Once I change to new URL the old URL started getting error "Couldn't fetch" error. Will this have impact on already indexed URLs or not at all?
kotu b
  • 331
  • 2
  • 12
-1
votes
1 answer

Sitemap file multilingual with dynamic content

I have a DYNAMIC website with 4 different languages, I would like to set the sitemap.xml file, I have some questions to set how to start: 1- Is the sitemap.xml is still mandatory in SEO? Because I've visited so many websites well ranked and they…
-1
votes
1 answer

asp.net xml sitemap incorrect http header content

I am creating sitemap with in ashx file. Getting "Incorrect http header content-type" error when using sitemap checker tool. (https://www.xml-sitemaps.com) Any idea? Here is code: public void ProcessRequest(HttpContext context) …
Mert
  • 99
  • 12
-1
votes
1 answer

Sitemap Generator detect Only Home Page and also screaming frog detects only homepage

I am trying to generate sitemap for my website but its detecting only homepage. The following generator I used https://www.xml-sitemaps.com/ Even Yoast SEO plugin sitemap is not accepted in google webmaster tool where it says " Your Sitemap appears…
manoj
  • 43
  • 1
  • 4
1 2 3
14
15