?? sitemap.php
字號:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="5">
<tr>
<td ></td>
</tr>
</table>
<table cellpadding="2" cellspacing="1" class="tableborder">
<tr>
<th>關于 Google Sitemaps</th>
</tr>
<tr>
<td class="tablerow">
<b>提高您的網址在 Google 的可見度</b><br/>
Google Sitemaps 是您向 Google 索引提交所有網址并詳細了解您網頁在 Google 可見度的一條捷徑。通過 Google Sitemaps,Google 始終可以自動得到您所有網頁的信息及您更改網頁的時間,幫助您提高在 Google 抓取中的覆蓋率。 <p>
<b>通過 Google Sitemaps,您可以獲得:</b> <br/>
1、更大的抓取范圍,更新的搜索結果 – 幫助網友找到更多您的網頁。<br/>
2、更為智能的抓取 – 因為我們可以得知您網頁的最新修改時間或網頁的更改頻率。<br/>
3、詳細的報告 – 詳細說明 Google 如何將網友的點擊指向您的網站及 Googlebot 如何看到您的網頁。<p>
<font color="red">PHPCMS可自動生成網站的Google Sitemaps,但是您還需要向google提交Google Sitemaps的訪問地址。</font><br/>
<font color="blue">您的網站的 Google Sitemaps 訪問地址為:</font><a href="http://<?=$PHP_DOMAIN?><?=PHPCMS_PATH?>sitemap.xml" target="_blank" title="點擊查看Google Sitemaps">http://<?=$PHP_DOMAIN?><?=PHPCMS_PATH?>sitemap.xml</a><br/>
<font color="blue">更多關于Google Sitemaps的信息:</font><a href="https://www.google.com/webmasters/sitemaps/login?hl=zh_CN" target="_blank" title="點擊了解更多關于Google Sitemaps的信息">https://www.google.com/webmasters/sitemaps/login?hl=zh_CN</font>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="5">
<tr>
<td ></td>
</tr>
</table>
<table cellpadding="2" cellspacing="1" class="tableborder">
<tr>
<th colspan=2>生成 Google Sitemaps</th>
</tr>
<form name="myform" method="post" action="?mod=<?=$mod?>&file=<?=$file?>">
<tr>
<td class="tablerow" width="40%" height="30">
您希望生成多少天以內的信息鏈接:
</td>
<td class="tablerow" height="30">
<input type="text" name="maxdaynumber" value="90"> 天以內
</td>
</tr>
<tr>
<td class="tablerow" height="30">
每個欄目生成前多少條信息的鏈接:
</td>
<td class="tablerow" height="30">
<input type="text" name="maxnumber" value="500"> 條信息
</td>
</tr>
<tr>
<td class="tablerow"></td>
<td class="tablerow"><input type="submit" name="submit" value=" 生成google地圖 "></td>
</tr>
</form>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -