website keywords?

I have a list of keywords, how do incorporate them into my website so search engines recoginize them, give an example of code b4 and after and where in the code it would go.

This entry was posted in Keywords and tagged , . Bookmark the permalink.

One Response to website keywords?

  1. gilbien03 says:

    In the code section use the meta code to insert the keywords.
    the code should be after the head tag <head>

    code example:
    <head>
    <title>Website Title</title>
    <META name="keywords" content="all keywords are specified in this part, separated by commas">
    <META name="description" content=" description about your website.">
    </head>

    also dont forget to include your website keyword on your website content and articles, search engine does not check the meta tags only but mostly the content of your website.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>