iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-22-2008, 12:33 PM
mryang's Avatar
WebProWorld Pro
 
Join Date: Jul 2003
Location: uk
Posts: 147
mryang RepRank 1
Default To NOSCRIPT or not to NOSCRIPT that is the question

Hi,

I have quite a few javascripts on my pages including menus and cart functions.... Dreamweaver gives me a warning ---FAILED--- Missing NOSCRIPT: There is no NOSCRIPT following the script.

I know why a noscript should be there, however if I put in a noscript for my navigation menu it will be a real mass of code.... so do I need to do it or ignore it or is there another solution.
__________________
http://www.dvd-and-media.com/ Largest suppliers of DVD cases in the UK
http://www.talkangling.co.uk/ Busiest fishing tackle and angling chat site in the UK
Reply With Quote
  #2 (permalink)  
Old 01-23-2008, 06:21 AM
WebProWorld Veteran
 
Join Date: Aug 2003
Location: Cornwall, UK
Posts: 972
speed RepRank 1
Default Re: To NOSCRIPT or not to NOSCRIPT that is the question

My take on this is that if the JavaScript is there to enhance the site and the site is still functional with JavaScript off then don't worry about adding what would be empty noscript tags as they do nothing.

However if the site is not usable without the JavaScript then the noscript tags must be present with alternative HTML in them.

Depending on your JavaScript you may be able to reduce the number of noscript tags by putting all your JavaScript together in one block.
Reply With Quote
  #3 (permalink)  
Old 01-25-2008, 12:46 AM
WebProWorld Veteran
 
Join Date: Jul 2003
Location: Bristol, UK
Posts: 521
carbonize RepRank 0
Default Re: To NOSCRIPT or not to NOSCRIPT that is the question

Yes what Speed said. On the odd occasion I add Javascript to my site or scripts I always make sure that the functionality it offers still works if they have Javascript disabled. I have seen sites that use a Javascript menu but if you have JS turned off they have no navigation for you. Or if you want a laugh visit the Notepad++ site and turn javascript off. Talk about ugly.
__________________
Carbonize
Reply With Quote
  #4 (permalink)  
Old 02-06-2008, 06:55 AM
mryang's Avatar
WebProWorld Pro
 
Join Date: Jul 2003
Location: uk
Posts: 147
mryang RepRank 1
Default Re: To NOSCRIPT or not to NOSCRIPT that is the question

I have my main menu system as javascript and no noscript so you are correct, without it I have no navigation!

In the process now of constructing the noscripts.

However - if I add in the noscripts does this then affect the keyword density of my pages or does google or other search engines ignore the links included inside the noscript tags? Just thinking as I don't want to add shed loads of links to each page and dilute my content.
__________________
http://www.dvd-and-media.com/ Largest suppliers of DVD cases in the UK
http://www.talkangling.co.uk/ Busiest fishing tackle and angling chat site in the UK
Reply With Quote
  #5 (permalink)  
Old 02-06-2008, 07:00 AM
WebProWorld Veteran
 
Join Date: Aug 2003
Location: Cornwall, UK
Posts: 972
speed RepRank 1
Default Re: To NOSCRIPT or not to NOSCRIPT that is the question

Google etc should read the contents of the noscript block so yes they will follow those links.

If you don't want bots to follow links the add a meta robots directive or you've always got the nofollow tag.

At the end of the day you are doing this for your visitors, which incidentally is what Google tell you to do, so I wouldn't worry about bots, visitors come first.
Reply With Quote
  #6 (permalink)  
Old 02-08-2008, 01:58 PM
mryang's Avatar
WebProWorld Pro
 
Join Date: Jul 2003
Location: uk
Posts: 147
mryang RepRank 1
Default Re: To NOSCRIPT or not to NOSCRIPT that is the question

What percentage of browsers / internet users will not have scripts already accepted and running or what percentage will get nasty browser messages?? Is it really that many to worry about?
__________________
http://www.dvd-and-media.com/ Largest suppliers of DVD cases in the UK
http://www.talkangling.co.uk/ Busiest fishing tackle and angling chat site in the UK
Reply With Quote
  #7 (permalink)  
Old 02-08-2008, 02:18 PM
WebProWorld Veteran
 
Join Date: Aug 2003
Location: Cornwall, UK
Posts: 972
speed RepRank 1
Default Re: To NOSCRIPT or not to NOSCRIPT that is the question

No idea to be honest.

I work on the principle that they could be sick of popup windows etc and running noscript in Firefox, if the site degrades and works that's all that matters rather than alienate a potential source of income because I demand they use a technology they have no wish to.

For me it's about giving the user choice.

The other point is bots need to travel the site therefore non-scripted navigation is good for them.
Reply With Quote
  #8 (permalink)  
Old 02-08-2008, 03:20 PM
Dubbya's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Nov 2006
Location: Steinbach, Manitoba, Canada
Posts: 1,300
Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4
Default Re: To NOSCRIPT or not to NOSCRIPT that is the question

I've not worried about the noscript code for years, especially considering that any of the most common browsers support javascript.

If it's an integral and necessary part of the site, leave it and let the user sort it out. They'll probably be an Ubergeek who's disabled javascript for some silly reason anyway and already have their own "workaround" by the time they hit your site.

If it's an accessibility issue, that's a horse of a different colour. If you're finding that your users are using screen reading browsers, you might want to tweak your code and/or content so they can access and navigate the site.

.02
Reply With Quote
  #9 (permalink)  
Old 02-08-2008, 05:10 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Aug 2003
Location: Worldwide
Posts: 8,164
Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9Webnauts RepRank 9
Default Re: To NOSCRIPT or not to NOSCRIPT that is the question

Side Note: Google understands <noscript>.
__________________
"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 > Webmaster, IT and Security Discussion > Web Programming Discussion 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
link in <noscript> tag counts? arin2u Search Engine Optimization Forum 2 10-10-2007 06:19 AM
noscript tag and seo sph001 Search Engine Optimization Forum 4 01-17-2007 11:35 PM
noscript tags TGO Google AdWords/Google AdSense 2 08-08-2005 05:32 PM
about the <noscript> tags... effisk Search Engine Optimization Forum 5 08-02-2004 10:34 AM
Experience with NOSCRIPT skatewarehouse Search Engine Optimization Forum 2 04-28-2004 11:43 AM


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



Search Engine Optimization by vBSEO 3.3.0