6 replies [Last post]
n0chance's picture
Offline
Joined: 11/28/2007
Juice: 38
Was this information Helpful?

Hi,

I am using the metadata module and am able to add metadata to the catalog taxonomy items (Content Management -> Categores -> List -> Catalog -> List Terms)

The metadata does appear on this page if you view source.
http://www.diysolarlights.com/taxonomy/term/8

However, I am having trouble figuring out why the metadata does not appear on the catalog page:
http://www.diysolarlights.com/catalog/8/solar_flood_lights

Any ideas?

Thanks!

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Adding MetaData to Catalog Items

The catalog pages don't use the same hooks as the taxonomy pages. The metadata module is probably set up to put that information only on those particular pages, directly in the code.

n0chance's picture
Offline
Joined: 11/28/2007
Juice: 38
Lyle wrote:The catalog pages
Lyle wrote:

The catalog pages don't use the same hooks as the taxonomy pages. The metadata module is probably set up to put that information only on those particular pages, directly in the code.

Thanks for the response.

Should I be looking at some other module that can help me with the taxonomy pages?

n0chance's picture
Offline
Joined: 11/28/2007
Juice: 38
Lyle wrote:The catalog pages
Lyle wrote:

The catalog pages don't use the same hooks as the taxonomy pages. The metadata module is probably set up to put that information only on those particular pages, directly in the code.

Any ideas on what needs to be done or what modules can help with this?

jimijamesi's picture
Offline
Joined: 08/19/2007
Juice: 75
I used a tag and specified

I used a span tag and specified the spaned text colour to be the same as the backgound colour
(in the css- class wonw = white on white)

description...
<span class="wonw"> similar to: Purple facetted </span>

that way the text is indexed for search purposes, essentially meta data... its a hack but it works...

n0chance's picture
Offline
Joined: 11/28/2007
Juice: 38
jimijamesi wrote:I used a
jimijamesi wrote:

I used a span tag and specified the spaned text colour to be the same as the backgound colour
(in the css- class wonw = white on white)

description...
<span class="wonw"> similar to: Purple facetted </span>

that way the text is indexed for search purposes, essentially meta data... its a hack but it works...

Hmm that is a little bit hard for me to do since I have content in the header and menu, that gets indexed first;

I'm wondering how this site did it though: http://www.playersracquetshop.com/catalog/tennis/racquets
If you view source, you see meta keywords (but no description)

fmrandd's picture
Offline
Joined: 09/04/2008
Juice: 21
Re: Adding MetaData to Catalog Items

I am having this same problem. I have put the information in the category descriptions (Administer --> Categories --> List Terms --> Edit (for the category). Description and keyword have been entered. The Meta tags module is enabled. Keywords and Description are checked for "Enable on Edit Form" and also for "Tags to output in HTML head".

The only thing that is appearing is the keywords tag that I entered for the Meta tags module under "Global".

Is there a fix for this?