wordpress插件SEO Title Tag(个性化浏览器title)

 

    1. (If upgrading from prior version of SEO Title Tag, be sure to deactivate the old version beforehand.)
    2. Upload the seo-title-tag directory and the files within it to your wp-content/plugins directory.
    3. Activate the plugin.
    4. Under Presentation -> Theme Editor in the WordPress admin, select "Header" from the list and replace <title><?php bloginfo('name'); wp_title(); ?></title> (or whatever you have in your <title> container) with<title><?php if (function_exists('seo_title_tag')) { seo_title_tag(); } else { bloginfo('name'); wp_title();} ?></title>(这一步非常重要)
    5. Configure the settings under Options -> SEO Title Tag. You'll want specify a title tag for your home page which will override your blog name as the home page's title tag, specify a title tag for 404 error pages, and enable the UltimateTagWarrior support if using that plugin. You can also configure here whether you want all the rest of your site's title tags to have your blog name, or a shortened version of your blog name, or neither, appended to the end.
    6. For those of you with a static Front Page chosen under Options -> Reading, the "home page" described in the point above is actually the Posts page, and as such, the SEO Title Tag options page will actually will say "Posts Page" instead of "Home Page" - because it detects that you have selected a static Front Page. In such a scenario, in order to also customize the Front Page's title tag, specify a Title Tag on that page's Edit Page form, or within Manage -> Title Tags -> Pages.
    7. Define custom title tags for your existing posts, static pages, category pages and tag pages in the admin under Manage -> Title Tags.
    8. When writing a new post/page, define a title tag by typing something into the "Title Tag (optional)" field. If you're happy to use the post title as the title tag, then you can leave it blank.

参考连接:http://wordpress.org/extend/plugins/seo-title-tag/

 

更多内容欢迎访问围观IT

你可能感兴趣的:(wordpress,seo title tag)