Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Feb 2010
    Posts
    58
    Plugin Contributions
    0

    Default Re: Meta Tags - Defining Issues

    hi, can someone help me? I need to set the form of the metatag to all products by activating product name on SI and title on SI to all products and not one by one, they are so many products ...

    maybe with a mysql query?

    thank you

  2. #12
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: Meta Tags - Defining Issues

    Quote Originally Posted by echexxxxxxxx10 View Post
    hi, can someone help me? I need to set the form of the metatag to all products by activating product name on SI and title on SI to all products and not one by one, they are so many products ...

    maybe with a mysql query?

    thank you
    I believe you should be able to do this using Easy Populate (EP4) plugin - do a full product export then in excel you can change the fields to '0' for off or '1' for on for each of the fields shown on the form (starting at column Y - you can even allocate the meta tags for all products, if they are the same or same by category or group of products by copying down the column, in this spreadsheet ........ then import the file and once imported click the copy to data base button.

    Setting Product Name to on (1) will automatically allocate your product a meta title as per product name (with title set to '0') ....... *** however as I learned the hard way you MUST enter at least one keyword in meta keywords. My settings are Product Name > on ... everything else is off .... then some keywords in the keyword column.

    I hope this helps.

    cheers,
    Mike

  3. #13
    Join Date
    Feb 2010
    Posts
    58
    Plugin Contributions
    0

    Default Re: Meta Tags - Defining Issues

    Quote Originally Posted by shags38 View Post
    I believe you should be able to do this using Easy Populate (EP4) plugin - do a full product export then in excel you can change the fields to '0' for off or '1' for on for each of the fields shown on the form (starting at column Y - you can even allocate the meta tags for all products, if they are the same or same by category or group of products by copying down the column, in this spreadsheet ........ then import the file and once imported click the copy to data base button.

    Setting Product Name to on (1) will automatically allocate your product a meta title as per product name (with title set to '0') ....... *** however as I learned the hard way you MUST enter at least one keyword in meta keywords. My settings are Product Name > on ... everything else is off .... then some keywords in the keyword column.

    I hope this helps.

    cheers,
    Mike
    thanks so much for the answer, the fields are all full, I just want to bring to Setting Product Name on (1), but I could do it without installing anything, directly on the database, only I do not find where this value is stored ...

  4. #14
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Meta Tags - Defining Issues

    Code:
    UPDATE products SET metatags_products_name_status = 1 WHERE metatags_products_name_status = 0 AND ...;
    Where ... is whatever additional criteria you want to have, such as a products_id, specific master_categories_id, etc... or remove the 'AND ...' at the end to change the setting for all product.

    Note though as shags38 pointed out, using a default version of ZC, something that is not empty as associated with php needs to be in either the metatags description or keywords section. If neither has a "truthy" value then the above metatag change will do nothing.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #15
    Join Date
    Feb 2010
    Posts
    58
    Plugin Contributions
    0

    Default Re: Meta Tags - Defining Issues

    Quote Originally Posted by mc12345678 View Post
    Code:
    UPDATE products SET metatags_products_name_status = 1 WHERE metatags_products_name_status = 0 AND ...;
    Where ... is whatever additional criteria you want to have, such as a products_id, specific master_categories_id, etc... or remove the 'AND ...' at the end to change the setting for all product.

    Note though as shags38 pointed out, using a default version of ZC, something that is not empty as associated with php needs to be in either the metatags description or keywords section. If neither has a "truthy" value then the above metatag change will do nothing.
    perfect thanks!
    Now I try,

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v154 All Products Duplicate Meta Descriptions and Meta Tags
    By bjake1 in forum General Questions
    Replies: 0
    Last Post: 20 Oct 2017, 06:41 PM
  2. Replies: 11
    Last Post: 23 Nov 2009, 02:57 AM
  3. Meta tags difference - Custom tags and....
    By Muzz in forum General Questions
    Replies: 2
    Last Post: 28 Aug 2009, 06:38 AM
  4. Replies: 1
    Last Post: 27 Nov 2008, 02:27 PM
  5. When setting product keyword meta tags, sitewide tags are added?
    By amdowney in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Nov 2008, 12:58 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