Search Engine Optimization
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsSearch Engine StrategiesSearch Engine Optimization

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #1  
Old January 11th, 2005, 08:44 PM
TearingHairOut TearingHairOut is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Location: Ireland
Posts: 144 TearingHairOut User rank is Private First Class (20 - 50 Reputation Level)TearingHairOut User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 2 h 29 m 15 sec
Reputation Power: 5
Search engine spiders and <iframe> tags

<FRAMESET> tags are known to cause problems for search engine spiders.

Does the same thing apply to content in an <iframe src="url"> tag?

If I put a link to the same page within the tags <iframe>
like this </frame> , will it be recognised by the spiders?

Reply With Quote
  #2  
Old January 12th, 2005, 03:20 AM
Wit's Avatar
Wit Wit is offline
http://tinyurl.com/cz56g
SEO Chat God 2nd Plane (6000 - 6499 posts)
 
Join Date: Sep 2004
Location: D0RDRECHT NL
Posts: 6,065 Wit User rank is Sergeant (500 - 2000 Reputation Level)Wit User rank is Sergeant (500 - 2000 Reputation Level)Wit User rank is Sergeant (500 - 2000 Reputation Level)Wit User rank is Sergeant (500 - 2000 Reputation Level)Wit User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Months 6 Days 10 h 52 m 26 sec
Reputation Power: 18
IMO spiders have no real problems following frames/iframes, but they are viewed as separate pages. So the problem with framesets is not that the bot can't follow the link (because that would be silly), but that the page appears to have no regular content. And it's difficult to perform on-page SEO on pages without content
__________________
...please help me w/ the real Redscowl Bluesingsky...how2 check backlinks...now postin' @ SEO Refugee ...
·`)~ LOL now that I finally have a paypal account, I'm charging 19,- for SEO advice via PM. Seriously...

Reply With Quote
  #3  
Old January 13th, 2005, 07:44 AM
TearingHairOut TearingHairOut is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Location: Ireland
Posts: 144 TearingHairOut User rank is Private First Class (20 - 50 Reputation Level)TearingHairOut User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 2 h 29 m 15 sec
Reputation Power: 5
The page on which the iframe is located already has its own content. The iframe would be a small box on the page.

Naturally if there was no content on the page itself it wouldn't be any help for SEO.

Reply With Quote
  #4  
Old January 13th, 2005, 07:52 AM
Mano70's Avatar
Mano70 Mano70 is offline
<- Solan Gundersen
SEO Chat Novice (500 - 999 posts)
 
Join Date: Jun 2004
Location: C:\Norway
Posts: 756 Mano70 User rank is Corporal (100 - 500 Reputation Level)Mano70 User rank is Corporal (100 - 500 Reputation Level)Mano70 User rank is Corporal (100 - 500 Reputation Level)Mano70 User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Week 3 Days 1 h 42 m 42 sec
Reputation Power: 6
You will "never" get that iframe to rank for anything. Why do you have to use an iframe?

You can achieve the same effect (look) as an iframe has by using a div and css. That will make the content not being viewed as a seperate page.

Reply With Quote
  #5  
Old January 16th, 2005, 09:00 PM
TearingHairOut TearingHairOut is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Location: Ireland
Posts: 144 TearingHairOut User rank is Private First Class (20 - 50 Reputation Level)TearingHairOut User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 2 h 29 m 15 sec
Reputation Power: 5
I was experimenting with the iframe as a way of putting a .php page within a .html page.

To explain the full picture:

I have a RSS feed for news items on my site.

I wanted to parse the newsfeed headlines onto my redesigned .html homepage (which will use CSS and DIV). I tried a number of scripts, none of which seemed to work within a .html page. (I am hoping to keep my homepage as index.html if possible, rather than change to .php.)

I found one .php script which reads the RSS data and presents the headlines in a list in a .php file. Call it 'feed.php'. The iframe was a way of displaying feed.php within index.html.

Another idea which I had tried was to create a .htaccess file containing:

<Files "http://www.website.com/index.html">
AddHandler server parsed .html
</Files>

and then add an include statement within a <DIV></DIV> on index.html to read feed.php. Unfortunately this didn't work for me.

My hosting server does support SSI.

I'll see if I can figure out another way and report back. If anyone has a suggestion, I'd be interested...

Reply With Quote
  #6  
Old January 16th, 2005, 10:40 PM
TearingHairOut TearingHairOut is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Location: Ireland
Posts: 144 TearingHairOut User rank is Private First Class (20 - 50 Reputation Level)TearingHairOut User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 2 h 29 m 15 sec
Reputation Power: 5
OK, I got a solution using the object method. (Got a tip on another website) I put:

<object data="http://www.website.com/feed.php" type="test/html">

into the <DIV></DIV> tags, and it works almost perfectly.

One slight drawback: The dimensions of the <Div> are 600px X 400px, but the feed only takes up around 100px X 200px.

If I can solve this small problem, I can forget about iframe and includes!

Reply With Quote
Reply

Viewing: SEO Chat ForumsSearch Engine StrategiesSearch Engine Optimization > Search engine spiders and <iframe> tags


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT