How to write a better meta information of the category page and product page?

If i have a site online store, which sells Oakley sunglassses. i want to make more people using google seach,when search the relative keywords that can easy get the site .and make google index the site page as soon as possible. how to write bitter meta information of the category page and product page ?
eg: the category name is Oakley Frogskins sunglass. on its page, how to write the title?description?keywords?

Suppoesd on the product page the product name is Cheap Oakley Frogskins sunglass 054 sale
how to write the title?description?keywords?

could you make an example? and what ways your writting?

Runeveryday,

The location where you will go to change these items will depend on how your site is built. For example in content management systems like Wordpress or Joomla, you can make these changes through the administrator back end.

If your website is custom built using static HTML pages or just built without using a CMS, you will modify the documents that are your pages. For example you will put the title text in the title tag which looks like this <title></title>. You will put your meta description in the meta tag which is configured like this <meta name=”description” content=”Your meta description will be written in here. This is what will show up in search engine results pages.” /> The meta keywords tag will also go near the meta description and is configured like this, <meta name=”keywords” content=”keyword 1, keywor2” />

All of these tags will go in between the <head></head> section of your web page and would look like this,
<html>
<head>
<title>Your Page Title</title>
<meta name=”description” content=”Your meta description will be written in here. This is what will show up in search engine results pages.” />
<meta name=”keywords” content=”keyword 1, keywor2” />
</head>
<body>
</body>
</html>

Hope that helps,

Shawn

Don’t forget to utilise the image ALT and TITLE tags.

As you mentioned, you are operating a online store then my suggestion to you, use your local place name along with your page title, will helpful to catch local customers.

Tips to improve Meta information: 1) make the words compelling, concise and informative; 2) keep it between 150 – 160 characters; 3) utilize important keywords.

Check out the following meta tag example in reference of your keyword :

<title>Cheap and affordable Oakley Frogskins sunglass 054 for sale</title>
<meta name=“description” content=“Get Cheap and affordable Oakley Frogskins sunglass 054 for sale. Hurry up and avail best price only at xyz.com” />
<meta name=“keywords” content=“cheap oakley frogskins sunglass, cheap oakley frogskins sunglass sale, cheap oakley frogskins sunglass 054 sale, sale of cheap oakley frogskins sunglass, affordable oakley frogskins sunglass, buy oakley frogskins sunglass” />