Developer
Supported
Sitemap Module
ExpressionEngine 2, ExpressionEngine 3, ExpressionEngine 4, ExpressionEngine 5, ExpressionEngine 6
Back to this add-on's main page
View Other Add-ons From PutYourLightsOn
Add sitemap as sitemap.xml
Support (Resolved)
Ngon Com
|
Posted: 06 July 2015 11:45 AM |
|
|
|
Hi,
I often create sitemap with this link: domain.com/sitemap, but some SEO plugin not recognize it.
So I really want to create a sitemap link domain.com/sitemap.xml to fix this.
Second, recently I get error from Google Webmaster when submit sitemap: http://i57.tinypic.com/23wmbr4.png
Thank so much!
|
|
|
PutYourLightsOn
|
Posted: 07 July 2015 08:43 AM |
# 1
|
|
Developer
|
To use sitemap.xml, you can simply add this rule to your .htaccess file:
RewriteRule ^sitemap\.xml$ /sitemap [L]
As for the Google Webmaster Tools errors, I’d check to make sure that you’ve set both Priority and Change Frequency values for all of your included channels.
|
|
|
Ngon Com
|
Posted: 07 July 2015 11:47 AM |
# 2
|
|
|
Thank so much, Ben!
I’ve checked and seem the first item missing both changefreq and priority value.
|
|
|
PutYourLightsOn
|
Posted: 07 July 2015 11:50 AM |
# 3
|
|
Developer
|
Great - so does that clear all this up for you then?
|
|
|
Ngon Com
|
Posted: 07 July 2015 12:16 PM |
# 4
|
|
|
Everything works well, thank!
|
|
|