编辑“WordPress:Search Engine Optimization for Wordpress

跳转至: 导航、​ 搜索
警告:您没有登录。如果您做出任意编辑,您的IP地址将会公开可见。如果您登录创建一个账户,您的编辑将归属于您的用户名,且将享受其他好处。

该编辑可以被撤销。 请检查下面的对比以核实您想要撤销的内容,然后发布下面的更改以完成撤销。

最后版本 您的文本
第118行: 第118行:
==Technorati 标签==
==Technorati 标签==
[http://www.technorati.com/ Technorati]是一种 "实时搜索引擎,明白blogosphere— webblog世界正在进行着什么." 根据网站, "Technorati跟踪链接的数量,了解blog的实用性,还有blog的实时功能。因为wenblog一更新,Technorati自动的接收来自weblog的通知, 它每小时可以跟踪blog世界中成千上万的更新,还监视着会话之下的交流(谁和谁正在链接)."
[http://www.technorati.com/ Technorati]是一种 "实时搜索引擎,明白blogosphere— webblog世界正在进行着什么." 根据网站, "Technorati跟踪链接的数量,了解blog的实用性,还有blog的实时功能。因为wenblog一更新,Technorati自动的接收来自weblog的通知, 它每小时可以跟踪blog世界中成千上万的更新,还监视着会话之下的交流(谁和谁正在链接)."
[http://www.technorati.com/tag/ Technorati tags] are used to categorize the different topics and information used by blogs.  Technorati uses WordPress categories as tags automatically.  You can [http://www.technorati.com/help/tags.html add more tags] by adding a <tt>rel="tag"</tt> to any link on your site.  For example:
<pre>
<a href="http://wordpress.org/" rel="tag">WordPress</a>
<a href="http://codex.wordpress.org/" rel="tag">Codex</a>
</pre>


[http://www.technorati.com/tag/ Technorati 标签] 用来分类不同的话题和blog使用的信息。  Technorati自动使用WordPress分类作为标签。你可以通过添加 <tt>rel="tag"</tt> 到你站点上的任何链接来[http://www.technorati.com/help/tags.html 加入更多标签] ,例如:
[http://www.technorati.com/tag/ Technorati 标签] 用来分类不同的话题和blog使用的信息。  Technorati自动使用WordPress分类作为标签。你可以通过添加 <tt>rel="tag"</tt> 到你站点上的任何链接来[http://www.technorati.com/help/tags.html 加入更多标签] ,例如:
第125行: 第132行:
<a href="http://codex.wordpress.org/" rel="tag">Codex</a>
<a href="http://codex.wordpress.org/" rel="tag">Codex</a>
</pre>
</pre>
There are also several WordPress plugins for maximizing Technorati tags on the [[WordPress:Plugins/Technorati|Plugins - Technorati]] list.


同样还有好几种WordPress插件可以用来在[[WordPress:Plugins/Technorati|Plugins - Technorati]]列表中最大化Technorati 标签。
同样还有好几种WordPress插件可以用来在[[WordPress:Plugins/Technorati|Plugins - Technorati]]列表中最大化Technorati 标签。
'''Note:''' In WordPress v1.5.x, Technorati will automatically recognize your category names as tags.  For more info, see: [http://www.tomrafteryit.net/wordpress-categories-technorati-tags-and-search-engine-optimisation/ WordPress Categories, Technorati Tags and Search Engine Optimisation]


'''注意:''' 在 WordPress v1.5.x版本中, Technorati 会自动的向标签一样识别你的分类名字。参见:[http://www.tomrafteryit.net/wordpress-categories-technorati-tags-and-search-engine-optimisation/ WordPress 分类, Technorati 标签和搜索引擎优化]。
'''注意:''' 在 WordPress v1.5.x版本中, Technorati 会自动的向标签一样识别你的分类名字。参见:[http://www.tomrafteryit.net/wordpress-categories-technorati-tags-and-search-engine-optimisation/ WordPress 分类, Technorati 标签和搜索引擎优化]。


'''Note:''' For optimal Technorati listing, you should include the Atom feed in the header of your theme. For this you may use the following code, which you can add somewhere between the <tt><head></tt> and <tt></head></tt> tags:


'''注意:''' 为了得到最佳的Technorati 列表, 你应该把Atom feed 包含在主题页眉中。你可以使用如下代码,你可以加在<tt><head></tt> 和 <tt></head></tt> 标签之间:
'''注意:''' 为了得到最佳的Technorati 列表, 你应该把Atom feed 包含在主题页眉中。你可以使用如下代码,你可以加在<tt><head></tt> 和 <tt></head></tt> 标签之间:
第137行: 第149行:
title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
</pre>
</pre>
Without adding the Atom feed to your header, your posts in Technorati will most likely be displayed wrongly. Which can result in the post content on Technorati duplicating the post title and listing other (meta) information, which is displayed between the post title and the real post content on your weblog.


如果没有加Atom feed到你的页眉,Technorati中你的文章很可能被错误的显示。这会导致Technorati的文章目录重复文章标题还会列出别的(meta)信息,显示在你的blog文章标题和真正的文章目录之间。
如果没有加Atom feed到你的页眉,Technorati中你的文章很可能被错误的显示。这会导致Technorati的文章目录重复文章标题还会列出别的(meta)信息,显示在你的blog文章标题和真正的文章目录之间。
== Permalinks ==
[[WordPress:Introduction_to_Blogging#Pretty_Permalinks|Permalinks]] are enhancements to your existing URLs which can improve search engine optimization by presenting your post, page, and archive URLs as something like <tt><nowiki>http://example.com/2003/05/23/my-cheese-sandwich/</nowiki></tt> rather than <tt><nowiki>http://example.com/index.php?p=423</nowiki></tt>.  See [[WordPress:Using Permalinks]] for more information.


== Permalinks ==
== Permalinks ==
[[WordPress:Introduction_to_Blogging#Pretty_Permalinks|Permalinks]]是作为你现有的URL的补充,可以通过显示在文章,页面和文档URL上如<tt><nowiki>http://example.com/2003/05/23/my-cheese-sandwich/</nowiki></tt>而不是<tt><nowiki>http://example.com/index.php?p=423</nowiki></tt>以改善搜索引擎优化。参见  [[WordPress:Using Permalinks|使用Permalinks]]。
[[WordPress:Introduction_to_Blogging#Pretty_Permalinks|Permalinks]]是作为你现有的URL的补充,可以通过显示在文章,页面和文档URL上如<tt><nowiki>http://example.com/2003/05/23/my-cheese-sandwich/</nowiki></tt>而不是<tt><nowiki>http://example.com/index.php?p=423</nowiki></tt>以改善搜索引擎优化。参见  [[WordPress:Using Permalinks|使用Permalinks]]。
As search engines use links and the <tt>title</tt> as part of their information gathering, links to posts and articles within your site gain importance with Permalinks.


因为搜索引擎使用链接和<tt>title</tt>作为它们信息采集的一部分,链接到你站点内带有Permalinks的帖子和文档显得更重要了。
因为搜索引擎使用链接和<tt>title</tt>作为它们信息采集的一部分,链接到你站点内带有Permalinks的帖子和文档显得更重要了。
See also:
* [http://www.tomrafteryit.net/boost-search-engine-optimisation-seo-using-permalinks/ Boost Search Engine Optimisation (SEO) using Permalinks]
* [http://www.deanlee.cn/wordpress/permalinks-migration-plugin/ Permalinks Migration Plugin]With this plugin, you can safely change your permalink structure without breaking the old links to your website.


参见:
参见:
* [http://www.tomrafteryit.net/boost-search-engine-optimisation-seo-using-permalinks/ 使用Permalinks 促进搜索引擎优化]
* [http://www.tomrafteryit.net/boost-search-engine-optimisation-seo-using-permalinks/ 使用Permalinks 促进搜索引擎优化]
* [http://www.deanlee.cn/wordpress/permalinks-migration-plugin/ Permalinks移动插件],使用这个插件, 你可以安全的更改你的permalink结构而不打乱原有的链接。
* [http://www.deanlee.cn/wordpress/permalinks-migration-plugin/ Permalinks移动插件],使用这个插件, 你可以安全的更改你的permalink结构而不打乱原有的链接。
As an added bonus, enable the [http://scott.yang.id.au/2005/05/permalink-redirect/ Permalink Redirect plugin].  This plugin "replies a 301 permanent redirect, if request URI is different from entry’s (or archive’s) permalink. It is used to ensure that there is only one URL associated with each blog entry."


作为附加的奖励,允许[http://scott.yang.id.au/2005/05/permalink-redirect/ Permalink重定向插件]. 这个插件"回复一个301永久重定向,如果要求URI与登陆口的permalink不同的话(或者是文档的). 它同样用来保证每个blog入口只有唯一的URL."
作为附加的奖励,允许[http://scott.yang.id.au/2005/05/permalink-redirect/ Permalink重定向插件]. 这个插件"回复一个301永久重定向,如果要求URI与登陆口的permalink不同的话(或者是文档的). 它同样用来保证每个blog入口只有唯一的URL."
== Sitemaps ==
A ''sitemap'' or "site map" is a single page listing of all the posts on your website. It is intended for your visitors to get a good overview on what your site is about and to find a blog post quickly but it also has great benefits in the search engines as a good link is always pointing to all your blog posts. By having a link to your sitemap on all your sites pages both visitors and search engines will easily get to it and find all your posts.
Here is a tutorial with three different examples of sitemaps with demos and how to set them up:
* [http://www.jimwestergren.com/tutorial-automatic-sitemap-in-wordpress/ Tutorial: Automatic Sitemap for WordPress]


== 网站地图 ==  
== 网站地图 ==  
''网站地图'' 是一个单独的页面,列出了网站上所有的文章。它致力于给你的访问者提供一个关于你的站点是关于什么的好的总览,还有可以快速的找到某个文章,它同时在搜索引擎上作为一个好的链接,总是指向你所有的blog文章,也有很大的好处。通过在网站地图上的链接,在所有页面上的访问者和搜索引擎都很容易的进入和找到所有的文章。
''网站地图'' 是一个单独的页面,列出了网站上所有的文章。它致力于给你的访问者提供一个关于你的站点是关于什么的好的总览,还有可以快速的找到某个文章,它同时在搜索引擎上作为一个好的链接,总是指向你所有的blog文章,也有很大的好处。通过在网站地图上的链接,在所有页面上的访问者和搜索引擎都很容易的进入和找到所有的文章。
Here is a tutorial with three different examples of sitemaps with demos and how to set them up:
* [http://www.jimwestergren.com/tutorial-automatic-sitemap-in-wordpress/ Tutorial: Automatic Sitemap for WordPress]


这里是三个不同的网站地图例子的演示版和如何建立它们的说明:
这里是三个不同的网站地图例子的演示版和如何建立它们的说明:


* [http://www.jimwestergren.com/tutorial-automatic-sitemap-in-wordpress/ 指南: WordPress自动网站地图]
* [http://www.jimwestergren.com/tutorial-automatic-sitemap-in-wordpress/ 指南: WordPress自动网站地图]
== Google Sitemaps ==
As of June 2005, Google is now accepting '''sitemaps''' of your site as part of their website submissions. Google needs to have this sitemap formatted in a special way using XML. You can find more information about [https://www.google.com/webmasters/sitemaps/login Google's Sitemap Submissions] from Google, and the discussion on the [http://www.wordpress.org/support WordPress Forum] about [http://wordpress.org/support/topic/35465 WordPress and Google Site maps]. 


== Google 网站地图 ==  
== Google 网站地图 ==  
在 2005年六月, Google接受了 '''网站地图'''作为它们的站点提交。Google需要使用XML的一个特殊方法来让网站地图有一个格式。你可以从Google找到更多关于 [https://www.google.com/webmasters/sitemaps/login Google的网站地图提交] 的信息,和 [http://www.wordpress.org/support WordPress 论坛]上关于 [http://wordpress.org/support/topic/35465 WordPress 和 Google 网站地图] 的讨论。
在 2005年六月, Google接受了 '''网站地图'''作为它们的站点提交。Google需要使用XML的一个特殊方法来让网站地图有一个格式。你可以从Google找到更多关于 [https://www.google.com/webmasters/sitemaps/login Google的网站地图提交] 的信息,和 [http://www.wordpress.org/support WordPress 论坛]上关于 [http://wordpress.org/support/topic/35465 WordPress 和 Google 网站地图] 的讨论。
Some utilities have been created to help the WordPress user to create a Google site map of their site for submission to Google.  For more information on these and Google sitemaps:


一些效用已经建立起来帮助WordPress用户建立Google网站地图。查看更多相关信息:
一些效用已经建立起来帮助WordPress用户建立Google网站地图。查看更多相关信息:
* [http://sitemaps.blogspot.com/ Inside Google Sitemaps (Official Google Blog)]
* [http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final Google Sitemap Generator Plugin for WordPress]
*[http://blog.leion.net/2006/06/02/adding-human-readable-google-sitemap/ Make your sitemap human readable]
*[http://andreasjuch.mywol.org/mediawiki/Google_Sitemap_Generator_for_WordPress Simple Sitemap Generator]
*[http://www.dicontas.co.uk/blog/google-sitemap-utw-tag-wordpress-plugin/ Google Sitemaps - UltimateTagWarrior Tag Plugin Addon]


* [http://sitemaps.blogspot.com/ 在Google网站地图内 (官方Google Blog)]
* [http://sitemaps.blogspot.com/ 在Google网站地图内 (官方Google Blog)]
第169行: 第216行:
*[http://www.dicontas.co.uk/blog/google-sitemap-utw-tag-wordpress-plugin/ Google Sitemaps - UltimateTagWarrior 标签插件Addon]
*[http://www.dicontas.co.uk/blog/google-sitemap-utw-tag-wordpress-plugin/ Google Sitemaps - UltimateTagWarrior 标签插件Addon]


==链接关系==
==Link Relationships==
There is some debate over whether listing the link relations actually effect search engine ranking however it is simple to implement.
*[http://www.w3.org/TR/REC-html40/struct/links.html#h-12.1.2 W3]
*[http://xmouse.ithium.net/essays/linkrels-another-wordpress-plugin/ Linkrel Plugin]
*[http://boxofchocolates.ca/archives/2004/06/12/link-relationship-plugin-for-wordpressLink rel Plugin]
*[http://blog.noontide.ca/2006/03/29/wordpress-link-rel-next-prev-index/ Theme Code]
 
==连接关系==
有一些关于是否列出链接关系实际影响搜索引擎队列的争论,尽管它很容易实现。
有一些关于是否列出链接关系实际影响搜索引擎队列的争论,尽管它很容易实现。
*[http://www.w3.org/TR/REC-html40/struct/links.html#h-12.1.2 W3]
*[http://www.w3.org/TR/REC-html40/struct/links.html#h-12.1.2 W3]
第176行: 第230行:
*[http://blog.noontide.ca/2006/03/29/wordpress-link-rel-next-prev-index/ 主题代码]
*[http://blog.noontide.ca/2006/03/29/wordpress-link-rel-next-prev-index/ 主题代码]


= More Resources and Tutorials =
There is a lot to learn about search engine optimization and site submission.  Here are just a few sites to help you learn more about how this works:


= 更多资源和指导 =
有很多有关搜索引擎优化和网站提交的东西要学习,这里是一些网站,可以帮助你学习更多关于这是如何工作知识:


= 更多资源和指导 =  
* [http://www.seobook.com/bloggers The Blogger's guide to SEO] - SEOBook.com
有很多有关搜索引擎优化和网站提交的东西要学习,这里是一些网站,可以帮助你学习更多关于这是如何工作的知识:
* [http://www.jimwestergren.com/seo-for-wordpress-blogs/ SEO for WordPress Blogs - The Complete Guide ]
* [[WordPress:WordPress_Lessons#Website_Development|More WordPress Codex Articles on Website Development]]
* [http://www.searchtools.com/robots/ All About Search Indexing Robots and Spiders]
* [http://www.tomrafteryit.net/boost-search-engine-optimisation-seo-using-permalinks/ Boost Search Engine Optimization (SEO) Using Permalinks]
* [http://www.easywebtutorials.com/blogging-tutorial/diy/ Search Engine Optimized WordPress Themes]
*[http://www.tomrafteryit.net/effectively-marketing-business-blogs/ Effectively Marketing Business Blogs]
*[http://www.cameraontheroad.com/index.php?p=193 Getting Ready for Search Engine Submissions]
* [http://www.iprospect.com/search-engine-marketing-university/ iProspect Search Engine Marketing University]
* [http://www.cameraontheroad.com/index.php?p=168 Preparation for Website Search Engine Submissions]
* [http://www.tomrafteryit.net/search-engine-optimisation-step-1-identification-of-aims/ Search Engine Optimization - Step 1. Identification of Aims]
* [http://www.tomrafteryit.net/search-engine-optimisation-step-2-benchmarking/ Search Engine Optimization - Step 2. Benchmarking]
* [http://www.tomrafteryit.net/search-engine-optimisation-step-3-keyword-and-keyphrase-research/ Search Engine Optimization - Step 3. Keyword and Keyphrase Research]
* [http://www.jafsoft.com/searchengines/webbots.html Search Engine Robots that Search Your Site ]
* [http://www.manhattanservice.com/network/list-of-free-directories-over-250/ List of 250+ directories to submit blog ]
* [http://www.0email.net/ Search Engine Test-Webpage Spider and Crawler Test]
* [http://www.searchenginewatch.com Search Engine Watch]
* [http://searchenginewatch.com/webmasters/index.php Search Engine Watch Site Submission Tips and Tricks]
* [http://searchenginewatch.com/resources/article.php/2156511 Search Engine Watch's Tips and Articles on Optimization]
* [http://www.clickz.com/search/results/article.php/3291021 Understanding Search Results Pages]
* [http://www.cameraontheroad.com/index.php?p=204 Website Development Step-by-Step]
* [http://www.tomrafteryit.net/why-is-search-engine-optimisation-important/ Why is Search Engine Optimization Important?]
* [http://www.tomrafteryit.net/wordpress-categories-technorati-tags-and-search-engine-optimisation/ WordPress Categories, Technorati Tags, and Search Engine Optimization]
* [http://seo.blorc.com/seo/wordpress-seo-first-steps/ Wordpress SEO: First Steps]
* [http://www.geek-notes.com/wordpress/25/optimize-wordpress-for-search-engines/ SEO For Wordpress Tips]
* [http://www.akamarketing.com/blog/30-wordpress-search-engine-optimization-without-code-modification.html Wordpress search engine optimization without code modification]
* [http://www.akamarketing.com/blog/31-using-wordpress-conditionals-for-search-engine-optimisation-purposes.html Using Wordpress conditionals for search engine optimisation purposes]
*[http://www.dicontas.co.uk/blog/google-to-yahoo-msn-sitemaps-creator-tool-page/    Google to Yahoo MSN Sitemaps Creator Tool]
* [http://theundersigned.net/2006/06/wordpress-and-seo/ WordPress and SEO]
* [http://www.johntp.com/2006/09/12/wordpress-plugins-needed-to-optimize-your-blog-for-search-engines/ Search Engine Optimization plugins for WordPress]
*[http://www.indiana-loans.co.uk/wordpress-plugin-seo-alt-tag-optimzer-font-resizer-tool/  SEO ALT Tag Optimization]
* [http://www.scoutblogging.com/2007/08/how_can_i_drive_more_traffic_t.html How Can I Drive More Traffic to My blog? (13 tips) ]
* [http://www.joostdevalk.nl/wordpress-seo/ WordPress SEO] - the Beginner's guide


* [http://www.seobook.com/bloggers 关于 SEO的blogger的指南] - SEOBook.com
* [http://www.seobook.com/bloggers 关于 SEO的blogger的指南] - SEOBook.com
第214行: 第303行:
* [http://www.scoutblogging.com/2007/08/how_can_i_drive_more_traffic_t.html 我如何让我的blog拥有更大的流量? (13 个小提示) ]
* [http://www.scoutblogging.com/2007/08/how_can_i_drive_more_traffic_t.html 我如何让我的blog拥有更大的流量? (13 个小提示) ]
* [http://www.joostdevalk.nl/wordpress-seo/ WordPress SEO] – 初学者指南
* [http://www.joostdevalk.nl/wordpress-seo/ WordPress SEO] – 初学者指南
=Translations=
If you have translated this article or have some similar one on your blog post a link here.
Please mark Full Translated articles with ''(t)'' and similar ones with ''(s)''.
*[http://bestpracticemarketing.com/søgemaskine-optimering-seo-for-wordpress SøgeMaskineOptimering (SEO) for WordPress] ''(t)''
*[http://webserviceethiopia.com/ye-werdpres-diregetsochin-mashashal-asfelaginet/ Ye werdpres diregetsochin mashashal asfelaginet - (Amharic version)] ''(t)''
*[http://weblog.corelist.net/archives/1384/01/03/wp-webdesign-seo/ Wp, Webdesign & SEO - وردپرس، طراحی و بهینه سازی] in Persian(فارسی). ''(s)''
*[http://blog.suchmaschinen-optimierungen.info/weblog-optimierung-suchmaschinen-wp Weblog Optimierung Suchmaschinen WP] ''(s)''
*[http://webmaster.nietzsche.at/wordpress/534-wordpress-seo-lets-do-it-all-again.php SEO für Wordpress] ''(s)''
*[http://cafeblogger.web.id/03-2007/optimasi-mesin-pencari-pada-wordpress.htm Optimasi Mesin Pencari pada  Wordpress] ''(s)''
*[http://word-press.hu/2006/12/21/seo-avagy-keresooptimalizalas.blog SEO avagy keresőoptimalizálás] ''(s)''
*[http://leandrow.net/seo-para-wordpress/ SEO para Wordpress - (Portuguese-br version)] ''(t)''
*[http://www.valent-blog.eu/2007/05/17/ottimizzazione-delle-ricerche-per-wordpress/  Ottimizzazione delle ricerche per Wordpress] ''(t)''


=翻译=
=翻译=
请注意,您对站长百科的所有贡献都可能被其他贡献者编辑,修改或删除。如果您不希望您的文字被任意修改和再散布,请不要提交。
您同时也要向我们保证您所提交的内容是您自己所作,或得自一个不受版权保护或相似自由的来源(参阅Wordpress-mediawiki:版权的细节)。 未经许可,请勿提交受版权保护的作品!
取消 编辑帮助(在新窗口中打开)