Jump to content


Photo
- - - - -

Get high ranked with frames?


  • Please log in to reply
10 replies to this topic

#1 blacktoned

blacktoned

    Young Padawan

  • Members
  • Pip
  • 6 posts

Posted 07 October 2005 - 12:32 PM

Can I still get ranked high on certain keywords even if they are inside an iframe? The main page for my website basically has one line of text that states my copyright, lol.

The bulk of my content resides in an iframe. I also have started doing tutorials, however, which reside as a page on their own.

Just curious. :)

#2 NGPixel

NGPixel

    Senior Programmer

  • P2L Staff
  • PipPipPipPip
  • 1,410 posts
  • Gender:Male
  • Location:Montreal, Canada
  • Interests:Web Design : Coding : Animation

Posted 07 October 2005 - 02:19 PM

iframes are still used by search bots but you should use something more optimized like PHP Include or javascript...

#3 Maxx-Designs

Maxx-Designs

    P2L Jedi

  • Members
  • PipPipPip
  • 681 posts
  • Location:Australia

Posted 07 October 2005 - 05:38 PM

Im pretty sure if you want your iframe to apper on search engines you would have to do meta tags for it aswell as your page

#4 Twenty2Pixels

Twenty2Pixels

    Young Padawan

  • Members
  • Pip
  • 28 posts
  • Location:New Jersey

Posted 09 October 2005 - 12:43 PM

Its a lot easier to use php, and the site loads smoother and quicker. Looks nicer aswell. And I think that if the iframes were picked up by a search engine, the user would be directed to the frame rather than site entire site (Im guessing). Don't take my word though, I'm just assuming.

#5 blacktoned

blacktoned

    Young Padawan

  • Members
  • Pip
  • 6 posts

Posted 15 October 2005 - 10:20 AM

Would you guys say PHP is hard to learn? I know HTML, CSS and can understand lines of code in JS.

#6 Maxx-Designs

Maxx-Designs

    P2L Jedi

  • Members
  • PipPipPip
  • 681 posts
  • Location:Australia

Posted 16 October 2005 - 12:59 AM

im wanting to learn php but i always give up!

#7 saferwaters

saferwaters

    Jedi In Training

  • Members
  • PipPip
  • 390 posts

Posted 16 October 2005 - 03:45 AM

Would you guys say PHP is hard to learn? I know HTML, CSS and can understand lines of code in JS.

I thought it would be, but so far im finding it very easy to pick up.

#8 Scratchbox

Scratchbox

    Young Padawan

  • Members
  • Pip
  • 8 posts
  • Location:Ontario, Canada
  • Interests:Digital Design

Posted 19 October 2005 - 09:10 PM

Keep at it...learning php, html, mysql etc, is never a waste of time... as for Javascript...Search engines don't really seem to like it all that much anymore....

#9 Faken

Faken

    Pimpmaster G

  • Admin
  • 5,966 posts
  • Gender:Male
  • Location:Montreal, Canada

Posted 14 November 2005 - 12:22 AM

In terms of SEO and incoming SE traffic, frames are horrible. Someone could hit a page (and very often will) that is supposed to be inside a frame, so suddenly they have no menu or other elements that would be in additional frames. Do your best to avoid using frames anywhere on your website.

Good luck!

Faken

#10 syphon

syphon

    Young Padawan

  • Members
  • Pip
  • 57 posts

Posted 22 November 2005 - 09:00 PM

What some people above were trying to imply...

PHP Includes are some of the simplest functions in PHP, and work very similarly to iFrames, but can be controlled in many different ways that you will find out as you look into PHP.

Includes are not necissarily faster than frames, such as pages executing large queries or loading lots of content. Although you could steer away from that, an iFrame alows your body to load below the iFrame script in the source, before the iframe itself has been loaded.

Note, if you want to have scroll bars, and you think you need iFrames to have them, look into CSS and take a look at the Overflow attribute, which you can assign to a div along with dimensions of an iFrame look alike.

PHP? Hard to Learn? With P2L it gets a whole lot easier :blink: My advice is that you start off slow, and DONT START WITH REGEX...AHHHH!

du

#11 Mickoe

Mickoe

    Young Padawan

  • Members
  • Pip
  • 56 posts

Posted 25 March 2006 - 12:05 AM

Damn guys, frames are not horrible if you know how to use them..just use the <noframes></norframes> tag...If you are still using frames I suggest you to put a litle javascript that selects what to show according to the browser agent (if they support frames or not) and then just program a part for your content.

However I suggest you to use CSS, get rid of your frames...

Edited by Mickoe, 25 March 2006 - 12:06 AM.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users