Categories


Tags


什么是移动Sitemap协议,如何提交移动Sitemap协议

百度推出了移动Sitemap协议,用于将网址提交给移动搜索收录。百度移动Sitemap协议是在标准Sitemap协议基础上制定的,增加了<mobile:mobile/>标签,它有四种取值:

<mobile:mobile/> :移动网页

<mobile:mobile type="mobile"/> :移动网页

<mobile:mobile type="pc,mobile"/>:自适应网页

<mobile:mobile type="htmladapt"/>:代码适配

无该上述标签表示为PC网页

下方样例相当于向百度移动搜索提交了一个移动网页:http://m.example.com/index.html,向PC搜索提交了一个传统网页:http://www.example.com/index.html,同时向移动搜索和PC搜索提交了一个自适配网页http://www.example.com/autoadapt.html:

<?xml version="1.0" encoding="UTF-8" ?>

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"

xmlns:mobile="http://www.baidu.com/schemas/sitemap-mobile/1/">

<url>

<loc>http://m.example.com/index.html</loc>

<mobile:mobile type="mobile"/>

<lastmod>2009-12-14</lastmod>

<changefreq>daily</changefreq>

<priority>0.8</priority>

</url>

<url>

<loc>http://www.example.com/index.html</loc>

<lastmod>2009-12-14</lastmod>

<changefreq>daily</changefreq>

<priority>0.8</priority>

</url>

<url>

<loc>http://www.example.com/autoadapt.html</loc>

<mobile:mobile type="pc,mobile"/>

<lastmod>2009-12-14</lastmod>

<changefreq>daily</changefreq>

<priority>0.8</priority>

</url>

<url>

<loc>http://www.example.com/htmladapt.html</loc>

<mobile:mobile type="htmladapt"/>

<lastmod>2009-12-14</lastmod>

<changefreq>daily</changefreq>

<priority>0.8</priority>

</url>

</urlset>

按照移动Sitemap协议做好Sitemap后,在Sitemap工具点击添加新数据提交,与提交普通Sitemap方式一致。

来源:百度搜索资源平台 百度搜索学堂


Public @ 2014-08-22 16:09:43

301设置:一定要做的集中权重的方法

| 什么是网站301?● 不带www的域名301到带www的域名● 老的链接301给新的链接| 为什么做网站301?● 权重集中● 权重传递| 如何做网站301?● 服务器上,宝塔面板● 服务器技术操作● IDC服务器面板上实现● 网站程序后台实现注:index不用301给主域名;动态URL不用301给伪静态链接。(搜外网)

Public @ 2017-01-20 16:09:38

301重定向的实现方法

301重定向可以通过以下几种方法来实现: 1. 在服务器配置文件中进行设置:可以在服务器的配置文件中,配置301重定向规则。例如,在Apache服务器上,可以使用.htaccess文件来指定重定向规则。 2. 在网站的根目录下创建.htaccess文件,并添加如下代码: ``` Redirect 301 /old-page.html http://example.com/new-page.ht

Public @ 2023-07-26 20:50:23

Google网站地图Sitemap与搜索引擎优化

Google网站地图Sitemap对于搜索引擎优化(SEO)来说是非常重要的。Sitemap是一个包含网站的URL列表的XML文件,告诉搜索引擎哪些页面是网站的一部分,这样搜索引擎就可以更好地了解网站的结构和内容,更好地为用户提供搜索结果。 使用Sitemap可以帮助Google更快地了解网站的结构和内容,并且可以更快地更新搜索结果。Sitemap还可以帮助Google了解哪些页面在网站上是最重

Public @ 2023-06-05 03:50:10

头条搜索站长平台-Sitemap提交

功能说明提交sitemap工具可以向头条搜索提交网站的sitemap文件,帮助头条spider更好的抓取您的网站。您可以在此工具下选择已经验证的站点,进行验证站点的sitemap文件提交。sitemap提交后,头条搜索会根据sitemap了解网站中数据情况。sitemap要求sitemapindex文件要求sitemapindex文件根节点必须是<sitemapindex>。sitem

Public @ 2010-06-17 16:09:48

更多您感兴趣的搜索

0.445171s