N
N
Nikita Dergachov2019-03-07 10:54:07
Search Engine Optimization
Nikita Dergachov, 2019-03-07 10:54:07

Which url is best for SEO?

Which url would be better for seo and why, blog/{blog_id}/{blog_title} or blog/{blog_title}/{blog_id} or your variations?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
Maxim Timofeev, 2019-03-07
@vanillathunder

Both are equally bad, since both {blog_title} and {blog_id} are identifiers for the same thing.
Well
site.com/section/subsection/record_id
you
have site.com/section/subsection/record_id/record_id_other
search engine will expect entry_id to be a section for record_id_other, which is not the case. So in your case there are two correct options:
blog/{blog_id}
and
blog/{blog_title}
while the second one is preferable

A
Andrey Golubev, 2019-03-07
@AndrewMn

If you choose from the two proposed options, then it is better to move "from the general to the particular" i.e. blog/{blog_title}/{blog_id} . Because we get the structure recommended by Yandex for webmasters and from experience - it will be more useful for users. Item 4 https://yandex.ru/support/webmaster/recommendation... .

E
Evgeny Yudin, 2019-03-07
@RotgarSett

This url would be correct blog/{blog_title}/{blog_id}
Again, you need to move from the general to the specific. Sections-subsections-pages within subsections.

P
Puma Thailand, 2019-03-07
@opium

Both shit remove blog id

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question