Noscript.

8.18.2009

The <noscript> element can be used indicate content to be displayed if the desired scripting language (usually JavaScript) is not available in the browser. Here are a couple of finer points about <noscript> that I'd like to remember:

  • Even if a browser does have the desired scripting language available, content inside the <noscript> tag is downloaded to the browser, and is available to the DOM. It is simply not rendered. Assets such as Flash files and images are not downloaded by the browser.
  • Moving content inside the <noscript> tag can affect SEO. Most search engines do not index <noscript> tag. Even those that do index <noscript> content would not weight it as highly as plain content.

Permalink

Tags: code web-design xhtml

Authorized users may log-in to leave a comment.

Last Blog: The Cost of Being Poor.

Next Blog: Wil Wheaton Would Turn His Flash Off.