E
E
ebbk2021-04-03 12:24:24
JavaScript
ebbk, 2021-04-03 12:24:24

Would this be considered a user activity?

For example, in a certain place I do not need the page to reload and the user does not scroll the page to find the content below. The pages themselves are similar, only different text, different pictures and videos.

Is it possible for me to just load only the desired content via fetch or ajax on click, and replace the content with ?
Will this be considered a user activity following links, or should we not?

I will do so

link.onclick = function() {
               //Тут ставлю ajax загружаю контент потом меняю ссылку
    history.pushState({param: 'Value'}, '', this.getAttribute('href'));
    return false;
  }

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2021-04-03
@ebbk

Google on the drum. And it’s convenient for the user.
The main thing is to make sure that the content is present for the Google bot. And by the way, why are the pages broken into chunks not satisfied?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question