seo links

This commit is contained in:
Jerry
2024-01-08 09:33:07 +01:00
parent e5a2b38f1e
commit 4fcbdf8d44
2 changed files with 13 additions and 13 deletions

View File

@@ -19,24 +19,24 @@ require_once 'inc/walker-nav-menu.php';
<div class="footer-menu"> <div class="footer-menu">
<div class="fm-col"> <div class="fm-col">
<div class="title">Product</div> <div class="title">Product</div>
<a href="/features">Features</a> <a href="/features/">Features</a>
<a href="/collection">Chapter Collections</a> <a href="/collection/">Chapter Collections</a>
<a href="/custom-copy">Customized book copies</a> <a href="/custom-copy/">Customized book copies</a>
<a href="/individual-chapters">Individual Chapters</a> <a href="/individual-chapters/">Individual Chapters</a>
<a href="/blog">Blog</a> <a href="/blog/">Blog</a>
</div> </div>
<div class="fm-col"> <div class="fm-col">
<div class="title">Legal</div> <div class="title">Legal</div>
<a href="/privacy-policy">Privacy Policy</a> <a href="/privacy-policy/">Privacy Policy</a>
<a href="/cookies-policy">Cookies Policy</a> <a href="/cookies-policy/">Cookies Policy</a>
<a href="/terms-of-use">Terms of Use</a> <a href="/terms-of-use/">Terms of Use</a>
</div> </div>
<div class="fm-col"> <div class="fm-col">
<div class="title">Contact</div> <div class="title">Contact</div>
<a href="<?= get_lawcarta_url()?>/review-copy">Request review copy</a> <a href="<?= get_lawcarta_url()?>/review-copy">Request review copy</a>
<a href="/contact-us">Contact Us</a> <a href="/contact-us/">Contact Us</a>
<a href="/faq-page">FAQs</a> <a href="/faq-page/">FAQs</a>
<a href="/about-us">About Us</a> <a href="/about-us/">About Us</a>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -242,8 +242,8 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
catalog: appUrl + '/catalog', catalog: appUrl + '/catalog',
library: appUrl + '/library', library: appUrl + '/library',
// bundles: appUrl + '/bundle', // bundles: appUrl + '/bundle',
features: wpUrl + '/features', features: wpUrl + '/features/',
aboutUs: wpUrl + '/about-us', aboutUs: wpUrl + '/about-us/',
cart: appUrl + '/checkout/cart', cart: appUrl + '/checkout/cart',
login: appUrl + '/user/login', login: appUrl + '/user/login',
signUp: appUrl + '/user/registration', signUp: appUrl + '/user/registration',