HighDots Forums  

Status Bar and KEYWORDS

Search Engine Optimization Discussion about SEO/Search Engine Optimization (alt.internet.search-engines)


Discuss Status Bar and KEYWORDS in the Search Engine Optimization forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
rick
 
Posts: n/a

Default Status Bar and KEYWORDS - 07-14-2003 , 12:32 PM






As far as I know Google doesn't care about JavaScripts. But is it also
a case of the Status Bar (i mean a script inside xhtml code)?

I had a theory that it should count almost like TITLE TAG, but after
some investigation it seems that I was wrong and below examples would
not work at all.

An ideas?

Thanks in advance!

// <!--
// msg = "...A TEXT RICH IN KEYWORDS..."
// i = 0
// function scrollIt(){
// window.status = msg.substring(i,msg.length)
// + msg.substring(0,i-1)
// if (i < msg.length) { i++ }
// else { i=0 }
// setTimeout("scrollIt()",150)
// }
// -->

OR

<!-- Beginning of JavaScript Applet -------------------
// function scrollit_r2l(seed)
// {
// var m1 = "KEYWORD1-KEYWORD2";
// var m2 = "KEYWORD3-KEYWORD4";
// var m3 = "KEYWORD5-KEYWORD6";
// var m4 = "KEYWORD7-KEYWORD8";
// var msg=m1+m2+m3+m4;
// var out = " ";
// var c = 1;
// if (seed > 100) {
// seed--;
// var cmd="scrollit_r2l(" + seed + ")";
// timerTwo=window.setTimeout(cmd,100);
// }
// else if (seed <= 100 && seed > 0) {
// for (c=0 ; c < seed ; c++) {
// out+=" ";
// }
// out+=msg;
// seed--;
// var cmd="scrollit_r2l(" + seed + ")";
// window.status=out;
// timerTwo=window.setTimeout(cmd,100);
// }
// else if (seed <= 0) {
// if (-seed < msg.length) {
// out+=msg.substring(-seed,msg.length);
// seed--;
// var cmd="scrollit_r2l(" + seed + ")";
// window.status=out;
// timerTwo=window.setTimeout(cmd,100);
// }
// else {
// window.status=" ";
//
timerTwo=window.setTimeout("scrollit_r2l(100)",75) ;
// }
// }
// }
// // -- End of JavaScript code ---------------->

Reply With Quote
  #2  
Old   
Michael Sattler
 
Posts: n/a

Default Re: Status Bar and KEYWORDS - 07-16-2003 , 05:02 AM






nogacki (AT) interia (DOT) pl (rick) schrieb:

Quote:
As far as I know Google doesn't care about JavaScripts. But is it also
a case of the Status Bar (i mean a script inside xhtml code)?

I had a theory that it should count almost like TITLE TAG, but after
some investigation it seems that I was wrong and below examples would
not work at all.
The status bar serves the surfers as orientation and should not be
abused for any other purpose.

Besides it won't work anyway, as SEs in fact do not care about JS.

Michael



Reply With Quote
  #3  
Old   
ND
 
Posts: n/a

Default Re: Status Bar and KEYWORDS - 07-16-2003 , 06:39 PM



somehow I doubt whether google will pick up any javascript whatsoever -- too
many ways you could provide meaningless spam

regards,

n

"rick" <nogacki (AT) interia (DOT) pl> wrote

Quote:
As far as I know Google doesn't care about JavaScripts. But is it also
a case of the Status Bar (i mean a script inside xhtml code)?

I had a theory that it should count almost like TITLE TAG, but after
some investigation it seems that I was wrong and below examples would
not work at all.

An ideas?

Thanks in advance!

// <!--
// msg = "...A TEXT RICH IN KEYWORDS..."
// i = 0
// function scrollIt(){
// window.status = msg.substring(i,msg.length)
// + msg.substring(0,i-1)
// if (i < msg.length) { i++ }
// else { i=0 }
// setTimeout("scrollIt()",150)
// }
// --

OR

!-- Beginning of JavaScript Applet -------------------
// function scrollit_r2l(seed)
// {
// var m1 = "KEYWORD1-KEYWORD2";
// var m2 = "KEYWORD3-KEYWORD4";
// var m3 = "KEYWORD5-KEYWORD6";
// var m4 = "KEYWORD7-KEYWORD8";
// var msg=m1+m2+m3+m4;
// var out = " ";
// var c = 1;
// if (seed > 100) {
// seed--;
// var cmd="scrollit_r2l(" + seed + ")";
// timerTwo=window.setTimeout(cmd,100);
// }
// else if (seed <= 100 && seed > 0) {
// for (c=0 ; c < seed ; c++) {
// out+=" ";
// }
// out+=msg;
// seed--;
// var cmd="scrollit_r2l(" + seed + ")";
// window.status=out;
// timerTwo=window.setTimeout(cmd,100);
// }
// else if (seed <= 0) {
// if (-seed < msg.length) {
// out+=msg.substring(-seed,msg.length);
// seed--;
// var cmd="scrollit_r2l(" + seed + ")";
// window.status=out;
// timerTwo=window.setTimeout(cmd,100);
// }
// else {
// window.status=" ";
//
timerTwo=window.setTimeout("scrollit_r2l(100)",75) ;
// }
// }
// }
// // -- End of JavaScript code ----------------



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.