homecontact


News

Inserting Keywords

Keywords allows you to insert popular keywords which you would want your website to appear on in search engine listings.
You may think well thats quite easy all i have to do is insert as many keywords as possible and your website would be number one. The problem with do that is that google will ignore your website if it has too many keywords and its been suggested that between 9-15 keywords is about right. Try and insert keywords which match some of your content because this is something else that google and other big search engines look for.

To insert keywords in dreamweaver firstly change to the code view.

Code View

 

Now if you have a template and you want to insert tags into a page create from a template you will have to create an editable region here you will be able to have different page titles, keywords and description tags. Dreamweaver 8, CS3 automatically allows it editable. Right then hit return so that you have a space below the title tag. Go to insert: HTML, HEAD TAGS, Keywords. The dialoge box as shown below will open. (Remember you should only try and enter 9-15 keywords). All keywords just be seperate by a comma.

 

Keywords

 

Once you have inserted your keywords tag it should look something like below with your own keywords.

<meta name="keywords" content="Here,should,be,your,keywords,seperated,by,commas" />

If you would want to do some research and check out what keywords other websites like yours used you can view the source code on your browser and it will show the page view of the webpage.


Back to Top