forked from LiveCarta/LiveCartaWP
seo links
This commit is contained in:
@@ -19,24 +19,24 @@ require_once 'inc/walker-nav-menu.php';
|
||||
<div class="footer-menu">
|
||||
<div class="fm-col">
|
||||
<div class="title">Product</div>
|
||||
<a href="/features">Features</a>
|
||||
<a href="/collection">Chapter Collections</a>
|
||||
<a href="/custom-copy">Customized book copies</a>
|
||||
<a href="/individual-chapters">Individual Chapters</a>
|
||||
<a href="/blog">Blog</a>
|
||||
<a href="/features/">Features</a>
|
||||
<a href="/collection/">Chapter Collections</a>
|
||||
<a href="/custom-copy/">Customized book copies</a>
|
||||
<a href="/individual-chapters/">Individual Chapters</a>
|
||||
<a href="/blog/">Blog</a>
|
||||
</div>
|
||||
<div class="fm-col">
|
||||
<div class="title">Legal</div>
|
||||
<a href="/privacy-policy">Privacy Policy</a>
|
||||
<a href="/cookies-policy">Cookies Policy</a>
|
||||
<a href="/terms-of-use">Terms of Use</a>
|
||||
<a href="/privacy-policy/">Privacy Policy</a>
|
||||
<a href="/cookies-policy/">Cookies Policy</a>
|
||||
<a href="/terms-of-use/">Terms of Use</a>
|
||||
</div>
|
||||
<div class="fm-col">
|
||||
<div class="title">Contact</div>
|
||||
<a href="<?= get_lawcarta_url()?>/review-copy">Request review copy</a>
|
||||
<a href="/contact-us">Contact Us</a>
|
||||
<a href="/faq-page">FAQs</a>
|
||||
<a href="/about-us">About Us</a>
|
||||
<a href="/contact-us/">Contact Us</a>
|
||||
<a href="/faq-page/">FAQs</a>
|
||||
<a href="/about-us/">About Us</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -242,8 +242,8 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
catalog: appUrl + '/catalog',
|
||||
library: appUrl + '/library',
|
||||
// bundles: appUrl + '/bundle',
|
||||
features: wpUrl + '/features',
|
||||
aboutUs: wpUrl + '/about-us',
|
||||
features: wpUrl + '/features/',
|
||||
aboutUs: wpUrl + '/about-us/',
|
||||
cart: appUrl + '/checkout/cart',
|
||||
login: appUrl + '/user/login',
|
||||
signUp: appUrl + '/user/registration',
|
||||
|
||||
Reference in New Issue
Block a user