Iframe and SEO

Discussion in 'Search Engine Optimization' started by Tom_e_rock, Jul 24, 2006.

  1. #1
    I have recently given out an Iframe code to display a music chart on their website..

    Would this iframe code, help me with search engine optimization as the engine will see in the code that its iframing my page?

    And secondly, if in my i-frame code was a link to my site, would that count as an inbound link?

    Thanks
     
    Tom_e_rock, Jul 24, 2006 IP
  2. Voasi

    Voasi Active Member

    Messages:
    1,054
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    88
    #2
    SE's have a hard time with any type of frame. Is there a need for it? Sometimes it can even be considered spam, so use at your own risk. :)
     
    Voasi, Jul 25, 2006 IP
  3. BILZ

    BILZ Peon

    Messages:
    1,515
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I-frames are usually not read by search engine spiders. I have never seen an example of I-frames being indexed by a search engine. So, anything in the i-frame will be ignored.
     
    BILZ, Jul 25, 2006 IP
  4. Lukaslo

    Lukaslo Peon

    Messages:
    751
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Well iframes usualy aren't read, but if you have links to sites in frames spider might read them ;)
    But still your result will be worse in comparison to dynamic sites.
     
    Lukaslo, Jul 25, 2006 IP
  5. brianna

    brianna Guest

    Messages:
    35
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    intersting, there are companies now where you can record a voice mail to an 800# and it saves as a swf file. That is called in from their server via iframe code. Was hoping that would not be a problem and the SE's would like the swf media... one company is instant audio dot c o m
     
    brianna, Jul 25, 2006 IP
  6. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You would be better giving them a javascript code that calls the iframe and dsiplays it. Then you can get them to put your link in <noscript> tags.

    Or better still get them to use php to pull the iframe into their site server side.
     
    mad4, Jul 26, 2006 IP
  7. BILZ

    BILZ Peon

    Messages:
    1,515
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I have usually found that a DIV can be used instead of an Iframe.
     
    BILZ, Jul 26, 2006 IP
  8. Tom_e_rock

    Tom_e_rock Peon

    Messages:
    428
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #8
    A div?

    Okay so i have this file.

    file.php

    how would I let the another server call it, with php.

    <?php include "http://www.site.com/file.php"; ?>

    This good?
     
    Tom_e_rock, Jul 26, 2006 IP
  9. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Thats fine.
     
    mad4, Jul 27, 2006 IP
  10. BILZ

    BILZ Peon

    Messages:
    1,515
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    0
    #10
    looks good to me.
     
    BILZ, Jul 27, 2006 IP