also adding some schema markup
@@ -4,7 +4,7 @@
<div id="inner-content" class="wrap cf">
- <div id="main" class="m-all t-2of3 d-5of7 cf" role="main">
+ <main id="main" class="m-all t-2of3 d-5of7 cf" role="main" itemscope itemprop="mainContentOfPage" itemtype="http://schema.org/Blog">
<article id="post-not-found" class="hentry cf">
@@ -34,7 +34,7 @@
</article>
- </div>
+ </main>
</div>
@@ -18,7 +18,7 @@
<h1 class="archive-title h2"><?php post_type_archive_title(); ?></h1>
@@ -67,7 +67,7 @@
<?php endif; ?>
<?php get_sidebar(); ?>
<?php if (is_category()) { ?>
<h1 class="archive-title h2">
@@ -88,7 +88,7 @@
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
@@ -59,7 +59,7 @@
@@ -19,7 +19,7 @@
@@ -89,7 +89,7 @@
@@ -70,7 +70,7 @@
+ <main id="main" class="m-all t-2of3 d-5of7 cf" role="main">
<h1 class="archive-title"><span><?php _e( 'Search Results for:', 'bonestheme' ); ?></span> <?php echo esc_attr(get_search_query()); ?></h1>
@@ -58,7 +58,7 @@
@@ -21,7 +21,7 @@
@@ -43,7 +43,7 @@
<h1 class="archive-title h2"><span><?php _e( 'Posts Categorized:', 'bonestheme' ); ?></span> <?php single_cat_title(); ?></h1>
@@ -66,7 +66,7 @@