Oblivion
Oblivion

Reputation: 41

Same H1 Tag in different pages?

Can I use same H1 tag in all pages? For example:

<header> <h1>Here is some description of the activity on the site</h1></header>

The code above will be the same on each page in header.php. Is it semantically correct?

Upvotes: 1

Views: 346

Answers (1)

Yes, it is semantically correct. But Google Search Engine Optimization Guide doesn't recommend to do it.

Upvotes: 1

Related Questions