I'm looking for a javascript code that let's me just display the content within it. The reason behind this is that I don't want the same footer information across all my clients' pages, so I'd like to put the content within a javascript so it's not indexable. If you have any ideas of a javascript code that does this, please let me know. Thanks! - Adam
<script type="text/javascript"> document.write("put all your content here"); </script> Just put that code in the footer? Or do you mean something else?
Not sure I understand this; do you not want this content indexed by search engines, or do you just want different content there on each page? Major search engines such as Google do not give text near the bottom of the page much relevance. Maintaining a footer at the bottom of each page will have a negligible effect on your search engine rankings.