Meta tag recommendations have changed over time but here is a nice article detailing some modern usage examples and best practices http://www.sitepoint.com/meta-tags-h...est-practices/
Personally, I tend to use these;
Code:
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<meta name="author" content="Beverley Hooton"/>
<meta name="keywords" content="a, dozen, useful, keywords, relating, to, page, content"/>
<meta name="description" lang="en" content="A description full of interesting info about the web page, that will hopefully entice visitors to visit from search results"/>
I just use the author one as a way of labelling my work and the keywords one just helps tie in with the main description (although it doesn't have a direct bearing on search so isnt really necessary)
Bookmarks