Support

Account

Home Forums Feedback Link Field – Title Text Reply To: Link Field – Title Text

  • Hi Keith,

    Thanks for getting back to me!

    I think this is a little confusing because there is an overlap in terminology. I’m referring to the title attribute you can put on <a> tags.

    <a class="button" href="<?php echo $link['url']; ?>" target="<?php echo $link['target']; ?>" title="TITLE ATTRIBUTE TEXT"><?php echo $link['title']; ?></a>

    HOWEVER, I just did some more research about the title attribute for accessibility and SEO and have found that it makes no difference for either of these things. So you can disregard my request completely!

    I am now going to reach out to our SEO audit tool and ask them why this is part of their grading/criteria.

    Thank you,