HTML Code RQ

Lanko

Registered Member
Joined
Dec 28, 2010
Messages
56
Reaction score
2
I am new to SEO and just bought Scrapebox. I am planning to start posting my comments. Can anyone help with an html code that would disguise my links, so that when my Anchor text or link is clicked it does not direct them to my website but I still want google to credit me for the link. My current code is <a href = "mydomain" > my keyword </a>.
I really don?t want to get reported for spamming :eek:
 
Code:
// function definitions
string analyzeResults(tool, userAction, userDesire);

// main program
const string SCRAPEBOX = "mass commenting tool";
bool lankoBoughtSb = true;
bool lankoWantToMassComment = false;
cout << analyzeResults(SCRAPEBOX, lankoBoughtSb, lankoWantToMassComment);

// functions
string analyzeResults(tool, userAction, userDesire) {
     if (userAction == userDesire) {
          string didOrDidnt = (userDesire == true) ? "purchasing" : "not purchasing";
          return "Good choice on " + didOrDidnt + " your " + tool + ", sir.";
     } else {
          if (userAction == true)
               return "You may want to reconsider your " + tool + " purchase, sir.";
          else
               return "Sir, you should probably go purchase your " + tool + " immediately!";
     }
}
 
Last edited:
I am uncertain as to why people feel the need to give useless responses... too much time on your hands?..... nothing better to do.....

what a waste of your time.

well not only have i perfected my use of scrapebox , i also use tools with this such as the blackbox.

I wish you all goodluck in your money making endeavors
 
Back
Top