Forum Moderators: open
now I need to know how I can hide my meta keywords from other users so that they can't copy them. how is it done?
In that file you would something like:
function meta (){
document.writeln(<meta name='keywords' content='keyword1, keyword2'>);
}
[edited by: tedster at 5:27 pm (utc) on Nov. 25, 2002]
[edit reason] hide the smilie graphic [/edit]
Google does not execute your javascript, it just indexes it and this way google will index.
<script>document.write('<meta name="something" content="something">')</script>
in stead of
<meta name="something" content="something">
and your description would be gone.
Because Google is not the *only* SE around, getting rid of meta tags altogether would be a bit over the top, think about the other engines, this time next year Google may not be what it is now, no-one knows for sure.
My advice: Leave the meta tags where they are.
<<-- I thought Googlebot doesn't read the metas anyways?
Yes googlebot does read meta tags, whether they hold much weight is another issue but googlebot *does* read them.
Dazz