SEO FAQ: Page Titles

Page Titles are arguably the most important elements of your website that you can optimize. In most cases, search engine results are greatly affected by what is in the page title. The page title itself is usually displayed in the search results as the “title” for the site listed, and can also be viewed in the top bar of your browser window.

For instance, the Page Title for this specific web page is, "SEO: Page Titles". This is also what you would see as a title when you click on this page in the search engines.

Note: If you're confused or can't decide on keywords to include in your Page Titles (or anything else really), you might be interested in Market Samurai. It presents you with the most profitable, highest traffic, lowest competition keywords in your niche. I've reviewed it on my SEO Resources page if you're interested in learning more about it.

Ask questions or post comments about Page Titles here.

3 comments (Add your own)

1. Beth Weldman wrote:
On page titles, my website is fifteen pages long. Can I use the same page title on some of the pages or do they all have to be different?

Thanks in advance. Your SEO Guide and all of the tools you have listed have been a great help to me.

Thu, August 5, 2010 @ 2:07 AM

2. Christopher Nelson wrote:
I would suggest having each Page Title different on every page. This way you are not watering down results for any one page. Sure, you can have the same business name and/or location on every Page Title, but the most important content should be first. Ideally, that will be that specific page's keywords or keyword phrases. Example:

Important Keyword Phrase | Your Location, YL | Company Name

"Important Keyword Phrase" should be different on every page in this example.

I hope that helps! Thanks for the question!

Thu, August 5, 2010 @ 2:09 AM

3. Dominika wrote:
很强的一款插件. 我挺感兴趣地本地测试了一下, 效果真的很棒. 我看到有你的链接了. 这个是插件你也参与了. 不错不错.我再给你个小小的建议, 仅仅是个人意见: 自动转换标题, 大概代码如下./** * 自动转换标题为图片 * * 可以添加一个选项是否使用自动转换标题 * 然后判断是否调用这个过滤器 * * @param sntirg $title 文章标题 文章类型: 所有 * @see the_title() * @see get_the_title() * @see apply_filters( 'the_title', $title, $post- ID ) * @return sntirg $title */function ttftitleFilter $title global $wp_query;//print_r($wp_query);/*不在文章循环中直接返回*/if !$wp_query- in_the_loop return $title;$style='';$overrides='';$title = ttftitles_render $title, $style, $overrides ;if strlen $title == 0 return; return $title; add_filter 'the_title','ttftitleFilter' ;

Wed, March 21, 2012 @ 1:49 PM

Add a New Comment

Enter the code you see below:
code
 

Comment Guidelines: No HTML is allowed. Off-topic or inappropriate comments will be edited or deleted. Thanks.