E
E
Evgeny Kolegov2015-08-16 14:54:18
css
Evgeny Kolegov, 2015-08-16 14:54:18

How will website updates affect SEO?

Hello!
We plan to rewrite the site from scratch, the question arose: "How will this affect SEO?".
Of course, I would not say that everything is super in terms of SEO right now, rather everything is just the opposite. Specifically, we are interested in the TIC indicator, will we lose it if some of the links lead to a 404 page?
Please share your experience.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
L
Lander, 2019-02-11
@usdglander

li a {
  line-height: 30px;
}

It?

I
Ilya, 2019-02-11
@Rimush

The picture needs to be a background.
Something like this:

<ul>
  <li><a class="" href="#">Li1 text</a></li>
  <li><a class="" href="#">Li2 Text</a></li>
</ul>

a {
  background-image: url(_include/img/icon_side.png);
  background-position: center;
  line-height: 30px;
  text-align: center;
}

V
Vlad Harbarchuk, 2015-08-16
@KollegOFF

Make sure the url stays the same, and if you change it, make a 301 redirect. Titz will be the same if you don't change the domain

A
archelon, 2015-08-16
@archelon

do 301 redirects for all addresses.

Z
zooks, 2015-08-16
@zooks

As written above, keep the original URLs, if they are not completely terrible.
The second solution is to set up redirects, but it will take a long time for search engines to take them into account.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question