Results 1 to 10 of 10
  1. #1
    Join Date
    Nov 2008
    Location
    Seattle, WA
    Posts
    52
    Plugin Contributions
    0

    red flag Adding additional unique paragraphs to each category page?

    Im trying to add unique paragraphs explaining each category page at the bottom for SEO purposes. site is www.ribbonsbaskets.com I have a small sentence to a paragraph at the top of each page but would like to add much more to the bottom. Im trying to increase my keyword density on each page while providing some enticing descriptions. Cant figure out how to do it easily, right now my gourmet description is on every page. I just put the descriptions on the bottom of the tpl_modules_product_listing.php file.

  2. #2
    Join Date
    Nov 2008
    Location
    Seattle, WA
    Posts
    52
    Plugin Contributions
    0

    Default Re: Adding additional unique paragraphs to each category page?

    Any help would be appreciated, ive looked all over the place for an answer.

  3. #3
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Adding additional unique paragraphs to each category page?

    You can put something like this in your tpl_footer.php

    It show different message at different time of day. Someone I feel knows his stuff (works at google) say this is at least a little more effective than having a random text on each page load.

    You will have to add your own css entry for #toetxt

    Code:
    <div id="toetxt">
    <?php $now=date("g"); ?>
    
    <?php if (($now==1) || ($now==4) || ($now==7) || ($now==10)){ ?>
    Add your some nice words and text here...
    <?php	} ?>
    
    <?php if (($now==2) || ($now==5) || ($now==8) || ($now==11)){ ?>
    Add your some nice words and text here...
    <?php	} ?>
    
    <?php if (($now==3) || ($now==6) || ($now==9) || ($now==12)){ ?>
    Add your some nice words and text here...
    <?php	} ?></div>
    <br /><br />

  4. #4
    Join Date
    Nov 2008
    Location
    Seattle, WA
    Posts
    52
    Plugin Contributions
    0

    Default Re: Adding additional unique paragraphs to each category page?

    I need a unique paragraph for each category of gift baskets, not really descriptions that cycle.

  5. #5
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Adding additional unique paragraphs to each category page?

    I see, I am sorry to misunderstand.

    If you do not have an unreasonable number of categories, you can test the cPath variable and display different text based on its value.

    If you have many categories then this is not practical.

  6. #6
    Join Date
    Nov 2008
    Location
    Seattle, WA
    Posts
    52
    Plugin Contributions
    0

    Default Re: Adding additional unique paragraphs to each category page?

    I'll research that, not quite sure what a cPath is. Thank you kiddo!

  7. #7
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Adding additional unique paragraphs to each category page?

    You want this mod: Short Description for Categories.
    I don't know for sure that it will work with the latest version of Zen Cart, but investigate and find out (there should be a support thread).

  8. #8
    Join Date
    Nov 2008
    Location
    Seattle, WA
    Posts
    52
    Plugin Contributions
    0

    Default Re: Adding additional unique paragraphs to each category page?

    i cant figure it out

  9. #9
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: Adding additional unique paragraphs to each category page?

    The most efficient way of doing this would be to add a second category description to each category - the first one could be short for the top of the page, and the second you could make longer for your SEO. It would mean adding an extra database field to the categories_description table, modifying the categories page in admin so you could enter/edit the content, and then modifying your templates to display it.
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  10. #10
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Adding additional unique paragraphs to each category page?

    The mod support thread, Short Description for Categories... have a description above & below product list, says the version in Free Addons is good for ZC v1.3.8a.

 

 

Similar Threads

  1. Adding additional text on each product page
    By AkaMaDdiSk in forum Customization from the Admin
    Replies: 2
    Last Post: 30 Aug 2010, 04:40 PM
  2. Is it possible to create a unique page header for each EZ Page?
    By ThomasT in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 11 Jul 2010, 06:06 PM
  3. Add unique text to each product page
    By mbgatmerc in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Oct 2009, 10:36 PM
  4. Adding another unique ID-number to each product
    By koenvandamme in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 6 Mar 2009, 02:15 PM
  5. Product layout unique for each category?
    By DocRocks in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 23 Jun 2008, 09:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg