| View previous topic :: View next topic |
| Author |
Message |
beatboxxx
Joined: 21 Nov 2006 Posts: 2
|
Posted: Tue Nov 21, 2006 11:58 am Post subject: Exclude page from search engines? |
|
|
Hi. I have a problem I cant seem to fix. On my page i have a javascript dropdown menu which i dont want search engines to read because it is very big. It consists of 434 links.
Is there a way for me to exclude it from search engines?
Thx in advance. |
|
| Back to top |
|
 |
|
|
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3646 Location: Sweden
|
Posted: Tue Nov 21, 2006 2:53 pm Post subject: Re: Exclude page from search engines? |
|
|
You can exclude it like this:
| Code: |
| <script type="text/javascript" src="/includes/menu.js"></script> |
This will redice your code, the visitors will also cach the javascript so it will only load once, not on every pageview. |
|
| Back to top |
|
 |
|