📜 ⬆️ ⬇️

About social search without images

What is the idea?

To process the links issued by the search engine for mentioning in social networks, attach a bit of mathematics and build them in a slightly different order than Google suggests. The basis of the algorithm was originally based on which reddit.com calculates its trends. In fact, the algorithm is quite complex and repeatedly described, but at the same time it actually works. The problem was that it is based on the pros and cons, and we initially only have pluses, that is, we only have likes and tweets. Therefore, the disadvantages I replaced the number of visitors to the site. The idea, if greatly exaggerated, is about the same: the number of visitors minus likes and the smaller the resulting figure, the higher its status.


Based on Google and Bing search results. As a social component of Facebook and Twitter (I would like more participants, but others have something really bad with the API). As the number of visitors to the API API.

Next, take the above formula and run each resulting link from a search engine through it:
')
image

It would be foolish not to use the ranking algorithms of the search engines themselves. Therefore, the result is still divided by the search factor which is calculated very simply:

google + bing

Then you should simply sort the results and output them to the user (I decided to display only the first 15 results)

During the evening, I coded, launched, looked and decided that this should be seen outside of localhost. In principle, the results were to some extent expected. I always guessed that SEO does not stop there, but that huskies can bring such dissonance to the issue I did not expect.

So what happened?

It turned out what was expected and wanted to get. That is, if you are looking for an apartment in Moscow, then there and there you will see realtor cantors. But in the first case, there will be those in which property is more often mentioned, and in the second case, those for which there are more likes and tweets. The results with public figures are also encouraging, the people obviously love the negative more.

The results of the work can be seen on mfrscc.appspot.com . Anticipating the question immediately answer these letters that do not mean anything. Just when registering a domain, 5 letters were randomly typed, and fortunately the domain was free.

What problems can you face?

Possible bugs, exceptions and interruptions (brakes) with hosting. In IE does not work. Well, they themselves understand that it works much slower than Google for obvious reasons.

For husky special thanks.

Source: https://habr.com/ru/post/143965/


All Articles