Results 1 to 3 of 3

Thread: iframes problem

  1. #1
    Join Date
    Nov 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default iframes problem

    Hi all,

    I'm new to this forum so please forgive me if I ask a daft question. Here's the problem;

    I am currently suing a guy for refusing to pay me for a web design I did for him. I stated clearly in the contract that I wanted to design the site as a standalone HTML. This is because his over-riding initial concern was to get the very best results in Google. My understanding of frames/Google was that frames of any description might risk any framed information not being indexed properly by Google.

    He then, susequently, claimed I had given bad advice because I had not made provision for including iframes which, in turn, would have allowed the new site to display database content from a third party he was selling his products through.

    Despite the fact that he was extending the parameters of our original contract, I did try to find a way of incorporating iframes such that Google would index the information inside the frames. However, at the time some months ago, I didn't see any way of doing that.

    So...my question is...

    Is it possible to use iframes and guarantee that the information inside them (about the products) would be indexed by Google? If so, I guess my case is lost. If not, I guess I win.

    Any info would be most helpful.

    Thanks

    Birky

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    There probably is a way. I don't know enough about Google's indexing methods to be able to say with certainty though. Something like this might work:

    HTML Code:
    <iframe src="whatever.htm">
    <a href="whatever.htm">whatever</a>
    </iframe>
    The link(s) (you can have as many as you like, one for each of the pages to be indexed that would otherwise only be seen and/or linked to within the iframe) will only be shown by browsers that do not support iframe, and also probably by spiders.

    There are many other strategies for indexing pages that don't have a clear visible link on a page that will be indexed. Some research would be required to find a method that works. I would imagine that, using an external stylesheet to set a division's display property to none, and then including all of the 'orphan' links in there could also be quite effective.

    But if you contracted with somebody for some work and did that work, you should be paid for that work. If you said that something couldn't be done, and later found out that it could be, or that it was wanted even if it wasn't optimal, and you then did that, you should charge extra for the extra work. If somebody else did the extra work, that's not your problem, except that you should still be paid for your original work, unless it isn't being used at all based solely upon your recommendation about the feasibility of iframe.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Google does index iframes, although not always the content inside. If the content is the matter here, then the simple solution (as John was leading to above - me thinks) is to create a site map with links to every Iframe page.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •