In my site I used rel="alternate"RSS as follows
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.mydomain.com/rss" />
Now I want to add another tag rel="alternate"for the mobile site as
<link rel="alternate" media="handheld" href="http://m.mydomain.com" />
Is there a problem using multiple tags rel="alternate"per page or not affecting SEO?
source
share