iframe

Discussion in 'Search Engine Optimization' started by Brent S, Feb 26, 2008.

  1. #1
    If I place content on a page through an iframe (the source is on my server) is that content seen by search engines and indexed?
     
    Brent S, Feb 26, 2008 IP
  2. Professional Dude

    Professional Dude Prominent Member

    Messages:
    6,261
    Likes Received:
    430
    Best Answers:
    0
    Trophy Points:
    330
    #2
    No, the frame will be considered as a different page.
     
    Professional Dude, Feb 26, 2008 IP
    bogart likes this.
  3. Brent S

    Brent S Peon

    Messages:
    216
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Is it indexed as a separate page for my site?

    If so, what page on my site does google think it belongs to?
     
    Brent S, Feb 26, 2008 IP
  4. astup1didiot

    astup1didiot Notable Member

    Messages:
    5,926
    Likes Received:
    270
    Best Answers:
    0
    Trophy Points:
    280
    #4
    You see mix results from using iframes on your web pages, and none will be benifical. You should consider using SSI to inject the content instead, that is the seo friendly method I use.
     
    astup1didiot, Feb 26, 2008 IP
  5. Brent S

    Brent S Peon

    Messages:
    216
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    never heard of SSI, where can I learn more? What makes it SEO friendly over iframe?
     
    Brent S, Feb 27, 2008 IP
  6. bogart

    bogart Notable Member

    Messages:
    10,911
    Likes Received:
    509
    Best Answers:
    0
    Trophy Points:
    235
    #6
    That's true and why frames are a bad idea.

    SSI and PHP are both good.
     
    bogart, Feb 27, 2008 IP
  7. gummybear

    gummybear Member

    Messages:
    53
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #7
    SSI is a server side include file, I think it's a pretty old technology though. If you don't have a lot of programming knowledge, just put the content in regular HTML. That's even easier to index.

    Don't use iframes, unless it's for irrelevant content, like polls/results. You want your content to be in context with your website, not on some other page all by itself. This content also won't have the links or other keywords that you want.
     
    gummybear, Feb 27, 2008 IP
  8. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #8
    As gummybear said, SSI are known as Server-Side Includes. Note that you can use PHP or another server-side programming language to do the same job.

    In fact, there's a tutorial in my signature that shows just how to do that (with both PHP and SSI). It's the second link. :)
     
    Dan Schulz, Feb 27, 2008 IP