Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ASP.net Site Map

Hi
I am trying to add a Site Map to my site www.excel-automator.com. Is the following code correct?


<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >

    <siteMapNode title="Home" url="www.excel-automator.com">
      <siteMapNode title="Home" url="~Default.aspx">
      </siteMapNode>
      <siteMapNode title="About" url="~About.aspx">
      </siteMapNode>
      <siteMapNode title="Automation_Appointments" url="~Automation_Appointments.aspx">
      </siteMapNode>
      <siteMapNode title="Contact" url="~Contact.aspx">
      </siteMapNode>
      <siteMapNode title="Emailing" url="~Emailing.aspx">
      </siteMapNode>
      <siteMapNode title="Excel Forms" url="~Excel Forms.aspx">
      </siteMapNode>
    </siteMapNode>   

</siteMap>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

Thank you very much
When testing this site map in the Google web master area I get the following error

We encountered an error while trying to access your Sitemap. Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit.