c_pattle Posted January 1, 2011 Share Posted January 1, 2011 I'm not sure if this is the right place for this but anyway. I have a blog and all of the entries are stored in a database. I then use the same page to display all of the entries. So for example the URL for the first entry is "article.php?number=1" and the URL for the 6th entry is article.php?number=6". Because each article uses the same page the title for this page is always "Article". Is this bad for SEO? Should I instead echo the name of the article into the title tag each time? Thanks for any help. Quote Link to comment https://forums.phpfreaks.com/topic/223121-phpseo/ Share on other sites More sharing options...
ignace Posted January 1, 2011 Share Posted January 1, 2011 Should I instead echo the name of the article into the title tag each time? Google loves content. 10 pages all named Article versus 10 pages with different titles for which people can search for, which do you think is best? Quote Link to comment https://forums.phpfreaks.com/topic/223121-phpseo/#findComment-1153522 Share on other sites More sharing options...
BLaZuRE Posted January 1, 2011 Share Posted January 1, 2011 Use Google Webmaster Tools. Go under a section called something like HTML Suggestions or Errors similar. You'll be able to see that it doesn't like duplicate titles and probably has a tip on that. Quote Link to comment https://forums.phpfreaks.com/topic/223121-phpseo/#findComment-1153609 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.