Ai Descriptions for Categories Products Magento 2Ai Descriptions for Categories Products Magento 2
Fill in or enrich your eshop categories and product descriptions with the power of artificial intelligence.Overview
This AI-powered Magentoextension allows you to enhance your e-commerce categories and product descriptions, providing a better customer experience through meaningful descriptions and improving your SEO rankings through optimized content and internal linking. You can create descriptions for one or many categories and products and customize parameters such as target audience, e-shop name/brand, product characteristics, writing style, creativity level, and attributes to consider. You can also choose a store view to save the generated descriptions.
Additionally, it offers SEO features such as internal category links, Meta descriptions, both short and main product descriptions and the ability to append new descriptions to current ones. The product also provides an API log with historical data for reference.
Benefits for the shop owner:
- Improves Customer Experience: The AI-generated descriptions provide more meaningful and relevant information to customers, enhancing their shopping experience and increasing the likelihood of them making a purchase.
- Boosts SEO Rankings: The optimized content and automated internal linking helps to improve your website's ranking on search engines, increasing visibility and attracting more customers.
- Saves Time: Automating the description creation process saves you time and effort, freeing up resources for other important tasks.
- Customizable Results: The flexibility to set unique parameters for each batch creation, such as target audience, writing style, and product attributes, enables you to tailor your descriptions to your specific needs and preferences.
- Flexible Editing: You have (Gain) the ability to edit and make changes to the generated descriptions to ensure they accurately reflect your brand and products.
- Increased Product Awareness: Highlighting key product attributes, such as quality and price, in the descriptions helps to increase customer awareness and drive to sales.
- API Log: The API log provides historical data and records, making it easy to track progress and see the results of your efforts.
Cost of usage
Ai Descriptions for Categories & Products extension for Magento 2 is powered by Openai API. In order to use it you need to create an account at Openai.com and provide an API Key. By creating your account at Openai.com you get 18$ worth of tokens for free. Our extension utilizes the latest and most comprehensive and powerful algorithm of GTP-3 with a charge of 0,02$ per 1000 tokens. That means with an average of fewer than 200 tokens per description you can have about 4500 descriptions for free before you get charged from Openai. After the use of free tokens, the average cost of a single description is about 0,004$. This is a very low price for the quality of the service and the time that you earn.
Descriptions Approval
In order to optimize your results, set the parameters that are the most relevant to your categories/products for each batch creation. Once the description is generated, make sure that you check it and look for any inaccuracies. You can edit and change the generated description in order to be more accurate and in line with your preferences.
Features
- Fill in your eshop with meaningful descriptions with ease
- Full customization of every generated description
- Gain traffic and visibility with better SEO for your eshop’s pages
- Up to 4500 descriptions for free. As low as 0,004$ per description after that.
- Create a description for one or many categories
- Create a description for one or many products
- Set unique parameters for each batch creation like:
- Select target Audience (Age, Gender, Interests)
- Set Eshop name or brand
- Give emphasis on products' characteristics (Price, Quality, etc.)
- Select writing style (Creative, Persuasive, etc.)
- Define creativity level
- Select product attributes to be considered in description creation
- Select store view to save generated descriptions
- SEO Features
- Create internal category links
- Fill in Meta descriptions
- Fill in both short and main descriptions of products
- Append new description to current
- API Log with historical data
- Supported Languages: English
Requirements
Requirement | Supported versions | Notes |
---|---|---|
Magento 2 | 2.3.x, 2.4.x | Module won't work with versions prior to 2.3.0 due to absence of install schema scripts |
PHP | 7.0 or greater | Earlier versions will provoke errors due to the null coalescing operator |
Required user registration at OpenAI and API key creation.
Instructions
Install the package by following the instructions below:
- Unzip files in Magento's root directory
- Execute the following commands in SSH from Magento's root directory:
- For developer/default mode:
php bin/magento set:up php bin/magento s:d:c php bin/magento c:f
With one command:
php bin/magento set:up && php bin/magento s:d:c && php bin/magento c:f
- For production mode:
php bin/magento main:en php bin/magento set:up php bin/magento s:d:c php bin/magento s:s:d php bin/magento c:f php bin/magento main:dis
With one command:
php bin/magento main:en && php bin/magento set:up && php bin/magento s:d:c && php bin/magento s:s:d && php bin/magento c:f && php bin/magento main:dis
- Verify the status of the module:
php bin/magento module:status Aptual_AiDescriptions
- Enable the module
php bin/magento module:enable Aptual_AiDescriptions
- Disable the module
php bin/magento module:disable Aptual_AiDescriptions