Forum Moderators: goodroi

Message Too Old, No Replies

noindex meta positioning

         

jackgordon

8:08 pm on Mar 9, 2009 (gmt 0)

10+ Year Member



Hello

with regards to the noindex meta tag, does it have to appear alongside the description and title and keyword tags, or can it be positioned anywhere within the file, such as in the middle of the body area?

Thanks

phranque

10:30 pm on Mar 9, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



it belongs in the head:
The global structure of an HTML document [w3.org]

g1smd

10:33 pm on Mar 9, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



My usual order for stuff in the <head> is:

- meta content encoding
- meta content language
- title element
- meta description
- base tag
- links to CSS files
- links to JS files
- link to favicon

phranque

11:03 pm on Mar 9, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



links to JS files

i only do this when functionally required - otherwise the js <link> tags and <script> tags go just ahead of the </body> tag.