I found a forum that allow put HTML tags in signature. It's possible to include javascript code. I made a simple script that replace one navigation link in forum header with my URL:
Users (with enabled js in web browser) will see link to my site, but does Googlebot follow it? I made that link to subpage created 2 years ago, but not indexed yet (it has any backlinks and isn't linked from other pages on this domain). In next days I'll check that the page was indexed or not and post update.
var links = document.getElementsByTagName('a'); links[0].href = 'http://mydomain.tld/mypage';
Users (with enabled js in web browser) will see link to my site, but does Googlebot follow it? I made that link to subpage created 2 years ago, but not indexed yet (it has any backlinks and isn't linked from other pages on this domain). In next days I'll check that the page was indexed or not and post update.
Last edited: