WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox 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.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-22-2008, 11:33 AM
mryang's Avatar
WebProWorld Pro
 

Join Date: Jul 2003
Location: uk
Posts: 127
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, 05:21 AM
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Cornwall, UK
Posts: 833
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.
__________________
TOLRA Micro Systems Limited US & UK Web Hosting with Continuous Data Protection
Web Directory 2 for 1 Offer : Web Directory Script
Reply With Quote
  #3 (permalink)  
Old 01-24-2008, 11:46 PM
WebProWorld Veteran
 

Join Date: Jul 2003
Location: Bristol, UK
Posts: 965
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, 05:55 AM
mryang's Avatar
WebProWorld Pro
 

Join Date: Jul 2003
Location: uk
Posts: 127
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, 06:00 AM
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Cornwall, UK
Posts: 833
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.
__________________
TOLRA Micro Systems Limited US & UK Web Hosting with Continuous Data Protection
Web Directory 2 for 1 Offer : Web Directory Script
Reply With Quote
  #6 (permalink)  
Old 02-08-2008, 12:58 PM
mryang's Avatar
WebProWorld Pro
 

Join Date: Jul 2003
Location: uk
Posts: 127
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, 01:18 PM
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Cornwall, UK
Posts: 833
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.
__________________
TOLRA Micro Systems Limited US & UK Web Hosting with Continuous Data Protection
Web Directory 2 for 1 Offer : Web Directory Script
Reply With Quote
  #8 (permalink)  
Old 02-08-2008, 02:20 PM
Dubbya's Avatar
WebProWorld 1,000+ Club
 

Join Date: Nov 2006
Location: Steinbach, Manitoba, Canada
Posts: 1,260
Dubbya RepRank 3Dubbya RepRank 3
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
__________________
Printer ink, inkjet & toner cartridges in Canada
"Price-wise printing supplies"
inkjetOasis.ca
Reply With Quote
  #9 (permalink)  
Old 02-08-2008, 04:10 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 7,399
Webnauts RepRank 3Webnauts RepRank 3
Default Re: To NOSCRIPT or not to NOSCRIPT that is the question

Side Note: Google understands <noscript>.
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Tags:



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
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 05:19 AM
noscript tag and seo sph001 Search Engine Optimization Forum 4 01-17-2007 10:35 PM
noscript tags TGO Google AdWords/Google AdSense 2 08-08-2005 04:32 PM
about the <noscript> tags... effisk Search Engine Optimization Forum 5 08-02-2004 09:34 AM
Experience with NOSCRIPT skatewarehouse Search Engine Optimization Forum 2 04-28-2004 10:43 AM


Search Engine Optimization by vBSEO 3.2.0