Google Community
Latest Forums Rules Resources
Custom Search

Go Back   Google Community > Webmaster Forums > Search Engine Optimization Forum

GoogleCommunity Sponsor
Cirtex Hosting
Use coupon "forum" for 50% Off!

Reply
 
LinkBack Thread Tools Display Modes
Old 08-04-2007, 04:26 AM   #1 (permalink)
Junior Googler
 
montyauto's Avatar
 
Join Date: Dec 2006
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
montyauto is on a distinguished road
Thumbs up Does using i-frame or php include make a difference?

does using i-frame or php include make a difference to google spiders, or other search engines?
montyauto is offline   Reply With Quote
 
Sponsored Links
Old 08-04-2007, 06:25 AM   #2 (permalink)
Elite Googler
 
leftybogs's Avatar
 
Join Date: Feb 2007
Posts: 1,153
Thanks: 0
Thanked 26 Times in 24 Posts
leftybogs is on a distinguished road
for some seo its not advisable to use frames or any scripts embed to their page.. its hard for spiders to crawl page/s, though its crawlabe.. and there are other sites that have a fare rankings even with some of it on their page/s...
leftybogs is offline   Reply With Quote
Old 08-04-2007, 06:36 AM   #3 (permalink)
Elite Googler
 
Join Date: Jan 2007
Posts: 1,211
Thanks: 0
Thanked 6 Times in 6 Posts
Ka-canor is on a distinguished road
Quote:
Originally Posted by leftybogs View Post
for some seo its not advisable to use frames or any scripts embed to their page.. its hard for spiders to crawl page/s, though its crawlabe.. and there are other sites that have a fare rankings even with some of it on their page/s...

Well said dude, I agree with you.
Ka-canor is offline   Reply With Quote
Old 08-05-2007, 11:52 PM   #4 (permalink)
Googler
 
Join Date: Jul 2007
Posts: 57
Thanks: 0
Thanked 0 Times in 0 Posts
emojay is on a distinguished road
some SEO don't recommend using iframes on the site and php coded sites also because they decrease the crawling of the spiders but some do have techniques that they feel that they can get away with it. and improve the rankings of the site.
emojay is offline   Reply With Quote
Old 08-06-2007, 02:27 AM   #5 (permalink)
Elite Googler
 
alex-party's Avatar
 
Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
alex-party is an unknown quantity at this point
PHP code is a "server side" program, when i-frame is a "browser side" element - are two different things. You can have php code that generates i-frames or you can have i-frame embedded into your document, it's totally up to you how you include it, there is NO DIFFERENCE AT ALL TO USER OR SPIDER. Just remember that using i-frames is not SEO friendly.
alex-party is offline   Reply With Quote
Old 08-06-2007, 03:16 AM   #6 (permalink)
Noogle
 
Asidly's Avatar
 
Join Date: Aug 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Asidly is on a distinguished road
Quote:
Originally Posted by alex-party View Post
Just remember that using i-frames is not SEO friendly.
Recently I stumbled upon ten SEO questions and answers on them posted at SEOMoz (I will not post a link now, because it will cause long-waited approval of the post, sorry). Here goes:
Quote:
4. How do search engines treat content inside an IFrame?

The engines all interpret content in an embedded IFrame as belonging to a separate document from the page displaying the IFrame content. Thus links and content inside IFrames refer to the page they come from, rather than the page they are placed on. For SEO, one of the biggest implications of this is that links inside an IFrame are interpreted as internal links (coming from the site the IFrame content is on) rather than external links (coming from the site embedding the IFrame).
So if I understand correctly, IFrame is crawled by major SEs and is even treated as an internal link.

And then how can it be not SEO-friendly??
Asidly is offline   Reply With Quote
Old 08-06-2007, 04:03 AM   #7 (permalink)
Elite Googler
 
alex-party's Avatar
 
Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
alex-party is an unknown quantity at this point
"For SEO, one of the biggest implications of this is that links inside an IFrame are interpreted as internal links (coming from the site the IFrame content is on) rather than external links (coming from the site embedding the IFrame)."

That means if you have:

PAGE A + ( "i-frame" to PAGE B ( which has 10 links ) )

Then:

PAGE A will be crawled as PAGE A
PAGE B will be crawled as PAGE B + 10 links will belong to PAGE A which is WRONG !!!

In another words, PAGE A will collect all links from PAGE B, but not the content, which brakes the logic of the B document !!!
alex-party is offline   Reply With Quote
Old 08-06-2007, 04:08 AM   #8 (permalink)
Noogle
 
Asidly's Avatar
 
Join Date: Aug 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Asidly is on a distinguished road
Quote:
Originally Posted by alex-party View Post
"For SEO, one of the biggest implications of this is that links inside an IFrame are interpreted as internal links (coming from the site the IFrame content is on) rather than external links (coming from the site embedding the IFrame)."

That means if you have:

PAGE A + ( "i-frame" to PAGE B ( which has 10 links ) )

Then:

PAGE A will be crawled as PAGE A
PAGE B will be crawled as PAGE B + 10 links will belong to PAGE A which is WRONG !!!

In another words, PAGE A will collect all links from PAGE B, but not the content, which brakes the logic of the B document !!!
But this way page A receive more links... This is good for page A?

Sorry for stupid question, last night I slept only 2 hours
Asidly is offline   Reply With Quote
Old 08-06-2007, 05:46 AM   #9 (permalink)
Elite Googler
 
alex-party's Avatar
 
Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
alex-party is an unknown quantity at this point
Not at all, that's a good question.

PAGE A will receive links and they will be part of the PAGE A document, like navigation menu,
--------------------
PAGE B:
--------------------
-> link to PAGE C
-> link to PAGE D
-> link to PAGE E
--------------------
But PAGE B contents will not be part of PAGE A document.
So, if PAGE B is meant to play a role of navigation menu, IT'S FINE.
But, if PAGE B has lots of text and links and you expect PAGE A and B to be seen as single document, then you're wrong, PAGE A will keep it's own contents, when PAGE B will share links with PAGE A only.

Luck,
alex-party is offline   Reply With Quote
Old 08-06-2007, 05:50 AM   #10 (permalink)
Noogle
 
Asidly's Avatar
 
Join Date: Aug 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Asidly is on a distinguished road
Alex-party, thanks a lot for explanation. Now I get it.
Asidly is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disadvantages of frame ? Hit man Search Engine Optimization Forum 7 06-22-2007 10:44 AM
How many backlinks to make a difference..? badwolf67 All About Google 22 08-11-2006 03:45 AM
Google Adsense on Frame? alemdarster Google AdWords & AdSense Forum 1 03-26-2006 12:02 PM
Does Keywords in Different Orders Make a Difference? thedealmaker Google AdWords & AdSense Forum 1 12-02-2005 08:05 PM
Does Keywords in Different Orders Make a Difference? thedealmaker Google AdWords & AdSense Forum 1 01-01-1970 10:53 AM


All times are GMT -8. The time now is 03:08 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004–2007 Google Community