Submitting Site Map to Google for multiple site installation

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
1/28/2010 2:01:57 PM
Gravatar
Total Posts 15

Submitting Site Map to Google for multiple site installation

Hi there!

We have multiple sites installed using one physical installation of mojoportal and one database, and one IP.  We use the host name to map to each site so web.config has UseFoldersInsteadOfHostnamesForMultipleSites=false.  Everything works fine but what I'm clueless about is submitting the site map for each site to Google.   If I submit the SiteMap.ashx that's in the root directory of mojoportal, does this somehow work itself out so that site1hostname.com's site map is submitted and doesn't include the other sites' site map?  I have one site I'd like to be submitted but the other one is not something we'd really want out there even though it's not an intranet site.  I looked at the code-behind and it looks like it handles site maps for each individual site but just wanted to be sure.  Or is this question completely confusing??  Thanks for any pointers!

Thao

1/28/2010 2:11:35 PM
Gravatar
Total Posts 18439

Re: Submitting Site Map to Google for multiple site installation

Yes, you put the full url and it knows which site it is by the host name, you can test the url in the browser and verify it only has the correct urls for the site.

http://yoursiteroot/SiteMap.ashx

view the source of the rendered page to see the xml.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.