Linux 软件免费装

SEO friendly and HTML valid subheadings

开发者
更新时间 2009年1月5日 18:51
PHP版本: 1.5 及以上
WordPress版本: 2.7

标签

SEO headings

下载

1.0 1.1

详情介绍:

When coming up with an SEO optimized theme, you should take care of the following: This causes an issue with subheadings when composing your posts. In the category pages the articles titles will be the H2, but in the individual posts the articles titles will be the H1. Do you set your subheadings to start at H2 and please the single pages, or H3 and please the category pages? This plugin resolves the issue by replacing subheading tags with the following on pages where the plugin tag is added:

安装:

  1. Download
  2. Unzip the contents of the downloaded folder
  3. Upload the wp-seo-html-valid-subheadings.php file to the /wp-content/plugins/ directory of your WordPress installation.
  4. Log in to your WordPress dashboard and activate the wp_date_with_a_nice_tone plugin that should now be visible in the list.
  5. Go into the theme and place the code <? add_filter('the_content', 'heading_replacement_filter_headings'); ?> on any page which outputs multiple posts, such as the home page, category pages, archive pages and tag pages. Place the code at the top of each file, to ensure it comes before the WordPress loop and the wp_content tag.