Bookmark Traffic

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Muff
    Confirmed User
    • Mar 2001
    • 1782

    #1

    Bookmark Traffic

    Hi all.
    I'am finding that quite a few people are bookmarking my galleries, and I wondered if there was a way that if they bookmark they are actually bookmarking my main page and not the indivdual gallery.

    thanks for the Help.

    Muff

  • Kat - Fast
    Confirmed User
    • Feb 2001
    • 2303

    #2
    this script doesn't work with IE6 - but quite a few scripts don't !


    go here bookmark.txt and view source, cut and paste it into your page body.
    If it doesn't work, post again and i'll try and find where i got it.

    Comment

    • boneprone
      Hall Of Fame
      • Jan 2001
      • 34415

      #3
      not sure what kat just said or what she was talking about..

      And yes people do bookmark galleries if they like them and they are quality. Make sure you have a link at the bottom of these galleries that goes back to your main page so they can see more.

      Also, send me some of your galleries so I can take a look and post some if they are really that good.

      [email protected]

      ------------------
      Webmaster/Owner
      www.boneprone.com
      icq: 66883099

      Industry Hall Of Fame Legend Mike Jones
      Bow to the Power - Still BP4L
      http://gfyawards.com/hall-of-fame
      Learn about it kids.

      Comment

      • Susan
        Confirmed User
        • Feb 2001
        • 772

        #4
        Kat is saying
        http://www.computerhope.com/j4.htm




        [This message has been edited by Susan (edited 04-18-2001).]
        Stupid Spice

        Comment

        • Exxxotica
          Confirmed User
          • Jan 2001
          • 4396

          #5
          Originally posted by boneprone:
          Make sure you have a link at the bottom of these galleries that goes back to your main page so they can see more.


          Forget about puting a link back to your main page... it is better to put a link back to boneprone.com at the bottom of your galleries.

          Bone has special agreement with the top search engines. By using the word boneprone on your site, your chances of getting listed in the No. 1 search engine spot will increase by 400%


          Needs some really great hosting? Black Seven

          note: I do not work for Blackseven... Im just grateful for their kick ass hosting...so quit bothering them when I hurt your feelings... pussy

          Comment

          • Juge
            Confirmed User
            • Feb 2001
            • 1917

            #6
            Create your site in frames. Then your URL remains the same at all times, no matter what links people click on. That is - for any pages that do not open in a new window. Therefore if people try to bookmark it, they will always bookmark the main page.

            But, this is not enough, because people can make your link open in a new window, and then bookmark it from here. So what you need to do is force any page that should only open in a frame to bump you back to the main frame if it is ever loaded in a window by itself.

            The code to do this is:

            Place this code on any page that should never open in a new window:

            <pre>
            if (top == self) window.alert("This is an inside frame, you are being sent to the front page.");
            if (top == self) top.location.href = "index.html";
            </pre>

            (I'm having trouble getting the code to display even with the pre and code tags, so let's see if this will work... place the above code inside javascript tags)

            This code will send any page that contains this javascript code to the index.html page. Change it as you desire.

            Hope this helps.


            ------------------
            Juge - [email protected]
            - Juge's Bikini and Thong Page
            - Juge's Weekly Wallpaper
            - Daily Bikini Babe

            Need FREE CONTENT?

            [This message has been edited by Juge (edited 04-18-2001).]

            Comment

            • Muff
              Confirmed User
              • Mar 2001
              • 1782

              #7
              I tryed that Kat it wasn't exactly what im looking for.

              what i meant was if they decide to bookmark the gallery it will add my index instead of the gallery. I don't want any extra links on the page for add to favourites or anything.

              i could build all my pages in frames like juge said but that would take me a year to go through and change all the pages that are out there.

              Muff

              Comment

              Working...