Javascript - Where can I find this one

Discussion in 'JavaScript' started by Voasi, Jan 23, 2007.

  1. #1
    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
     
    Voasi, Jan 23, 2007 IP
  2. giraph

    giraph Guest

    Messages:
    484
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <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?
     
    giraph, Jan 23, 2007 IP
  3. pbmods

    pbmods Guest

    Messages:
    18
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    pbmods, Jan 28, 2007 IP