E
E
entermix2015-06-30 16:09:35
Yandex
entermix, 2015-06-30 16:09:35

How to hide links for Yandex.Search?

Recently, as a result of a search query, Yandex began to mark sites that contain links to download files through the installation of the downloader. Moreover, it even notes sites that contain links to FDs that offer to download the file in this way.
It is known that Yandex uses all possible methods for identifying such links (Yandex.Metrica, Yandex.Browser, Yandex.Bar, etc.)
What method can be used to hide such links and avoid the gray mark?
PS The site contains links to the FD (i.e. Yandex rules on how download links with the loader should look should disappear)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
Optimus, 2015-06-30
Pyan @marrk2

I watched an interview where Yandex said that it fires not just link shorteners, but even chains of link shorteners.
What can I say, it's time to stop vaping people with these exe with loaders and give them normal files ))

D
D', 2015-06-30
@Denormalization

Remove shitty links from the site, and I will remove the label myself.

N
NotLogo, 2015-06-30
@NotLogo

Hide links from the search robot, generate them via client-side javascript
js
Link code on the page:
The script that will process the link and open it:
Link code on the page:
The script that will process the link and open it:
Link code on the page:
The script that will process the link and open it:

<script>$('.hidden-link').replaceWith(function(){return'<a href="'+$(this).data('link')+'">'+$(this).text()+'</a>';})</script>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question