C
C
cactuss2014-04-11 14:42:14
HTML
cactuss, 2014-04-11 14:42:14

Do these tags affect SEO?

I'm still a beginner and I'm still learning, so forgive me if this is a dumb question...
I want to know if tags such as:

<section></section>
<article></article>

And when is the best time to use them?
After reading, I learned a lot of tags that are not particularly supported by Google, not to mention ie9. Should they be used? Will they give changes in seo or not?
<div>
        <h1>name</h1><img>
        <a href="#">ссылка на..</a>
        <div>описание</div>
        <p>доп. информация.</p>
</div>

or
<section>
        <h1>name</h1><img>
        <a href="#">ссылка на..</a>
        <article>описание</article>
        <p>доп. информация.</p>
</section>

will there be a difference in seo?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
K
Konstantin Andreevich, 2014-04-12
@cactuss

It's just a layout. And what about SEO?

C
cactuss, 2014-04-11
@cactuss

Sori that classes are not prescribed ... now they are simply not needed.

K
Kuptsov Robert, 2014-04-15
@Maxim4eck777

When creating new projects, it will not be superfluous to oblige the layout designer to use the rules of semantic markup. Now this is not used, but earlier OpenGraph was not supported either .....
Also, oblige the typesetter to add OG markup - you just need to take it as a rule, what it gives, I think you have already gone to look))

M
Mike11, 2014-07-19
@Mike11

No, it doesn't matter.

O
orido, 2017-12-23
@orido

They do not fundamentally affect, but at the layout stage it will be good to add micro-markup in order to get high-quality snippets. Especially relevant for Google.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question