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

Bob Sutherton
20,160 PointsDo search engines penalize sites for sloppy code?
If you are building, say, a custom WordPress theme and you are relatively new to it perhaps there are some telling signs of that in the code.
Do search engines penalize sites for amateur code and if so, how much? How does it work?
1 Answer

SERGIO RODRIGUEZ
17,532 PointsWhat do you mean by sloppy?
If by sloppy you mean simple code using only html and css, there is NO penalization for this.
On the other hand, there will be penalization if your code:
- Relies heavily in non semantic html for styling.
- You don't use the proper title and description tags on your header tag.
- You don't include alt text or captions in your images.
- You try to use SEO black-hat techniques.
- You're content is misleading.
- You have duplicated content.
- You don't have links to every page on your site.
- Among others.
I strongly suggest you to take the SEO basics course to clear up your mind with this topic.