Skip to content

sparkbox/SEO-Lite-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEO Lite (v2)

SEO Lite (v2) is a lightweight SEO addon for ExpressionEngine.

Documentation

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"}

What's new

  • Twitter and OG tag support.
    Example of Twitter and OG tags
  • Simple audit with Google, Facebook and Twitter examples.
    Example of audit

Supports

  • ExpressionEngine 5
  • ExpressionEngine 6

Compatibility

  • Publisher
  • Structure

Based on

SEO Lite (v2) is based on SEO Lite by bjornbjorn

Developers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 93.3%
  • CSS 6.7%