Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Meta Tags - Defining Issues

    Quote Originally Posted by shags38 View Post
    As a suggestion for future development of ZC it would make sense to me to incorporate the adding of meta data on the product page so it is done at the same time as the product is entered with default pre-loading being product name and product description of that product with only keywords to be added - changing product name and description to 'custom' text would be selectable as an override. For the inexperienced at least the prime data will be there for the spiders to see as meta.
    Personally, I use CITTINS and do everything in one setting, even autotweet...
    https://www.zen-cart.com/downloads.php?do=file&id=2171

    I'm not so sure with today's search engines that metadata would be more impotent then content.. Maybe in the past... but it's interesting to see sites still trying the hidden keywords attempt.. Theirs nothing more time consuming then to have sites popup on a search that have nothing to do with the search!
    Dave
    Always forward thinking... Lost my mind!

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

    Default Re: Meta Tags - Defining Issues

    Quote Originally Posted by davewest View Post
    Personally, I use CITTINS and do everything in one setting, even autotweet...
    https://www.zen-cart.com/downloads.php?do=file&id=2171

    I'm not so sure with today's search engines that metadata would be more impotent then content.. Maybe in the past... but it's interesting to see sites still trying the hidden keywords attempt.. Theirs nothing more time consuming then to have sites popup on a search that have nothing to do with the search!
    Thanks Dave for the heads up on CITTINS - looks great, I will install it soon. You are right, content has always been king - meta data is more useful in structured data these days but meta <title> still plays a big part in SERP's .... if everything else on the site is conforming ....

    Thanks again for your help - much appreciated.

    cheers,
    Mike

  3. #3
    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

  4. #4
    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

  5. #5
    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 ...

  6. #6
    Join Date
    Jul 2012
    Posts
    16,817
    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...

  7. #7
    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,

 

 

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