![]() |
How to modify Contact Us meta tags?
At www.cheapglasses.net, I found the following pages have the same description:
Contact us My Account Register <meta name="description" content="The powerful shopping cart software for web stores and e-commerce enabled stores is based on PHP5 with SQL database with highly configurable implementation based on templates" /> How can we modify each page's meta tags (title, description,keywords),pls? |
Re: How to modify Contact Us meta tags?
Out of the box you can change the meta description and keywords for content pages only (products, categories, brands, articles, ...). I.e. for those pages that contain information that people may search for in search engines. I believe that for other types of pages the meta tags are almost useless and give you nothing from the SEO perspective.
However, you can alter the tags by creating a module that overrides the \XLite\Controller\AController::getMetaDescription( ) and \XLite\Controller\AController::getKeywords() methods. |
Re: How to modify Contact Us meta tags?
Quote:
how to do, pls? |
Re: How to modify Contact Us meta tags?
For the contact us page you should create classes/XLite/Module/XC/CustomSkin/Controller/Customer/ContactUs.php with the following contents and then enable Custom Skin module (or redeploy the store if the module is enabled already):
PHP Code:
For other pages you should create similar files, but with a different location/namespace/name of the class being extended. Also, you need the @LC_Dependencies only for controller classes that are added by modules (change it in accordance with the module name), for core classes skip it. |
Re: How to modify Contact Us meta tags?
I have create ContactUs.php under classes/XLite/Module/XC/CustomSkin/Controller/Customer/
but did not find this module name under /admin.php?target=addons_list_installed |
Re: How to modify Contact Us meta tags?
Do you see in under /admin.php?target=addons_list_installed&substring=c ustom%20skin ?
If not, please check if there is the classes/XLite/Module/XC/CustomSkin/Main.php file. |
Re: How to modify Contact Us meta tags?
no Main.php, I have created this file with the following contents, still not working
Code:
<?php |
Re: How to modify Contact Us meta tags?
solved.
Re-deploy your store via the admin area of your X-Cart, this is very important, after I re-deploy www.cheapeyeglasses.net, I got what I need. Detailed steps, pls visit http://kingphp.com at http://kingphp.com/411.html |
Re: How to modify Contact Us meta tags?
You can actually redefine the default meta description via a language label, no need to write a module.
The one you are looking for is 'default-meta-description'. |
Re: How to modify Contact Us meta tags?
Quote:
good idea |
All times are GMT -8. The time now is 02:58 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.