|
Adding a Google Sitemap to your DNN portal |
|
If you are like me.. Your DNN portals site maps are fairly static... Yes, I am adding content, and have some RSS feed data, but I am rarely if ever adding new pages... So I decided to just use a manual process to make my SiteMaps (in lew of a better free option)... So you just need to go to an online site, that will spider and map your site for you...
I used http://www.xml-sitemaps.com
Then go ahead and upload the XML file into your portal root using the DNN file manager.
Friendly URLS are not enabled for XML files by default... So unless you want to do this, I recommend just registering a direct link to google as http://www.yoursite.com/portals/0/sitemap.xml
via https://www.google.com/webmasters/sitemaps (your gmail account will get you in)
or through the following URL format if you don't have / want an account
http://www.google.com/webmasters/sitemaps/ping?sitemap=http%3A%2F%2Fwww.danbartels.com%2Fportals%2F0%2Fsitemap.xml
That is all there is to it...
Dan