Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Blog Markup #202

Closed
wants to merge 1 commit into from
Closed

feat: Blog Markup #202

wants to merge 1 commit into from

Conversation

marcobiedermann
Copy link
Contributor

Since posts are a collection of items that are sorted/ordered by date, they should be rendered as an ordered list in order to improve the page structure which will help search engines and screen readers to interpreter the content.

<ol>
  <li>
    <article></article>
  </li>
</ol>

Enhance blog HTML markup by displaying all blog posts as ordered list
@gatsbot gatsbot bot closed this Aug 23, 2020
@gatsbot
Copy link

gatsbot bot commented Aug 23, 2020

Hey, @marcobiedermann

Thank you for your pull request!

This repo is now a read-only repo that's synced from the main Gatsby monorepo at https://github.com/gatsbyjs/gatsby/.

We've moved all our starters to https://github.com/gatsbyjs/gatsby/tree/master/starters so changes to starters are made there.

Please checkout our contribution docs & recreate your PR against the starter directory in monorepo.

https://www.gatsbyjs.org/contributing/how-to-open-a-pull-request/

Thanks again!

Generated by 🚫 dangerJS

@marcobiedermann
Copy link
Contributor Author

Moved to gatsbyjs/gatsby#26601

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant