Yo Developer,

the subject of this question is not new.
Also true the answers were not completed yet...

I got:

<?php
<head>
<meta name="description" content="<? echo "$description"; ?>">
<meta name="keywords" content="<? echo "$keywords"; ?>">
<meta name="title" content="<? echo "$title"; ?>">
<meta name="author" content="<? echo "$keywords"; ?>">
<meta name="robots" content="index">
<meta name="robots" content="all">
<meta name="revisit-after" content="<? echo "$revisit"; ?>">
?>
(... and other irrelevant head content for my subject)

Now we can pull the $description, $keywords, and $author from a Mysql-database well then again, I think some content-manager still got to much to do... (and because mostly that will be me, I hope you can help me with a solution...

I was trying to make a script which takes relevant keywords, from the body. And then I would like to use the text between <h3></h3> for my META $description and the text between <span></span> for my $title.
But probably the most difficult thing, the keywords selected from whole <body></body>

So... if I have something like this....

<body>
Some people think that for optimizing your pages the META information is irrelevant. I know they are wrong. I have tested this shit. I have a high pagerank on Google. But of course the content of the pages is more relevant.
</body>
The ideal script selects max $keyword=

=3 from body WHERE 2 words are <6 chars.

then my var $keywords will be generated like:

$keywords="information is irrelevant, high pagerank on, pagerank on Google";

So I think my keywords will become really dynamic and relevant this way...
Anyway, who can join my thoughts and help us further?
Or maybe you have a much wiser solution to my MAKE_KEYWORDS_RELEVANT_AND_DYNAMIC_script?

Thanks...

(p.s. in SEO META is important... believe me...)

    (p.s. in SEO META is important... believe me...)

    What makes you say that? The latest SEO stuff I've been reading places much great emphasis on link placing, link text, and page content. Meta tags are barely used, especially in Google.

    Got a link to where you read this about meta tags?

      Well...

      I agree with the fact that there are a lot of things which are important to get a high pagerank.
      the first is google PAGERANK. which is a mystery, and drove many big organisations to a lawsuit, which they lost...

      Then we must be lucky enough others link to us. ( to put it that way. the more important those sites, the higher our ranking)

      Then our content like you told us,
      the last part is what we can decide for ourselves and place us higher and higher...
      body content we call it.
      but why is it lots of time when Google present sites in a search, it displays even titles and descriptions? Exactly, it does matter.
      when you really wanna get some free help, you can ask questions, I will help you.

      Anyway, I have spend many hours on getting high rankings, and to be honest... it is a lot of repeating... but then again, I have succes. one of the googlebots finds my pages within 2 days and the third day, right before I really wanna be found, i have a top 10 ranking. Within the first 3, I am satisfied, otherwise I am not.

      So, can please help someone to make another thing dynamic:
      My META? (even if you are not convinced yet, then please help me)

      Thanks in advance.

        Write a Reply...