sosedoff / xml-sitemap

Easy XML sitemap generation for Ruby/Rails/Merb/Sinatra applications
MIT License
57 stars 19 forks source link

xml-sitemap does not support subdomains #9

Closed linusthe3rd closed 12 years ago

linusthe3rd commented 12 years ago

Some websites use subdomains for some aspects of their site, e.g. a blog. In my application, my site structure is the following:

www.mypage.com/ www.mypage.com/about www.mypage.com/projects blog.mypage.com/

From what I've experienced, there is no support for including blog.mypage.com/ in the sitemap.xml.

linusthe3rd commented 12 years ago

nvm, I missed the :root argument when instantiating the map object in the documentation.