Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Define Pages Meta Information for SEO

Define Pages Meta Information for SEO

Locked

Views: 1,342

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
1 Sep 2008, 11:48 PM
#1
matt123 avatar

matt123

New Zenner

Join Date:
Nov 2007
Posts:
46
Plugin Contributions:
0

Define Pages Meta Information for SEO

Is it possible to add meta information to individual Define Pages?

Is it possible to alter the link structure of define pages, creating sub directory pages?

(ex:mywebsite.com/define-page-1/sub-define-page)

I'm in the process of moving a site from Wordpress to Zen Cart. It has a number of landing pages with sub-directory pages to provide a multi-tiered SEO approach.

I know that I can install Wordpress on Zen Cart, however I do not want to have to add an additional directory before the landing pages.

Any advice is appreciated!

2 Sep 2008, 1:37 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Define Pages Meta Information for SEO

For define pages - load and view the address in the browser bar

i.e. contact page = index.php?main_page=contact_us
privacy page = index.php?main_page=privacy

Knowing this create a folder inside your template folder
/contact_us
/privacy

Grab a copy of the common/html_header.php and edit it for the specific page and place in the appropriate folder

2 Sep 2008, 2:47 AM
#3
matt123 avatar

matt123

New Zenner

Join Date:
Nov 2007
Posts:
46
Plugin Contributions:
0

Re: Define Pages Meta Information for SEO

Thanks for the help!