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 trialBrandon Heng
6,734 PointsMeta Tags
How does Meta Tags impact SEO? Google says don't don't use Meta Tags at all, since it's so easily abused.
1 Answer
Richard Duffy
16,488 PointsMeta tags are the documents meta data example html <meta charset="UTF-8">
this is telling the browser that the document has a character set of UCS Transformation Formatβ8-bit (had to get that bit off wikipedia". Here is a link that explains this more in depth about meta tags and robots.txt,
hope this has been of some use to you I am still learning.
Link: http://www.robotstxt.org/meta.html (for robots)
Link: https://support.google.com/webmasters/answer/79812?hl=en (for google meta tags)
Link http://www.bing.com/webmaster/help/getting-started-checklist-66a806de (bing getting started checklist)
Kindest Regards,
Richard Duffy.