|
Posted by Jonathan N. Little on 09/26/06 15:25
Frank wrote:
> Hi
> I have a web site and I want to increase it's visitors.I want to design
> my site in a manner
> that search engines show it in top of their search results.
> I know that the keywords in title of html is very important for search
> engines.
> In addition to title , what should I do to show my important keywords
> to search engines??
> What tag shoud I put in my keywords??
Actually Frank search engines are getting more sophisticated and the
actual *quality* of your content and how many other *relevant* web pages
link to your page is what determines your pages ranking. But to answer
your question, keywords are put in the document HEAD in a META tag:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta name="keywords" content="list, your, keywords, here">
...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|