putting key words in your title but adding javactript such as this
<script language="JavaScript"> document.title = "My web site name"; </script>
bhartzer
9:37 pm on Aug 28, 2003 (gmt 0)
No, that's not cloaking.
volatilegx
7:43 pm on Aug 29, 2003 (gmt 0)
It might help disguise title text to human viewers, though.
I guess you could call it a form of client-side cloaking. Very easy to break, though.
nippi
10:57 pm on Aug 29, 2003 (gmt 0)
my issue is, will search engine penalise for doing this.
MonkeeSage
1:19 am on Aug 30, 2003 (gmt 0)
If you set your title to one thing (e.g., fill of keyword unrelated to your site content), then afterwards set it using JS, I would say that would be cloaking (and spamming) on the assumption that the SEs don't interpret JS currently.
Jordan
nippi
2:13 am on Aug 30, 2003 (gmt 0)
If a search engine can't read it.
How can they penalise?
MonkeeSage
2:15 am on Aug 30, 2003 (gmt 0)
By a human looking at your site, or a competitor filling out a spam report.
Jordan
volatilegx
7:26 pm on Aug 30, 2003 (gmt 0)
Also, remember that just because search engines don't execute JavaScript, it doesn't mean they can't read it. For instance, certain SEs are known to penalize for JavaScript redirects... they don't execute the redirect, but they sure as heck know it's there.