Linux 软件免费装

SEO Internal Link Shortcode

开发者 prometh
更新时间 2014年1月15日 08:16
PHP版本: 3.2 及以上
WordPress版本: 3.8

标签

post posts plugin links page shortcodes tags pages seo categories shortcode tag content permalinks permalink taxonomy link html5 optimization relative url urls category optimize microformats schema schema.org microdata microformat shortlinks structured-data

下载

0.1 0.1.1

详情介绍:

This plugin allows you to create internal <a> links within your content that will not break when things get renamed or moved. While there are similar plugins available, they do not offer important SEO options. You can add any HTML attribute to your link as long as it's prefixed with "attr_". And because it supports attributes that may not currently exist, it is future proof. Examples:
  1. Link to a post/page by ID or slug
  2. Shortcode: [link id="1234"/]
  3. Shortcode: [link slug="post-slug"/]
  4. Output: <a href="http://domain.com/post-slug/">Post Title</a>
  5. Link to a category by slug
  6. Shortcode: [link cat="cat-slug"/]
  7. Output: <a href="http://domain.com/cat-slug/">Category Name</a>
  8. Link to a tag by slug
  9. Shortcode: [link tag="tag-slug"/]
  10. Output: <a href="http://domain.com/tag-slug/">Tag Name</a>
  11. Custom text instead of retrieved title
  12. Shortcode: [link id="1234"]custom text[/link]
  13. Output: <a href="http://domain.com/post-slug/">custom text</a>
  14. Additional attributes for SEO/other
  15. Shortcode: [link id="1234" attr_rel="something" attr_itemprop="specialty"/]
  16. Output: <a href="http://domain.com/post-slug/" rel="something" itemprop="specialty">Post Title</a>

安装:

  1. Download the plugin (zip file).
  2. Upload and activate the plugin through the "Plugins" menu in the WordPress admin.

更新日志:

0.1.1 0.1