Replies: 7 comments
-
This is an interesting issue. Requesting After some reading |
Beta Was this translation helpful? Give feedback.
-
Ah I didn't know. There are many sites with kinda bad content .. basicly what their bot crawls and spits out. However those sites are indexed by google and often under the first result site. If their content contains your links then google will have more links to your site. To be clear, I don't want to replace |
Beta Was this translation helpful? Give feedback.
-
I understand that we could support both but the sitemap is linked to in the robots.txt file, so in reality only one is used unless someone specifically visits that URL. You have the choice of linking to a GZIP'ed or non-GZIP'ed version in robots.txt. One easy way to see what to do would be to look at the robots.txt from the top 100 websites and see what they are doing. I want to understand if it's worth the extra code in the thousands of projects created from this template. It's only worth it if it will be used. |
Beta Was this translation helpful? Give feedback.
-
Google and Microsoft are using multiple sitemaps. However neither are linking the I mean.. what's the matter? They are both using the same SitemapService. |
Beta Was this translation helpful? Give feedback.
-
Agreed that gz should not be the default in robots.txt but then if it's not there I don't see any use cases for it's use unless I'm missing something. I don't want to add code that is not going to be used, it adds bloat and is more to maintain etc. |
Beta Was this translation helpful? Give feedback.
-
If you think that it is not gonna be used that often to be an valuable addition, then I'm fine with it. |
Beta Was this translation helpful? Give feedback.
-
Solid issue, I was not aware this thing even existed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi :)
First of all, thank you for this project.
I didn't see any route that handles "/sitemap.xml.gz" in the MVC6 boilerplate.
Would be cool to add that :)
Example Implementation:
Beta Was this translation helpful? Give feedback.
All reactions