• 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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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" />

    Thread Starter sneak9

    (@sneak9)

    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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Google – summary of website’ is closed to new replies.