Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Jerome Gentolia
5,167 PointsImpact of <strong> and <em> tags on SEO
What is the impact of <strong> and <em> tags on SEO Does it have any impact at all?
2 Answers

Michael Arends
27,513 PointsGoogle treats text wrapped as strong and em as more important than plain text.
Source: http://www.cssnewbie.com/4-ways-css-can-improve-your-seo/#.Ul1um1CsjTo

Paul Graham
1,396 PointsThere is little to no evidence that em or strong tags affect SEO at all. The article Michael posted is from 2008. Any SEO article older than about a year should mostly be ignored as Google's algorithm is constantly changing. <b>
/<strong>
gaming killed Google from using these tags from any significant weight in the ranking algorithm.
This does not mean you shouldn't use them when they are correct and useful, it's just likely that it's irrelevant to SEO.
Jerome Gentolia
5,167 PointsJerome Gentolia
5,167 PointsThanks Michael, the link is very helpful!