iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Search Engine Optimization Forum SEO is much easier with help from peers and experts! The WebProWorld SEO forum is for the discussion and exploration of various search engine optimization topics. Any non (engine) specific SEO or SEM topics should go here.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-29-2006, 09:05 AM
adbart's Avatar
WebProWorld Veteran
 
Join Date: Apr 2005
Location: London, UK
Posts: 463
adbart RepRank 0
Default Javascript Navigation Buttons.

Hello all.

The use of javascript frequently comes up in conversation. Everyone says "no, don't touch it" when it comes to SEO. Just wondered if anyone has a technical opinion on the following code and whether or not Googlebot + others can follow these links:

In the header tag:

Code:
<script language="javascript">

//detect browser:
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3) browserVer = "1";
else if (browserName == "Microsoft Internet Explorer" && browserVer == 4) browserVer = "1";
else browserVer = "2";

//preload images:
if (browserVer == 1) {

home0 = new Image;
home0.src = "http://www.example.com/image0.PNG";
home1 = new Image;
home1.src = "http://www.example.com/image1.PNG";

}

//image swapping function:
function hiLite(imgDocID, imgObjName, comment) {
if (browserVer == 1) {
document.images[imgDocID].src = eval(imgObjName + ".src");
window.status = comment; return true;
}}


</script>
And then where the image is in the body:

Code:
Reply With Quote
  #2 (permalink)  
Old 12-29-2006, 09:22 AM
stymiee's Avatar
WebProWorld Veteran
 
Join Date: May 2006
Location: New Jersey
Posts: 429
stymiee RepRank 0
Default

That's fine because you are only using javascript for the rollovers. You have a regular hyperlink otherwise which is what is required for search engines to follow the links.
__________________
John Conde
Brainyminds Merchant Account Services eBook Giant
Reply With Quote
  #3 (permalink)  
Old 12-29-2006, 10:14 AM
adbart's Avatar
WebProWorld Veteran
 
Join Date: Apr 2005
Location: London, UK
Posts: 463
adbart RepRank 0
Default

Yes, that was my thinking too.

Anyone else got an opinion on this?
__________________
Freelance IT consultant & SEO marketing
Private message for contact information
Reply With Quote
  #4 (permalink)  
Old 12-29-2006, 10:25 AM
adbart's Avatar
WebProWorld Veteran
 
Join Date: Apr 2005
Location: London, UK
Posts: 463
adbart RepRank 0
Default

Actually, to add to this topic:

Are there any drawbacks to using image-based links like these:

(1) Will Google/others give preference to crawling text-based links to images?

(2) ... even when 'img alt=' tags are used?

(3) Should you provide text-only links in addition on any page where image links are used (perhaps in the footer)?
__________________
Freelance IT consultant & SEO marketing
Private message for contact information
Reply With Quote
  #5 (permalink)  
Old 12-30-2006, 02:46 PM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

Their has been much arguments when proposing text based links versus image/alt based links. Both seem to work well, but my experience shows that text links seem to do work the best. No evidence why.

In the end I say why not use both?
Reply With Quote
  #6 (permalink)  
Old 01-04-2007, 05:52 AM
adbart's Avatar
WebProWorld Veteran
 
Join Date: Apr 2005
Location: London, UK
Posts: 463
adbart RepRank 0
Default

Do you not think that duplicating your navigation bar (e.g. showing it once at the top of the page as images, and showing it again at the bottom of the page as text links) might have some knock-on negative value?
__________________
Freelance IT consultant & SEO marketing
Private message for contact information
Reply With Quote
  #7 (permalink)  
Old 01-05-2007, 02:39 PM
incrediblehelp's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,573
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

I guess I would have to see it in person to know for sure, but on the surface I don't see much of an issue. It is just like thumbnails that link to a page and those same thumbnails have text links linking to the same page underneath them. I don't see that as a negative.
Reply With Quote
  #8 (permalink)  
Old 01-08-2007, 08:23 PM
WebProWorld Member
 
Join Date: Dec 2006
Posts: 36
adverlicious RepRank 0
Default

Quote:
Originally Posted by adbart
Do you not think that duplicating your navigation bar (e.g. showing it once at the top of the page as images, and showing it again at the bottom of the page as text links) might have some knock-on negative value?
I think you can actually make the case that supplementary navigation links at the bottom of a page *improve* usability.

Consider the case of a long page: a user may be 2-4 "scrolls" from the top navigation ... a great opportunity to offer them high-value navigational links in the footer of the page.

My net on this topic: there's no identified downside to supplementary links and there's a likely SEO *and* usability upside.
__________________
adverlicio.us | online advertising archive
Reply With Quote
  #9 (permalink)  
Old 01-08-2007, 09:47 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Aug 2003
Location: Worldwide
Posts: 8,167
Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9
Default

Quote:
Originally Posted by adverlicious
My net on this topic: there's no identified downside to supplementary links and there's a likely SEO *and* usability upside.
That is right!
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood
SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO
Reply With Quote
  #10 (permalink)  
Old 01-08-2007, 09:48 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Aug 2003
Location: Worldwide
Posts: 8,167
Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9
Default

Have anyone mentioned here the <noscript> tag?
__________________
"Being an expert isn't telling other people what you know. It's understanding what questions to ask, and flexibly applying your knowledge to the specific situation at hand. Being an expert means providing sensible, highly contextual direction." Jeff Atwood
SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO
Reply With Quote
Reply

  WebProWorld > Search Engines > Search Engine Optimization Forum

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 01:37 AM.



Search Engine Optimization by vBSEO 3.3.0