Link tags in iframe widget
- by john Smith
I have a rating community-site and I´m offering little iframe widgets with the average rating and some little other info.
Does it make sense (for visibility, SEO) to add link tags to the head like:
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="rssfeed" />
<link rel="index" title="main-profile" href="main-profile">
To get a logical association of the widget to relating pages? How would you do this?