I would like add
rel="nofollow" to the embed media.
Any suggestions how to insert this code at the AMECP ... Display definistion ....???
For example:
Youtube:
Regular expression
[CODE[http://]*[a-z]*?[\.]?youtube\.[a-z]*?/watch\?v=([A-Z0-9._%-]*)[&\w;=\+_\-]*][/CODE]
Replacement:
Code:
<object width="$ameinfo[width]" height="$ameinfo[height]">
<param name=''movie'' value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object>
Where I must put the
rel="nofollow" to have a good SEO practice?
Thanks!!!