Tool for diversified anchors?

MadMX

Regular Member
Joined
Oct 2, 2011
Messages
254
Reaction score
184
Is there any tool that turns e.g. "anchor1" into "Anchor1","ANCHOR1" and so on?
Would love to see something like this, to generate "random" anchors for my SEO.

Cheers
 
Most tools can do this (Nuke, Demon, GSA)
I think Uber Toolz does it as well

There are a few about - but I've not seen a true "stand alone" version.
I use scrapebox word scraper for this
keyword
into scrapebox
get say 200
put them in Excel in column "a"
Either run a macro or just have another cell with a concatenate function


Concatenate"{"A1"|"A2"|"A3"|"A4............"}" (something like that - buggered if I'm going to crack Excel open this time of night)

If it sticks at 16 (I think older version of excel might) then do it every 16 lines and stick them together at the end with a few seconds copy and paste

New versions of Excel should allow you to get loads in there. Once you've set the sheet up once all you need to do in the future is copy and paste your new keywords into column "A" and there's your results

Scritty
 
If you are good in PHP or any other scripting language, this can be done in 10-15 minutes. :)
 
Is there any tool that turns e.g. "anchor1" into "Anchor1","ANCHOR1" and so on?
Would love to see something like this, to generate "random" anchors for my SEO.

Cheers

Notepad++ does this (everyone should this it on their PC anyway). Just use TextFX>Characters

Most tools can do this (Nuke, Demon, GSA)

Concatenate"{"A1"|"A2"|"A3"|"A4............"}" (something like that - buggered if I'm going to crack Excel open this time of night)

If it sticks at 16 (I think older version of excel might) then do it every 16 lines and stick them together at the end with a few seconds copy and paste

New versions of Excel should allow you to get loads in there. Once you've set the sheet up once all you need to do in the future is copy and paste your new keywords into column "A" and there's your results

Scritty

Again I use Notepad++ (or you can use Notepad2 if you prefer) to do this to big lists of keywords. Paste in your list, Find and Replace (ctrl-h) and replace "\r\n" with "|" then just add the start and end brackets. Just remember to check the backslash option.

I do like the idea of only having to set it up once in Excel though, that could be a time saver and I like saving time:cool:
 
Back
Top