Share links with <script src=""> SEO
- by gansbrest
Hi,
I would like to create a share link to my website using javascript:
script src="[url-to-my-script]"
Basically the main idea behind this is to render HTML block with an image and link to the website.
By using JavaScript approach I can control the look and feel of that link + potentially I could change the link html in the future without touching partner websites.
The only potential problem I see with this approach is SEO. I'm not sure if google will be able to index that link to my website, since it's generated by javascript.