- Oct 26, 2007
- 3,172
- 952
Not sure if I am explaining this correctly, however I stumbled upon a site that shows links as text intially and it injects the link with javascript when it loads the page.
Let me give an example for better understanding, something like this comes from the site:
And after that they modify it with javascript in
like you can see here :
So...do these kind of links still offer any SEO value
Thanks!
Let me give an example for better understanding, something like this comes from the site:
Code:
<div class="description"><p>url here in blank</p></div>
And after that they modify it with javascript in
Code:
<div class="description"><p><a href="url" target="_blank">title</a></p></div>
like you can see here :
Code:
https://schoolido.lu/user/sevenmentor9090/
So...do these kind of links still offer any SEO value
Thanks!