Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Apr 2011
    Posts
    584
    Plugin Contributions
    0

    Default ZC 2.0.1 Meta Tag EZ page

    How do you define Meta for EZ page in ZC 2.0.1?

    In previous version, i was editing meta_tag.php to define the EZ pages meta.

    I tried the following in ZC 2.0.1 with meta_tag.php but no luck

    Code:
     $define = [
        'TITLE' => 'Royal Fleur Florist',
        'SITE_TAGLINE' => '- Same Day Flower Delivery',
        'CUSTOM_KEYWORDS' => '',
    	'HOME_PAGE_META_DESCRIPTION'=>'500 Magnolia Avenue Larkspur, CA. (415) 891-3140 Royal Fleur is a Marin County florist, located in Larkspur and specializied in flower delivery and creation of floral arrangements for all occasions.',
    	'HOME_PAGE_META_KEYWORDS'=> 'florists,florist in, local florist, florist larkspur ca, fresh cut flowers, Marin County flowers,larkspur CA,local flower shop, florist marin county ca, flower delivery, birthday flowers, get well flowers , anniversary flowers, floral arrangements,sympathy flowers, same day flower delivery, floral arrangements, wedding flowers,wedding bouquet, wedding arrangements, Corte Madera, Greenbrae, Kentfield, Ross, San Anselmo, Tiburon, San Rafael, Mill Valley, long-lasting flowers, breath-taking wedding designs, , flower bouquets,flowers, roses, same day delivery,Belvedere,Greenbrae,Larkspur, San Anselmo,Sausalito, and Tiburon',
    
        'HOME_PAGE_TITLE' => 'Florist Larkspur CA | Local Flower Delivery | Royal Fleur',
        'META_TAGS_REVIEW' => 'Reviews: ',
        'PRIMARY_SECTION' => ' - ',
        'SECONDARY_SECTION' => ' - ',
        'TERTIARY_SECTION' => ' ',
        'METATAGS_DIVIDER' => ' ',
        'META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS' => 'Testimonials at ' . STORE_NAME . ' ',
        'META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER' => 'Testimonials at ' . STORE_NAME . ' ',   
    	
    	//All Occasions
    
      'META_TAG_DESCRIPTION_EZPAGE_28','Send stunning flowers for any occasion from Royal Fleur Florist.Browse our wide selection of bouquets, arrangements, and gifts for birthdays, anniversaries, holidays, and more.',
      'META_TAG_KEYWORDS_EZPAGE_28','Flowers by occasion,Birthday flowers,Anniversary flowers,Holiday flowers,Sympathy flowers, Same-day flower delivery',
      'META_TAG_TITLE_EZPAGE_28', 'Flowers by Occasions | Royal Fleur Florist',
    ];
    
    return $define;
    The meta provided are not being picked up.

    Any advice on this please?

    Thank you
    Last edited by nicksab; 22 Nov 2024 at 04:51 AM.

  2. #2
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: ZC 2.0.1 Meta Tag EZ page

    Code:
    'META_TAG_TITLE_EZPAGE_28', 'Flowers by Occasions | Royal Fleur Florist',
    replace the comma with =>
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: ZC 2.0.1 Meta Tag EZ page

    ... in all 3 of the last lines in the array definition.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #4
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: ZC 2.0.1 Meta Tag EZ page

    yes, I suppose I should have pointed out that all of the ezpages ones were wrong instead of just grabbing the shortest one to be the example....Friday lazy
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  5. #5
    Join Date
    Apr 2011
    Posts
    584
    Plugin Contributions
    0

    Default Re: ZC 2.0.1 Meta Tag EZ page

    WOW. Definitely miss that one big time. I should pay more attention instead of copy/paste my changes.

    Thank you both very much

 

 

Similar Threads

  1. Meta Tag on product page?
    By gpsupps10 in forum Basic Configuration
    Replies: 2
    Last Post: 23 May 2014, 07:00 PM
  2. Main store Meta Tag overwriting Individual Item meta tag
    By DPerezjr in forum Basic Configuration
    Replies: 0
    Last Post: 20 Feb 2010, 11:12 PM

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