VPCART can dynamically change the title of the categories display, product display and automated extended description display using information from the database.
In file shoppage_header.htminside “templates\default” folder, the below code is used to display the dynamic meta title:
<title><%shopdynamictitle “title”%></title>
VPCART can also generate dynamic META tags based on your product and category records. The code below is used to display the dynamic meta description and meta keywords:
<meta name="description" content="<%shopdynamictitle "description"%>" />
<meta name="keywords" content="<%shopdynamictitle "keywords"%>" />
In the Software Configuration,set the following two values:
Xtitle
|
Change this to be the title you wish to display when there is no dynamic title available. |
Xdynamictitle |
Set this to Yes to turn on dynamic titles. If No all pages will display the title in xtitle. |
The following table describes where the information for the title and META tags is retrieved from.
1. Product pages
To setup meta tags for a product,
you can go to Store > Products, in the edit product page, go to section Meta
Information.
If you did not enter the meta tags for the fields above, then VPCART will use the product fields below automatically:
Tag |
Field Used |
Title |
cname |
Description |
cdescription |
Keywords |
keywords
|
2. Category pages
To setup meta tags for a category,
you can go to Store > Categories, in the edit category page, go to section
Meta Information.
If you did not enter the meta tags for the fields
above, then VPCART will use the category fields below automatically:
Tag |
Field Used |
Title |
catdescription |
Description |
catmemo |
Keywords |
catdescription |
3. Content pages
To setup meta tags for a content,
you can go to Store> Page Manager, in the edit content page, go to section
Meta Information.
If you did not enter the meta tags for the fields above, then VPCART will use the content fields below automatically:
Tag |
Field Used |
Title |
message |
Description |
message2 |
Keywords |
other1 |
4. News pages
To setup meta tags for news, you can
go to Store> News Manager, in the edit news page, go to section Meta
Information.
If you did not enter the meta tags for the fields above, then VPCART will use the content fields below automatically:
Tag |
Field Used |
Title |
message |
Description |
message |
Keywords |
other1 |
5. Blog pages
To setup meta tags for a blog, you can go to Store> Blog Manager, in the edit blog page, go to section Meta Information.
If you did not enter the meta tags for the fields above, then VPCART will use the content fields below automatically:
Tag |
Field Used |
Title |
message |
Description |
message |
Keywords |
other1 |