Thursday, April 30, 2009

Meta tags in blogger

If you want to put meta tags in your blog for example the description tag that shows up in some search engines, you need to tweak it a little bit. the tag needs to end with '"/>' not just '">'.

So go to the Layout tab, select edit html, find your <title> tag, right beneath it enter for example:

<meta name="description" content="Solutions to technical problems that I come across. Usually for general use of Ubuntu and writing code for the NVIDIA CUDA architecture."/>

Solution source: http://www.sitepoint.com/forums/showthread.php?t=517353

No comments:

Post a Comment