hi!
this is pretty basic so im sure most of you guys know an answer already!
Let's say i have a list of few hundred links like
http://mydomain.com/ and a list of few hundreds related keywords.I would like to create HTML links with these keywords/anchor tags like this <a href="http://mydoamin.com">keyword rich anchor</a>. How do i do it NOT manually?Is there any tool or a script that can create HTML links with anchor from two lists of urls and keywords?
thanks in advance