A Joomla 5.x plugin that automatically generates website meta descriptions, Open Graph meta tags, Twitter Card tags, and canonical URLs.
-
Download the Plugin:
- Visit the GitHub Releases page to download the latest version of the plugin as a ZIP file.
-
Install the Plugin:
- Log in to your Joomla administrator backend.
- Navigate to
Extensions
>Manage
>Install
. - Under the
Upload Package File
tab, clickChoose File
and select the downloaded ZIP file. - Click
Upload & Install
to upload and install the plugin.
-
Enable the Plugin:
- After installation, go to
Extensions
>Plugins
. - Search for "SEO AutoFill" in the list of plugins.
- Click on the plugin name to open the plugin settings.
- Change the status to
Enabled
and clickSave & Close
.
- After installation, go to
-
Configure the Plugin:
- The plugin will automatically use content from your articles to generate meta tags. There are no additional configuration settings required.
This plugin adds the following metadata to your pages:
<meta name="description" content="Automatically generated meta description from your article content">
- Open Graph meta tags:
<meta property="og:title" content="Automatically generated title from your article">
<meta property="og:type" content="website">
<meta property="og:url" content="Current page URL">
<meta property="og:image" content="First image found in article content">
<meta property="og:description" content="Automatically generated Open Graph description from your article content">
- Twitter Card tags:
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Automatically generated title from your article">
<meta name="twitter:description" content="Automatically generated Twitter Card description from your article content">
<meta name="twitter:image" content="First image found in article content">
- Canonical URL:
<link rel="canonical" href="Current page URL">
- Joomla 5.x or later.
- Please visit the issues page for this project.