Question about http vs https sitemap xml file
Posted: Thu Feb 21, 2008 2:11 pm
I've generated an xml sitemap for the first time and am reviewing it before I upload it to Google.
All of the urls are https:// instead of http://
Is there a reason for this? If I enter the url of a category into the browser as:
it redirects to a dynamic page url with no https//:
If I enter the url as:
it goes to the category page directly and url in the browser stays the same:
Is there a reason to have all your urls in the sitemap start with https:// ?
If not, I'll probably change them to http:// because things seem to load faster.
Thanks.
All of the urls are https:// instead of http://
Is there a reason for this? If I enter the url of a category into the browser as:
Code: Select all
https://domain.com/CategoryName-C15.aspx
Code: Select all
http://domain.com/CategoryList.aspx?CategoryId=15
Code: Select all
http://domain.com/CategoryName-C15.aspx
Code: Select all
http://domain.com/CategoryName-C15.aspx
If not, I'll probably change them to http:// because things seem to load faster.
Thanks.