I
I
Ilya Filonov2020-10-09 12:04:39
ASP.NET
Ilya Filonov, 2020-10-09 12:04:39

Why does the site appear crooked in the search engine?

Why is the site germes-avtovoz.ru so badly displayed in search engines?

5f80272e7d3c6762023309.png

Here is the content of the taghead

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Гермес-авто | Автоперевозки по России</title>
<meta name="keywords" content>
<meta name="description" content="Компания 'Гермес-Авто' занимается перевозкой легковых автомобилей по всей России без посредников. Большой собственный парк автовозов позволяет перевезти Ваш автомобиль быстро, выгодно и в срок">
<meta property="og:title" content="Гермес-авто | Автоперевозки по России">
<meta property="og:description" content="Компания 'Гермес-Авто' занимается перевозкой легковых автомобилей по всей России без посредников. Большой собственный парк автовозов позволяет перевезти Ваш автомобиль быстро, выгодно и в срок">
<meta property="og:url" content="http://germes-avtovoz.ru/">
<meta property="og:type" content="website">
<link rel="stylesheet" href="/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="./css/slick-theme.css">
<link rel="stylesheet" href="./css/slick.css">
<link rel="stylesheet" href="./css/main.css">
<link href="https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans&display=swap" rel="stylesheet">

<script src="https://kit.fontawesome.com/778e9c724b.js" crossorigin="anonymous"></script>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="./js/slick.min.js"></script>
</head>

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Kovalsky, 2016-02-03
@dmitryKovalskiy

I will not go into the details of your architecture and the purpose of the Model project. Does your application know what Entity Framework is (does it have the right reference)? Also check the reference for the data access provider if you are not using the default ones. It seems that the text of the error tells you about it.

L
Lord_Dantes, 2020-10-09
@Lord_Dantes

https://support.google.com/webmasters/answer/74511...

A
Anton Velichko, 2020-10-09
@ReactorHeart

Why does the site appear crooked in the search engine?

What need to do:
  1. create a robots.txt file
  2. write the necessary directives in it (depending on the CMS of your site, examples can be found on the Internet)
  3. place it in the root of the site (most likely it is a folder named httpdocs/germes-avtovoz.ru on the server of your site) or create a ticket to Machost hosting support so that they place the robots.txt file you prepared

After uploading the file to the server, check it in the Robots.txt File Inspection Tool:
  • for Google: https://www.google.com/webmasters/tools/robots-tes...
  • for Yandex: https://webmaster.yandex.ru/tools/robotstxt/

If errors are found, fix them.
After that the problem should be solved.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question