Hi- how do you specify what reads in the first few lines under my website name when I do a search for my website name in Google? And also under my post titles when they show up in a keyword search?
Hi- how do you specify what reads in the first few lines under my website name when I do a search for my website name in Google? And also under my post titles when they show up in a keyword search?
Generally, they are a few lines of your page contents. You can also add a meta description to your pages.
Code: <meta type="description" value="YOUR DESCRIPTION GOES HERE">
sneak9,
A little more on what Rahul is saying. Add the meta tag to your header.php file above the 'body' tag. Like so:
<meta name="description" content="My Description" />
<meta name="keywords" content="My Keywords" />OK - many thanks - my WooTheme has a section for adding Meta info - I am assuming it is OK to use this in lieu of going into my cPanel?
This topic has been closed to new replies.