I'll give an example of what I mean:
i have ~200 different phrases:
"aaa"
"bbb"
"ccc"
"...."
"zzz"
And I have the same amount of urls corresponding to those phrases:
First problem is: 1) i need to extract this urls to one file form website,
and then, 2) add this links to the correct phrases.
So ultimately, i want to have in result:
" <ul>
<li><a href="/aaa/">aaa</a></li> <li><a href="/bbb/">bbb</a></li> <li><a href="/.../">...</a></li> <li><a href="/zzz/">zzz</a></li>
</ul>
Is there easy way to do this?
[link] [comments]
from Search Engine Optimization: The Latest SEO News https://www.reddit.com/r/SEO/comments/e1lvv6/how_do_you_add_multiple_links_to_multiple_phrases/>
No comments:
Post a Comment