Skip to content

How to add a verified url with anchor on article

Hi,

how to automatically add verified article URL with article title as anchor using macros:


<a href="%verified_url%"> %Article title as anchor% </a>

Tagged:

Comments

  • SvenSven www.GSA-Online.de
    edited December 18
    <a href="%verified_url%">%verified_anchor_text%</a>

    other macros in that topic:
    %verified_url%
    %verified_dofollow_url%
    %verified_anchor_text%
    %verified_domain%
    %verified_host%

    Thanked by 1alexzher
  • edited December 18

    "%verified_anchor_text%" inserts the Anchor Text from the project, not the article title :(



  • please help
  • SvenSven www.GSA-Online.de
    OK well no, thats not working...I thought you meant the anchor text used for that URL. The article title is nowhere saved.
    Thanked by 1alexzher
  • royalmiceroyalmice WEBSITE: ---> https://asiavirtualsolutions.com | SKYPE:---> asiavirtualsolutions
    alexzher said:

    Hi,

    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.


    Thanked by 1alexzher
  • SvenSven www.GSA-Online.de
    Yes that will work, but with more than one article, it will of course choose a random one and that will not necessarily be the one it linked to.
    Thanked by 1alexzher
Sign In or Register to comment.