Quote:
Originally Posted by EDSmontreal
unless you modified the script (or there is a new version I'm not aware of), it writes "generated by linkex" in your source code  the rest is straight HTML, it's true - and google sees it that way because it executes the php, but linkex writes out that it generated it hehe
|
There is a special variable in LinkEX:
PHP Code:
var $exposelinkex = 1;
The only thing you need to do is to change it as follows:
PHP Code:
var $exposelinkex = 0;
And there will be no "generated by linkex" bullshit in your HTML code
So I will ask again:
How Google will know if I'm using linkex?