Reputation: 41
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
Reputation: 301
Yes, it is semantically correct. But Google Search Engine Optimization Guide doesn't recommend to do it.
Upvotes: 1