M
M
Maxim Valerievich2015-03-20 16:17:43
css
Maxim Valerievich, 2015-03-20 16:17:43

How to robot index links made by Font Awesome and others?

Hello. The site has links to social media. the nets are made with font awesome, thus:

<li>
  <a href="#" target="_blank" title="VK" name="VKontakte">
    <span class="fa-stack fa-lg">
      <i class="fa fa-circle fa-stack-2x fa-social"></i>
      <i class="fa fa-vk fa-stack-1x fa-social"></i>
    </span>
  </a>
</li>

Naturally, text browsers do not display them at all, and robots do not see them either. What is the best way to fix this situation?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Egor Fedosenko, 2015-03-20
@S-anches

What are the reasons why robots do not see the "a" tag?
Have you parsed external links through some kind of analyzer? Do they not count?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question