This is how one of my codes look like: <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.LINK.eu" Can I add this no follow tag extra besides the url without it causing problems? <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.LINK.eu" rel="nofollow">
<meta HTTP-EQUIV="REFRESH" content="0" url=http://www.LINK.eu" rel="nofollow"> It's a " (quote type deal) instead of a colon. But yes it should be fine. -V
<meta HTTP-EQUIV="REFRESH" content="0" url="http://www.LINK.eu" rel="nofollow"> This is fine you just need to open the quote before the http