sitemap Questions

7

Solved

I'm using https://docs.djangoproject.com/en/dev/ref/contrib/sitemaps/?from=olddocs. I have a sitemap generated from api.example.me for the domain: example.com. Can I, with Django, specify a base UR...
Tegular asked 30/4, 2012 at 22:0

4

Solved

When building my Gatsby website I get the below error. I've tried to delete and reinstall npm, update the plugins, deleting (Gatsby) cache, playing around with the siteUrl and all kinds of settings...
Atavistic asked 15/5, 2022 at 16:31

2

I'm using VueJS without using Vue CLI. I would like to add a sitemap.xml to my router but I'm struggling to understand how to use the vue-router-sitemap library. I've tried using the code mentioned...
Anglicanism asked 20/7, 2021 at 20:6

0

I'm trying to use NextJS to generate the sitemap of my website. But it does have a lot of links. I would like to avoid processing all the links every sitemap.xml is accessed. I have something like ...
Crossbeam asked 12/5, 2023 at 13:0

6

I downloaded my XML sitemap from the sitemap xml generator website. I placed my sitemap.xml on my public directory but when I tried to submit the sitemap.xml into google console i received the foll...
Unpredictable asked 12/5, 2016 at 18:18

5

Solved

For the following header I get the same two errors on all my sitemaps. It's confusing because, if Google can't read my sitemap, then how can they say that each URL has the same priority? The header...
Neb asked 20/11, 2008 at 12:6

3

Solved

I was reading Google's guidelines about SEO and I found this. Help Google find your content The first step to getting your site on Google is to be sure that Google can find it. The best way to do ...

7

Solved

I have generated a sitemap from online generators, it seems to be working and even i tested it on old google search console sitemap testor and it works. but when i submit it in both versions ...
Avaria asked 25/12, 2018 at 10:49

2

Solved

I have an angular application with a small routing file like following import { NgModule } from '@angular/core'; import { PreloadAllModules, RouterModule, Routes } from '@angular/router'; const ro...
Aerate asked 31/5, 2021 at 14:26

3

Solved

What is the best way to server sitemap.xml and robots.txt with Spring MVC? I want server these files through Controller in cleanest way.
Cubiform asked 5/9, 2012 at 20:26

0

When I am running my script to generate sitemap. Also i wanted to know how can we use jquery in react js while It's showing SyntaxError: Invalid or unexpected token. If i am removing my image then ...
Stanger asked 9/5, 2022 at 9:57

5

As you may know, by using the following url, you can 'ping' google to update its record of your sitemap: https://www.google.com/ping?sitemap=URLOFSITEMAP.xml I made a script to do this pro...
Osteoplastic asked 26/8, 2009 at 5:59

3

Google recognizes an <image> tag for XML sitemaps (http://support.google.com/webmasters/bin/answer.py?hl=en&answer=178636), and I would like to include an image attribute into my sitemaps...
Jewel asked 28/4, 2012 at 13:1

11

Can anyone tell me how to create a Sitemap in .NET Core 2? These articles/alternate link are not working in .NET Core 2.
Dolan asked 12/5, 2018 at 22:42

5

Solved

I'm trying to pass a page through the W3C Validator. The validation fails on the sitemap, which I'm including like this: <link rel="sitemap" type="application/xml" title="Sitemap" href="../site...
Warsle asked 11/11, 2012 at 0:38

1

Solved

I am using @nuxtjs/sitemap as my sitemap generator, some of the routes are given by ajax. I need it to have latest api data whenever someone visit /sitemap.xml, is it possible to do it with this li...
Teresaterese asked 24/6, 2021 at 11:35

2

I have a website that has more than 1 language and I would to optimize my sitemap.xml so it will include all available languages - I found this guide on Google Webmaster Tools to use XHTML to provi...
Jayson asked 2/12, 2013 at 14:36

2

I am trying to create a sitemap such as the below and I get this error: <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml...
Nose asked 24/3, 2016 at 4:32

4

Solved

I want to create a sitemap, but I know very little about the usage of Sitemaps. I use CakePHP. There is a lot software on google and guides, but I still want ask anyway, for an easy way to create s...
Bodleian asked 24/9, 2010 at 18:16

1

I have created a file sitemap.xml and stored in app/webroot/ and this is a file I can view from browser like this example.com/sitemap.xml. I have created sitemap function in controller where I will...
Wray asked 23/8, 2016 at 11:22

5

Solved

I have been searching around using Google but I can't find an answer to this question. A robots.txt file can contain the following line: Sitemap: http://www.mysite.com/sitemapindex.xml but is i...
Straka asked 7/4, 2010 at 16:31

3

We have built a simple page app in angular, which is a loan application wizard. So every user must start at page 1, enter some info to get to page 2 etc. There is no possibility to enter othe...
Protractor asked 8/6, 2016 at 10:29

4

Solved

We want to implement a sitemap.xml feature in out CMS system. There is some argument within our developers that this feature will impact performance due to each time a change is done in the Content...
Thremmatology asked 1/9, 2009 at 12:42

0

Generating a Sitemap with multiple languages: Following Google instructions from: https://support.google.com/webmasters/answer/189077?hl=en THIS CODE: <?xml version="1.0" encoding="UTF-8"?&g...
Elyot asked 6/3, 2020 at 12:51

3

Solved

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 (mode...
Kipp asked 8/9, 2009 at 6:44

© 2022 - 2024 — McMap. All rights reserved.