Embed Games website. iFrames vs. Object tags

Published July 22, 2011
Advertisement
So a while back I made this website to allow users to embed games into their own websites. One of the things I wanted to test was Google's ability to index iframes. I know they are able to index object tags, and on sites like my card game and solitaire websites, I have been able to acquire some decent links from people adding the object code to their websites.

I've learned a few things from the experience. The really nice thing about using iframes is the ability to add Google Analytics code into the frame, so that I can track exactly who is embedding the code, and how often it is getting called. Tracking down who has embedded object tags takes a little more effort and involves tools that look into the server logs.

The down side to using the iframe is that Google does seem to take quite a while to get them into their index (and maybe some will never make it in). But it does seem to get to many of them eventually. I'm not exactly sure what's better. I guess if you are looking to acquire inbound links quickly the better strategy would be to use the object tags. In the long run iframes may be a better choice. For my next embeded object site, an embed calculator website, I'm going back to the object tags.
Previous Entry Mathjong
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement
Advertisement