7 replies [Last post]
bhardy101's picture
Offline
Joined: 02/26/2009
Juice: 25
Was this information Helpful?

Hi,

I'm trying to change the Page Title, Meta Tags & Keywords for the Catalogs in ubercart. Of course I have the Page Title and Nodewords Modules installed, and I am able to change the page titles, meta and keywords on all of the other pages & products on the site. If I goto: /admin/content/taxonomy/ then "list terms" of Catalog, and "edit" one of the Terms in Catalog, I get all the yummy options of Term Name, Image, Description, Advanced Options, Meta description and keywords. But no Page Title.

And best of all, the Meta Tags and Keywords that I input, don't show up on the catalog. When you view your catalog, right click, view source, the "basic" (default pattern: [page-title] | [site-name]) title of the catalog name is there, but no meta or keywords that I entered in the "Edit Term" of the catalog.

Thank you in advance for the help.

-b

bhardy101's picture
Offline
Joined: 02/26/2009
Juice: 25
No reply?

Maybe i'm in the wrong section, or have a unique problem, does no one have a answer?

meeven's picture
Offline
Joined: 03/01/2009
Juice: 29
Re: How To Change the Page Title, Meta Tags & Keywords for Catal

Since the Ubercart catalogue system is based on Drupal's taxonomy feature, you must the Taxonomy Title module.

bhardy101's picture
Offline
Joined: 02/26/2009
Juice: 25
ok

Hrmmm, ok. I'll check around there. Thanks for the reply.

chum's picture
Offline
Joined: 02/27/2009
Juice: 151
Re: ok

Looks like I'm in the exact same boat as you, bhardy101. However I HAVE been able to get meta keywords and descriptions to display on specific catalog pages by using the nodewords path module.

grobot's picture
Offline
Joined: 04/12/2008
Juice: 289
new uc_nodewords module for Ubercart / Meta Tags integration

I've just added a module (first DEV release for D5 / UC 1.x will appear soon) here: http://drupal.org/project/uc_nodewords

Please download and test, and file bug reports if it doesn't work for you.

Cheers

Giant Robot - for campaign, charity, ngo & online store solutions - www.giantrobot.co.nz

bloke_zero's picture
Offline
Joined: 03/24/2009
Juice: 62
D6 - meta page title

It seems like the catalog doesn't render the page_title modules titles, so for Drupal 6 my best answer is to use views rather than the catalog display (turn off the UC catalog module to disable)

then

1. turn on taxonomy_term view (and configure as you want)
2. use the latest version of page-title (2.2 at time of writing),
3. turn on page-title for those taxonomy terms (Content management > Page titles)
4. you'll see an additional page title field turn up under the Advanced settings on the Taxonomy term edit where you can set the pagetitles

------------------------------
http://zero-design.info

Juanzo@drupal.org's picture
Offline
Uber Donor
Joined: 05/05/2008
Juice: 79
Re: How To Change the Page Title, Meta Tags & Keywords for Catal

Is there any other way to accomplish this without having to disable the catalog module?