Announcement

Collapse
No announcement yet.

Google is my friend... and then not !

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

    Google is my friend... and then not !

    My original site was started in V4: www.secondemain.ca
    My site was constructed with two frames: a navigation frame (up) and the catalog or site pages in the bottom frame.
    I sell used books.
    Google send buyer directly to the html page of a book... but not with all the surrouding frames. The site's navigation is not shown.
    Is there a way to prevent this problem ?
    Thank you !
    Bernard Morin

    #2
    Frames are a big no no as what you descibe is a big pain.


    I am sure you will find a script to stop this happening or better, choose an actinic theme that has no frames next time.

    Try this thread http://community.actinic.com/showthr...ghlight=frames
    Owner of a broken heart

    Comment


      #3
      As Gary says bin the frames ASAP as they are nightmare in this day and age..I used the following script before removing the frames from a very old site to ensure the fameset is loaded and not just the child page....


      <SCRIPT LANGUAGE="JavaScript">
      <!-- Begin
      if (parent.location.href == self.location.href) {window.location.href = 'frame_name.html';}
      // End -->
      </script>


      place in the <HEAD> of your product pages


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        I want to thank everybody for their answers !
        I usually search the Knowledge Base first !
        This time I thought I was the « only » one having this problem. Bad call !
        Bernard Morin

        Comment

        Working...
        X