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.

Does using iframes hurt SEO?

Discussion in 'Search Engine Optimization' started by Crynos, Jan 7, 2007.

  1. #1
    I'm getting a new site coded for a niche article site. My question is, does using iframes for the navigation bar/ads (so I only update 1 file to change the entire site) hurt SEO?

    Thanks in advance,
    Colin
     
    Crynos, Jan 7, 2007 IP
  2. p2y

    p2y Peon

    Messages:
    581
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    yes,in my opinion its hardly hurts seo .
     
    p2y, Jan 7, 2007 IP
  3. vgtopics.com

    vgtopics.com Guest

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yeah.........
     
    vgtopics.com, Jan 7, 2007 IP
  4. jazz7620

    jazz7620 Banned

    Messages:
    357
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yes, coz the bots can not read the content from iframe (I guess)
     
    jazz7620, Jan 7, 2007 IP
  5. Sadu

    Sadu Peon

    Messages:
    44
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Firstly, using includes is a better way of doing what you want to do. PHP, ASP or any server side language allows you to use includes so that you make changes to your navigation from a single file.

    In PHP...

    <?php
    include('my-navigation.php');
    ?>

    my-navigation.php simply contains the HTML code for your menu.

    Generally speaking, you can assume that the bots won't be seeing your navigation if it's in an iframe, so if you must do it this way, then make sure you include the navigation links as plain text in the footer of the page.
    This way, the bots can follow the footer links, and having the iframe will not hurt you. However, iframe navigation is still a bad idea for other reasons, so the include idea is better.
     
    Sadu, Jan 7, 2007 IP
    tgo and browntwn like this.
  6. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    #6
    from what i have heard on various forums, Frames are generally not SE friendly at all..

    that doesnt mean you should never use them thought.
     
    Nima, Jan 7, 2007 IP
  7. browntwn

    browntwn Illustrious Member

    Messages:
    8,347
    Likes Received:
    848
    Best Answers:
    7
    Trophy Points:
    435
    #7
    Yes. Do it with PHP.

    I have one of my main sites, where I built it with iframes... and I lose tons of backlinks and more, cause they are on one page, not hundreds or thousands of different pages. All my newly made sites do the same thing with php. Still just one file to edit, but the seo benefits go to each page.
     
    browntwn, Jan 7, 2007 IP
  8. browntwn

    browntwn Illustrious Member

    Messages:
    8,347
    Likes Received:
    848
    Best Answers:
    7
    Trophy Points:
    435
    #8

    Great first post.
     
    browntwn, Jan 7, 2007 IP
  9. reapr

    reapr Peon

    Messages:
    1,711
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Frames suck unless you want to loose something to the SE's yet still show it on your page.

    Includes such as PHP or SSI is what you want ... SE friendly.
     
    reapr, Jan 7, 2007 IP
  10. whateverandever2

    whateverandever2 Peon

    Messages:
    881
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #10
    An Iframe is counted as a new page so the text in the iframe wont count as on page text.

    It wont hurt using an Iframe as I use them for some stuff but it depends what you use it for, dont put important stuff in one - I use mine for ads and stuff.
     
    whateverandever2, Jan 7, 2007 IP
  11. reapr

    reapr Peon

    Messages:
    1,711
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Thats what i use iframes for ads ...

     
    reapr, Jan 7, 2007 IP
  12. sitecontact

    sitecontact Member

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #12
    You're ok then
     
    sitecontact, Jun 13, 2011 IP
  13. GuidoB

    GuidoB Member

    Messages:
    327
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #13
    Yes it will hurt your SEO since the search engines can't read what's inside the iframe!
     
    GuidoB, Jun 13, 2011 IP
  14. Naumanestrats

    Naumanestrats Guest

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I agree ... It wont hurt rest of the SEO work done on the site but the text in iframe cant be readable for bots.
     
    Naumanestrats, Jun 14, 2011 IP
  15. Adnan959

    Adnan959 Member

    Messages:
    894
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    35
    #15
    Yes they do because search engines cannot actually read what the iframe contains so any information in the iframe tends to be left out be the crawlers.
     
    Adnan959, Jun 14, 2011 IP
  16. surfershot

    surfershot Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Does naming the iframe help with the seo?
    example: <iframe src="" name="" width="" height="" scrolling="" frameborder=""></iframe>

     
    surfershot, Jul 8, 2011 IP
  17. localnumberone

    localnumberone Peon

    Messages:
    152
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Using frames is not a good idea if you want search engine friendly site. You can use plain HTML or any other formats. Frames still have a problem in indexing with search engines.
     
    localnumberone, Dec 26, 2011 IP
  18. surfershot

    surfershot Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    thanks for your answer GuidoB but that's not making sense to me. How could Naming inside an iframe hurt SEO if Google can't read inside?
    Why do I frames give the option of inputing a "src", "Title" or "Name" if Google can't read inside? (Actually I know that "Name" works as an anchore tag but what about src or Title?
     
    surfershot, Dec 26, 2011 IP
  19. Matt_Baker

    Matt_Baker Peon

    Messages:
    391
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #19
    I agree with this.. I have experienced using frames and I got problem with indexing my pages on Google.
     
    Matt_Baker, Dec 26, 2011 IP
  20. golfpro1

    golfpro1 Peon

    Messages:
    3,058
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #20
    A while back using iFrames were not a good idea as the search engines hadn't evolved to be able to crawl them well, although things have improved old habits are still recommended just to be safe
     
    golfpro1, Dec 27, 2011 IP