hi my dear lords :
i have a page like below :
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MySiteNav.aspx.cs" Inherits="Amlak.MySiteNav" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>My Site Nav</title>
<link href="Styles/MySiteNav.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<h3>
My Web Site Navigation
</h3>
<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" />
<asp:TreeView ID="TreeView1" runat="server" DataSourceID="SiteMapDataSource1">
</asp:TreeView>
</div>
</form>
</body>
</html>
Q's :
1-is it enough for introduce to google as my web site navigation site map?
should i add something in this page or other pages?
2-what is the regular protocol for google SiteMap ?
i googled it for this protocol ! but i seems this protocol has been deleted from google help! the other resources are too old!
thanks for halp