1.1.0 • Published 2 years ago

@onivoro/isomorphic-seo v1.1.0

Weekly downloads
335
License
-
Repository
github
Last release
2 years ago

isomorphic-seo

Terms

  • SIILA/siila: shareable and idependently identifiable logical area
  • Magazine: pretending it's an official W3C term for single-depth nesting of article tags wherein the top-level <article>'s only content consists of the child articles as direct descendants
  • MAG: magazine

Guidelines

Markup

  • Do use an article for every SIILA
  • Do nest article tags for parent-children scenarios if and only if the nested article tags are intended to be SIILAs as well
  • Do need exceed depth of 2
<article class="magazine all-browsers">
  <h1>Most Popular Browsers</h1>
  <article class="browser">
    <h2>Google Chrome</h2>
    <p>Google Chrome is a web browser</p>
  </article>
  <article class="browser">
    <h2>Mozilla Firefox</h2>
    <p>Mozilla Firefox is an open-source web browser</p>
  </article>
  <article class="browser">
    <h2>Microsoft Edge</h2>
    <p>Microsoft Edge is a web browser developed by Microsoft</p>
  </article>
  <footer>what can go here?</footer>
</article>
1.1.0

2 years ago

0.29.0

2 years ago

0.27.0

2 years ago

0.26.0

2 years ago

0.25.0

3 years ago

0.24.0

3 years ago

0.21.0

3 years ago

0.20.0

3 years ago

0.19.0

3 years ago

0.22.0

3 years ago

0.17.0

3 years ago

0.18.0

3 years ago

0.11.0

3 years ago

0.12.0

3 years ago

0.13.0

3 years ago

0.14.0

3 years ago

0.15.0

3 years ago

0.16.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago