Mobile app version of vmapp.org
Login or Join
Moriarity557

: Web widget and SEO Possible Duplicate: How good is it for SEO if you have a widget that lives on other sites? I'm designing a voting widget that other people can put on their

@Moriarity557

Posted in: #Html #Iframe #Seo

Possible Duplicate:
How good is it for SEO if you have a widget that lives on other sites?




I'm designing a voting widget that other people can put on their websites, and the widget will have links to my site (partly for functionality and partly for SEO).

I'd like to design the widget such that my main website, gets the SEO benefits, and I'm not sure which techniques for designing a widget would accomplish that. Here is what I am thinking:


Creating a widget defined by <div> tags that people would embed in their web page -- This seems certain to give my site the SEO benefits, but it seems like it might be more work for the person using the widget to get it to work right and look nice.
Using an iframe -- I think that the iframe link would get the SEO benefit and not my website, which would be linked to from the contents of the iframe.
Google Gadget -- I don't know how this works yet.


What would be the best way to design a web widget to maximize the SEO benefits for my website?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Moriarity557

1 Comments

Sorted by latest first Latest Oldest Best

 

@Murray432

I'd do the first approach.

The <iframe> just seems overkill and the Google Gadgets approach loads the Widget via a <script> tag in the <body>, which won't be compatible with Google's web crawler.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme