首 页 ┆ 源码下载 ┆ IT学院 ┆ 字体下载 ┆ 模板下载 ┆ 源码发布 ┆ 广告合作 ┆ 网站地图 ┆ 虚拟主机 ┆ 中文域名
► 设为首页
► 加入收藏
► 联系我们
源码下载 >> ASP源码 | PHP源码 | ASP.net源码 | JSP源码 | CGI源码 | VC/C++源码 | VB源码 | Delphi源码 | Flash源码
文章学院 >> 网络编程 | 网页设计 | 图形图象 | 数据库 | 服务器 | 网络媒体 | 网络安全 | 操作系统 | 办公软件 | 软件开发 | 黑客知识
字体下载 >> 精制字体 | 非英字体 | 艺术字体 | 著名字体 | 哥特式 | 简单字体 | 手写体 | 节假日 | 图案字体 | 精度像素 | 中文字体
模板下载 >> 企业门户 | 数码网络 | 休闲娱乐 | 影视音乐 | 旅游名胜 | 文化艺术 | 电子商务 | 个性展示 | 登陆导航 | Flash模板
►►您当前的位置:源码园 → IT学院 → 黑客知识 → 网管专题 → 文章内容

动态网站制作和提交sitemap的方法--动态网站,制作,提交,sitemap,方法,网站

作者:佚名  来源:网上收集  发布时间:2007-1-16 0:24:26
*************************
          FILTERS
  Filters specify wild-card patterns that the script compares
  against all URLs it finds.  Filters can be used to exclude
  certain URLs from your Sitemap, for instance if you have
  hidden content that you hope the search engines don't find.
  Filters can be either type="wildcard", which means standard
  path wildcards (* and ?) are used to compare against URLs,
  or type="regexp", which means regular expressions are used
  to compare.
  Filters are applied in the order specified in this file.
  An action="drop" filter causes exclusion of matching URLs.
  An action="pass" filter causes inclusion of matching URLs,
  shortcutting any other later filters that might also match.
  If no filter at all matches a URL, the URL will be included.
  Together you can build up fairly complex rules.
  The default action is "drop".
  The default type is "wildcard".
  You can MODIFY or DELETE these entries as appropriate for
  your site.  However, unlike above, the example entries in
  this section are not contrived and may be useful to you as
  they are.
  ********************************************************* -->
  <!-- Exclude URLs that end with a '~'   (IE: emacs backup files)      -->
  <filter  action="drop"  type="wildcard"  pattern="*~"           />
  <!-- Exclude URLs within UNIX-style hidden files or directories       -->
  <filter  action="drop"  type="regexp"    pattern="/\.[^/]*"     />
</site>
然后你只要启动生成器,就会在网站的根目录下生成一个全新的sitemap.xml文件,把该文件提交给google就 ok了。

上一页  [1] [2] 

[] [返回上一页] [打 印]
  • 上一篇文章:用GoogleRelatedLinks检验网页优化效果--GoogleRelatedLinks,检验,网页优化,效果
  • 下一篇文章:利用“有用导出链接”增加网页的链接流行度--利用,有用导出链接,增加,网页,链接流行度

  • 相关文章:
  • 如何用JSP构建动态网站
  • 病毒Dropper链接非法网站的清除方法--病毒,Dropper,...
  • 动态网站制作和提交sitemap的方法--动态网站,制作,提...
  • 动态网站Web开发PHP、ASP还是ASP.NET--动态网站,Web...
  • [组图]用Dreamweaver实现ASP动态网站建设
  • 用JSP构建动态网站
  • PHP动态网站开发中常用的8个小技巧
关于本站 - 网站帮助 - 广告合作 - 下载声明 - 友情连接 - 网站地图 - 源码发布
Copyright © 2003-2009 Ymyasp.Com. All Rights Reserved .
备案序号:粤ICP备07029071号