Announcement

Collapse
No announcement yet.

Home page forwarder and spiders

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Home page forwarder and spiders

    A couple of years ago I used a forwarder to send people coming to www.eShopAfrica.com to the home page which was www.eShopAfrica.com/acatalog/index.htm. But the problem was that the site was pretty much ignored by the search engines.

    Then someone tipped me the wink and told me to put text and lot of keywords in a proper home page at www.eShopAfrica.com/index.htm and it worked - the site listings increased

    I've just upgraded to Ver 7 and really would like the home page produced by Actinic at www.eShopAfrica.com/acatalog/index.htm to be the real home page. But if I put a forwarder back on to bring visitors to that page (which is what I have at the moment) I'm worried I'll be ignored by the spiders again. I don't want to stuff the forwarder with keywords and hidden text for fear of being banned

    Any suggestions?

    Many thanks
    cordelia
    www.eShopAfrica.com

    #2
    A way around this is to create a completely blank and empty index.html file and place it within the /documents, /web or /public_html folder (dependant on your server) and then....

    create a .htaccess file in the same root folder explained above with some thing like this in it.

    redirect 301 /index.html http://www.eshopafrica.com/acatalog/index.htm

    This should then be fine for the search engine bots and not affect you adversely...

    Comment


      #3
      Thanks!

      Thanks so much for your advice... it works like a charm. (although I'm not entirely sure how!) Do the spiders get automatically forwarded to the home page too?

      Thanks again anyway! What matters is that it works
      cordelia
      www.eShopAfrica.com

      Comment


        #4
        Basically a 301 is a permament redirect that bots and that follow:

        It is saying effectively that any request for the page index.html is now perm moved to acatalog/index.htm, so when a bot or browser hits that page, the htaccess kicks in, checks the filename match of index.html in the root folder and sends it onto the acatalog one

        Comment


          #5
          Simple - when you know how!
          cordelia
          www.eShopAfrica.com

          Comment


            #6
            I've just changed my site to use this forwarding method. However, i'm concerned that the spiders won't see the links on my homepage properly now.

            I've tried using the spider simulator by putting in my domain url. The trouble here is the relative links on the page are not being created properly.

            eg.
            If I have a link
            Code:
            <a href="Remote_Control_Systems.html">Remote Control Systems</a>
            This is being parsed as
            http://www.rfsolutions.co.uk/Remote_...l_Systems.html
            instead of
            http://www.rfsolutions.co.uk/acatalo...l_Systems.html

            Does anyone know if spiders would actually have this problem or if it is just the 'spider simulator' which has the problem?
            <a href="http://www.rfsolutions.co.uk">RF Solutions Ltd - Remote Control, Bluetooth, Zigbee, RFID, GSM and GPS Products</a>

            Comment


              #7
              spiders

              Good point - I have no idea how you tell the difference between spiders and spider simulators (unless they'r real!). I suppose the best thing is to make sure there are no relative urls on the home page
              cordelia
              www.eShopAfrica.com

              Comment


                #8
                Mike,

                your pages look Ok to me. Can you show me a link on the page that isn't working?

                Mike
                -----------------------------------------

                First Tackle - Fly Fishing and Game Angling

                -----------------------------------------

                Comment


                  #9
                  The actual links on the page are OK, but they don't work in the spider simulator because it thinks the base url is:

                  http://www.rfsolutions.co.uk/ instead of
                  http://www.rfsolutions.co.uk/acatalog/

                  I'm not sure how to change the relative url's as the home page is the top level layout page automatically generated by Actinic..
                  <a href="http://www.rfsolutions.co.uk">RF Solutions Ltd - Remote Control, Bluetooth, Zigbee, RFID, GSM and GPS Products</a>

                  Comment


                    #10
                    It looks to me like the spider simulator isn't recognising that the redirect has changed the base directory. I doubt if the SEs have the same problems and there is at least one simulator that handles the links correctly: http://tools.summitmedia.co.uk/spider/

                    For some reason this simulator forwarded my browser to a broken page, but you could see that it was picking up the links correctly.

                    Mike
                    -----------------------------------------

                    First Tackle - Fly Fishing and Game Angling

                    -----------------------------------------

                    Comment


                      #11
                      Yes thats re-assuring, thanks Mike.

                      I'm not sure where its getting the '+' and '&' broken links from, i'm not particularly concerned about these though.
                      <a href="http://www.rfsolutions.co.uk">RF Solutions Ltd - Remote Control, Bluetooth, Zigbee, RFID, GSM and GPS Products</a>

                      Comment

                      Working...
                      X