I just bought a top list site When a user clicks on a link, it records this outgoing visit in the database by running out.php with an ID, then redirects to the afformentioned site Is this SEO friendly, its not a direct link so im not sure Thanks
i would agree with the above, anything that tracks is normally a script and is sometimes a redirect aswell so i would say no is not search engine friendly
It's not SE friendly at all. You could replace the link with a text link with a javascript onclick() for tracking which will be SE friendly.
so replace the currt page with the tracking one? ir refresh the page the link comes from, or would you open another window for tracking? thanks andrew
The link would be a normal text link, only with javascript that executes 'onclick' of the link. So the SE can follow the link, it just doesn't execute the javascript tracking code.