+ Reply to Thread
Results 1 to 5 of 5

Thread: Where are the Metatag in SQL Tables

  1. #1
    Junior Member
    Join Date
    Dec 2022
    Posts
    21

    Where are the Metatag in SQL Tables

    Hi again,

    i searched for SQL-Table to set metatags for categorys with sql.

    But i couldn

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,168
    Hello,

    The script adds meta info into the table lang_keys using the following phrase keys:

    categories+meta_description+category_key

    categories+meta_keywords+category_key

    categories+listing_meta_description+category_key

    categories+listing_meta_keywords+category_key

    categories+listing_meta_title+category_key

  3. #3
    Junior Member
    Join Date
    Dec 2022
    Posts
    21
    I found the values in key and i understood the logic

    Do you maybe have a ERD Diagramm?

    Thank you
    Last edited by Andre F; December 27, 2022 at 09:08 PM. Reason: Had another question

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,168
    Unfortunately, not

  5. #5
    Junior Member
    Join Date
    Dec 2022
    Posts
    21
    I generated with Java a File with a cupple SQL Insert for Metatags -> The filesize got for each language 6,7 MB of SQL commands.
    PHP Myadmin will not allow a size that big.

    It isn

+ Reply to Thread