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

@@ -9,7 +9,7 @@ $pageSlug = $page->post_name;
if ($page->post_parent !== 0) {
$parent_page = $pages[$page->post_parent]['page'];
$pageBG = $parent_page->post_name . '.png';
$pageBG = 'internal/' . $page->post_name . '.png';
} else {
$pageBG = $page->post_name . '.png';
}