IFRAME WIDGET - FOLLOWED LINKS
-
<iframe style="border: 2px #CCCCCC solid;" src="http://www.cpsc.gov/cgi-bin/javascripts/cpscrss.aspx" title="CPSC RSS Feed" frameborder="0" scrolling="auto" width="224" height="258"></iframe>
That is the code my client wants to add to an internal page where we can keep updated news on a specific subject. Only problem is this widget has links within it, these links are "followed". Should i worry about these links being followed? There are quite a few, does anyone know if they will be counted if within an iframe or is there a way to add "no-follow" attribute to them. Can i somehow tell the HTACCESS to add no follows to all links on specific pages?
Any thoughts, solutions are greatly appreciated.
-
What context for this iframe? how many other outgoing links on the page where this will reside?
-
There are many better coders on the moz than I, but I do see iframes daily as we have a lot of real estate clients. I do not believe the links inside the iframe will be an issue to your site as the way an iframe's content is indexed is from the supplying site. In other words the content in the iframe is attributable to the feed site.
Since it is an RSS feed from a .gov site, is there a reason your client wants an Iframe instead of putting some other reader on the site?
-
From what i had seen this was the only way to automatically put updated news on our website from the .gov website. My thinker went on and i realized I can embed RSS feeds into the site without having to link out but once.