SEO Post URL
Plugin documentation for installation, usage, uninstallation, and troubleshooting.
Slug: seo_post_url
Version: 1.0.0
Author: Arman Sen
Introduction
SEO-friendly post URLs with plugin-managed slugs, redirects, and canonical tags.
This plugin is managed through /admincp/plugins and works without core-file edits.
Features (As Per Plugin Functions)
- What this plugin does: SEO-friendly post URLs with plugin-managed slugs, redirects, and canonical tags.
- Generates SEO-friendly post URLs with slug handling.
- Supports redirects/canonical behavior for cleaner indexing.
- Has an admin settings panel for plugin controls.
- Connects plugin behavior to system events.
- Loads plugin startup logic automatically.
- Creates required setup data during install.
- Adds URL rewrite support for clean links.
- Stores and loads plugin configuration values.
- Generates SEO-safe URL slugs.
- Runs cleanup when you uninstall the plugin.
- Runs when a new post is created.
- Runs after successful AJAX actions.
- Can update page output before user sees it.
How to Install
- Make sure plugin system loader is active (
/plugins-check.php should show auto_prepend_loaded: true).
- Confirm plugin path exists:
content/plugins/seo_post_url.
- Open
/admincp/plugins, find SEO Post URL, then click Install.
- Click Enable to start using the plugin.
- This plugin has
install.php, so setup tasks run when you click Install.
How to Use
- Enable the plugin first, then test its workflow in the related area of your site.
- Use plugin settings in AdminCP when available to adjust behavior.
- Check frontend and AJAX flows for expected behavior after each change.
- Keep plugin files consistent with the same version shown in
plugin.json.
How to Uninstall
- Go to
/admincp/plugins.
- Disable SEO Post URL if active.
- Click Uninstall.
- This plugin has
uninstall.php, so cleanup can run when you click Uninstall.
- Delete folder
content/plugins/seo_post_url only after uninstall completes (if full removal is needed).
FAQs
Q: Plugin is installed but nothing changes. Why?
A: Usually it is not enabled, or plugin loader is not active. Check /admincp/plugins and /plugins-check.php.
Q: Where do I configure this plugin?
A: This plugin has a settings/admin screen available from its plugin card in AdminCP.
Q: Will core updates delete this plugin?
A: No. Plugin files in content/plugins are designed to be update-safe from core upgrades.
Q: Will uninstall remove all plugin data?
A: It depends on cleanup logic in uninstall.php. Review plugin behavior before removal if you need to preserve data.