SEO Lite (v2) is a lightweight SEO addon for ExpressionEngine.
Put one of these tags in your template:
- Intelligent mode aka Use-Last-Segment-Mode:
{exp:seo_lite use_last_segment="yes"}
- By segment:
{exp:seo_lite url_title="{segment_3}"}
- By entry_id:
{exp:seo_lite entry_id="{entry_id}"}
- Static mode aka I-Will-Provide-Values-In-Template: (this will output "About Us" for the title tag but still use the default keywords/description for the site):
{exp:seo_lite default_title="About us"}
- Static mode with everything overridden:
{exp:seo_lite default_title="About us" default_keywords="new, keywords" default_description="This description is unique for this page"}
- ExpressionEngine 5
- ExpressionEngine 6
- Publisher
- Structure
SEO Lite (v2) is based on SEO Lite by bjornbjorn