how much do backlinks count which are embedded in php?

largesiteguy

Newbie
Joined
Nov 6, 2016
Messages
41
Reaction score
3
e.g. I have this this link when I hover over it says: domain.net/go.php?url=http://mysite.com

There is no nofollow-tag. Would it count as a normal link or is it somehow devalued?
 
If you want to SEO optimized you site this type link is not normal. You need keyword related optimize custom link.
 
I doubt if Google even going to index it ?tried ?
 
Make a do follow and dump all the bots some where else. I've been doing this on the backend .php with a redirect. Good for quickly indexing a new site.
 
Google indexes pages with .php extensions.

Google doesn't pass link juice via no-follow links. So the page with that URL on it isn't passing link juice.

The anchor text of that link probably is taken into account by Google.
 
Clever PHP links use cloaking so the link redirects for you but for Google it's a 301 back to the source.
 
Back
Top