[Bug] urls getting posted twice inside spun anchors
hi just noticed on a batch of new project I did while testing spun output in Test mode I get this randomly:
<a href="http://www.mysite.com"><a href="http://www.mysite.com">keyword1 keyword2</a> keyword3 keyword4</a>
should be:
<a href="http://www.mysite.com">keyword1 keyword2 keyword3
keyword4</a>
Tried copying in different spun keywords and still get it, happens on 6 new projects I made.
<a href="http://www.mysite.com"><a href="http://www.mysite.com">keyword1 keyword2</a> keyword3 keyword4</a>
should be:
<a href="http://www.mysite.com">keyword1 keyword2 keyword3
keyword4</a>
Tried copying in different spun keywords and still get it, happens on 6 new projects I made.
Comments
I can send a project if you want to take a look at it.
make a project with:
URL: http://www.google.com
Anchors: {google1|google2}
Article:
<a href="http://www.google.com">{google1|google2}</a>
Then go to test:
<a href="http://www.google.com"><a href="http://www.google.com">google2</a></a>
Then change the anchors in Article to:
<a href="http://www.google.com">{bing1|bing2}</a>
Then test and everything is fine. Seems if we have the same anchors used inside Article as we do in the anchor section then this happens randomly.
The same issue happens if you do this in the keywords section with use Keywords as anchors.
If we hardcode the anchors in Article do we not need to use the anchors field at all? I wasn't sure if some sites needed both so that's why I've always used both.
So just put
http://www.google.com
anchor: google
article: <a href="http://www.google.com">google</a>