Random URLs and anchors
Hello everyone,
I have imported a list of tier 1 links to a new GSA project. Also I have imported a list of anchors. In order to create contextual links I have entered this code <a href="%url%">%anchor_text%</a> 4 times inside an article. What I have noticed is that when I submit the article it has 4 links, which point all to the same URL and have the same anchor. What I really want to accomplish is to choose randomly from the list of 980 URLs that I have imported and also to choose a random anchor text from the 52 that I have imported. In that way all those 4 URLs will be different and they will have also a different anchor text.
Could you help me please?
I have imported a list of tier 1 links to a new GSA project. Also I have imported a list of anchors. In order to create contextual links I have entered this code <a href="%url%">%anchor_text%</a> 4 times inside an article. What I have noticed is that when I submit the article it has 4 links, which point all to the same URL and have the same anchor. What I really want to accomplish is to choose randomly from the list of 980 URLs that I have imported and also to choose a random anchor text from the 52 that I have imported. In that way all those 4 URLs will be different and they will have also a different anchor text.
Could you help me please?
Comments
I am using this method in order to create tier 2 links to my tier 1 links. From each article that I post (Wikis, Article Directories) I get 4 links pointing to my tier 1 links. Unfortunately GSA always posts the same URL 4 times in each article with the same anchor text. Note that I have scattered <a href="%url%">%anchor_text%</a> across the spinned articles that I used in my tier 2 projects. I really need to find a way to post random URLs and anchor texts, so these 4 URLs pointing to my tier 1 links to be unique and different.
Right
The reason to do all this is to create easy, massively and without leaving a footprint links to our tier 1 links. If the command <a href="%url%">%anchor_text%</a> was pulling random URLs from our URL list and random anchor texts from our spinned anchors each time that was used in an article, our problem will not be in existence. Right now if we use 10 times this command in the article we will create backlinks to the same URL with the same anchor!
Could you please Sven alter the functionality of <a href="%url%">%anchor_text%</a> in order to work as we describe earlier? I think that it would be much more useful and practical.
Thank you for your time
I just upload urls in url filed [dont attach any keywords to them]..i dont select any settings for anchor text..then i insert links in article and GSA perfectly produce them when posting
If i select any anchor text settings ..gsa scan for anchor text in article and if couldnt find any , then just add link at the bottom [thats how this anchor text function works i think]...so if u have handcoded link in article GSA just ignores that and look for anchor text or %anchor_text% tag and if dont find any then add link at bottom
correct me if I am wrong
@senty4love thats exactly how it works. Though I see the need for some people to add more links in there article. The program will only verify one URL on that page but might be handy indeed.
But still I don't know how to code that and not break the current behavior that %anchor_text% and %url% must be fixed in order to keep scripts working (some use these variables to search for certain things on verification).
Method 1
- I mainly use it for tier1 links ..when I am linking to my money site. I like to insert money url into articles at random places..this way it will leave least footprints
- For that I use <a href="%url%">%anchor_text%</a>. eg. my article has 5 para and each para is spinned 20 times. suppose I have to insert link in second para .. I just go throuh all 20 spinned paras and insert this tag in each para..This way when GSA produce the final article, my link will be in second para.
- Sometimes if my article is keyword rich, I use 'embed url for anchor text. [right click in article field and select this parameter]. I just upload my money site url in url field along with my primary keyword and secodary keyword attached to that url .Then i select anchor text variations [like domain as anchor text =30%, raw anchor text 30% ..and so on]...So when GSA scan my article it will look for primary keyword in my article and when if find it, it just insert url there..Only downside of this method is if your article dosen't have enough keywords, GSA will insert link at bottom. What I do is I select one para and try to add my keywords manually multiple times [this option is a bit unreliable..sometimes it works sometime dosne't ..i dont use it often..I tend to go to %url% tag as you are 100% sure your link will be at right place]
Method 2
- This is for tier2 sites where I want multiple links inserted into articles. Here I can't use <a href="%url%">%anchor_text%</a> this tag as if I use say 3 times this tag, GSA will insert same url 3 times into article which not what I want to do.
- For this I just completely ignore all GSA's anchor text parameters. I just hand code my links into article. Say I have 30 tier1 links. I split them in 3 groups, 10 each. Now I grab bunch of related keywords. Then I use spintax like this <a href="{url1|url2|url3 and so on}">{keyword1|keyword2|keyword3 and so on}</a>
- I insert this spintaxt 3 times in article. [I use KM to produce this as if u go to do that manually it will take ages to do that].
-This gives me more control over how many links I want in each articles and where they are going.
For the second method, it would make our life really easy if Sven can get this <a href="%url%">%anchor_text%</a> tag to produce random urls and keywords. Right now it just grab only one url from url list..
Hope this helps