how to automatically add verified article URL with article title as anchor using macros:
<a href="%verified_url%"> %Article title as anchor% </a>
Why don't you use it like below :
<a href="%verified_url%">%article_title%</a>
However, the above will only work on lower tiers since Tier 1 doesn't have any verified URLs to start with.
A more universal approach would be to use the below, which should work on all tiers:
<a href="%url%">%article_title%</a>
I just use the below and have never thought about using the article title as anchor text since some titles could be quite long and will not look natural when injected inside an article unless you manually inject the code between paragraphs.
<a href="%url%">%anchor_text%</a>
@sven can you verify %article_title% macoas in the above suggested, are ok, as it is shown in the makro guide.
Comments
%verified_anchor_text%
%verified_domain%
%verified_host%
"%verified_anchor_text%" inserts the Anchor Text from the project, not the article title
<a href="%verified_url%">%article_title%</a>
However, the above will only work on lower tiers since Tier 1 doesn't have any verified URLs to start with.
A more universal approach would be to use the below, which should work on all tiers:
<a href="%url%">%article_title%</a>
I just use the below and have never thought about using the article title as anchor text since some titles could be quite long and will not look natural when injected inside an article unless you manually inject the code between paragraphs.
<a href="%url%">%anchor_text%</a>
@sven can you verify %article_title% macoas in the above suggested, are ok, as it is shown in the makro guide.