Getting url project anchor text macros - How?
I got a project setup like this within the url field
url1#anchor
url2#anchor
url3#anchor
now my question is how do I get the exact anchor text of url1
whenever using the %anchor_text% macro, I always receive random anchors with it being mixed of
domain anchor text and branding anchor text
I only want to retrieve the "defined url anchor" what macro do I use?
Comments
Depends on how you use this. %anchor_text% alone is of course using a random anchor text. But if you use it in combination with the %url% macro (first %url% and later in the text %anchor_text%) then it should use the correct content for that URL.
%url<number>%
Uses the exact URL from your project (first is %url1%). If you have defined less URLs in the project, it will use a random one.
%anchor_text<number>%
Uses the exact anchor text from the URL in your project. If no anchor_text was defined with that URL it is handled the same as %anchor_text%.
I tried inputting as this %anchor_text1% ,as the above mentioning
only this time it gives no output when testing in the preview window, just stays the same %anchor_text1%
what am I doing wrong?
My urls with anchors:
http://www.myshop.com/product1.html#anchor_for_product1#secondary_anchor_for_product1
http://www.myshop.com/product2.html#anchor_for_product2#secondary_anchor_for_product2
http://www.myshop.com/product3.html#anchor_for_product3#secondary_anchor_for_product3
For example, in my project options generic_anchor_text = 100%
How can I get the exact anchor text and exact secondary anchor text for product1.html, product2.html, product3.html?
According to my settings %anchor_text% = generic_anchor_text = 100%
%random_sanchor_text% suitable for solving my problem with secondary anchor text, but it is random value...
@Dovzhenich well if you use 100% generic anchor text, then the secondary anchor tex tis not used at all!=
@jokima %anchor_text% is always relevant to %url% macro.
generic_anchor_text = 80%
secondary_anchor_text = 10%
My URLS:
http://ww.myshop.com/product1.html/#GSA#grate seo
http://www.myshop.com/product2.html#GSA Captcha Breaker#solving captchas
And I want write in blog comments text for http://ww.myshop.com/product1.html:
You can buy grate seo tool GSA in my shop.
And blog comments text for http://ww.myshop.com/product2.html:
You can buy solving captchas tool GSA Captcha Breaker in my shop.
I cant do this without extact anchor and exact secondary anchor macros. (
As @GSAHKing said, this marcos could optimize titles and content for specific urls, based on just on one campaign.
Thank you for your help!
You can buy %EXACT_SECONDARY_ANCHOR% tool %EXACT_ANCHOR% in my shop.
For url1 (http://ww.myshop.com/product1.html#GSA#grate seo) comment will be:
You can buy grate seo tool GSA in my shop.
For url2 (http://www.myshop.com/product2.html#GSA Captcha Breaker#solving captchas) comment will be:
You can buy solving captchas tool GSA Captcha Breaker in my shop.
you have to create a spin syntax like this...
You can buy {#L1 %sanchor_text1%|#L2 %sanchor_text2%|#L3 %sanchor_text1%|...} tool {#L1 %anchor_text1%|#L2 %anchor_text2%|#L3 %anchor_text1%|...} in my shop.
The #L? is a placeholder that makes sure that the same combination is used in other spins. It's a bit work as you have to do this #L stuff as much as you have URLs but thats it.