starting technical seo

This commit is contained in:
prospect
2024-01-17 05:40:00 -05:00
parent d0c3923e4c
commit 0bf417dcab
111 changed files with 322 additions and 280 deletions

View File

@@ -19,9 +19,9 @@ get_header(); ?>
<?php get_template_part('/templates/partials/page_header'); ?>
<!-- <div class="my-4 px-4 text-center">
<div class="p-4 text-center">
<h2 class="font-medium underline uppercase">Overview</h2>
</div> -->
</div>
<!-- Page Editor Content -->
<div class="prose max-w-7xl mx-auto">
@@ -29,6 +29,7 @@ get_header(); ?>
</div>
<?php get_template_part('/templates/top-level/' . $pageSlug); ?>
<p class="font-medium px-4 lg:text-center"><?php echo get_field('description', $pageID); ?></p>
<?php get_template_part('/templates/partials/subcategory_cards'); ?>
<?php }