1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Use of iframes, need advice.

Discussion in 'Search Engine Optimization' started by turhapuro, Jun 18, 2007.

  1. #1
    Greetings

    I have around 30.000 pages of content at the time, but i have ran in to some
    problems with managing the site, so i would like to make some big changes.

    Now, i was thinking about useing iframes for top, side and bottom menu. So
    that each page would call menus from external file. So if i need to change
    something, i could change it from one file and it would change it on all
    30.000 pages.

    Now how does this affect search engines? Do they have problems crawling
    the site, or is it ok? Also i have been thinking about doing it in PHP, but i
    prefer iframes cause im not so good at php.

    Thank for all input!

    Sir. Turhamuro
     
    turhapuro, Jun 18, 2007 IP
    DomainMagnate, seo5 and Briant like this.
  2. nevetS

    nevetS Evolving Dragon

    Messages:
    2,544
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    135
    #2
    I wouldn't recommend iframes or frames from an internal site link structure standpoint.

    SSI (Server Side Includes) is your most high performance option for storing everything in a single file. It's pretty easy syntax, but I don't know it off the top of my head.

    PHP is as simple as
    <? include('/path/to/mymenufile.html'); ?>
    Code (markup):
    and it is actually pretty quick for simple includes.
     
    nevetS, Jun 18, 2007 IP
    CountryBoy likes this.
  3. ecart

    ecart Peon

    Messages:
    300
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I wouldn't recommend it. SE might not like it ( i'd bet they won't).
     
    ecart, Jun 18, 2007 IP
    CountryBoy likes this.
  4. turhapuro

    turhapuro Peon

    Messages:
    331
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Maybe i should do it in PHP then, cause i dont know anything about the
    SSI's. I think iframes are too risky then...
     
    turhapuro, Jun 18, 2007 IP
    skibladner likes this.