Site logo

Archived topic

Change h6 breadcrumbs to div

15 replies · Started by Fernando on July 4, 2017

Viewing posts 1–15 of 16

I'm not seeing any H6 elements in the breadcrumbs?

Yes, just above the comments and sharing buttons. Look

The post navigation?

Try this instead:

.post-navigation {
    color: #666;
    font-family: "Lato",Sans-serif;
    font-weight: 300;
    font-size: 18px;
}

The h6 you're seeing is actually the screen reader text, which makes your site more accessible to people who need it.

The actual links are divs and spans.

If you inspect the post with the extension "Web developer" of Chrome, you will see that it detects the navigation of entries as h6, and that is why I want to change it, because I do not have any h5 and directly to h6 is an SEO error.

Your screenshot is showing the same thing as I mentioned - the H6 is for screen readers which is important.

It's possible that other elements on your site are using h6 - maybe breadcrumbs. You'd have to check the HTML.

Yes, that's what I say. And how can I change that h6 to h4 or div? Is that for SEO you can't have a h6 if you do not have an h5 before for example.

Do I have to copy only the shaded lines in yellow? Lines 11 to 69? In what file do I have to copy them? Why do not you recommend doing it?

Ok, so I don't do anything, and I hope that you incorporate it into some update.

This archived topic is closed to new replies.