Search Engine Optimization (SEO) component for Docify


View Source Code

This component allows to automatically add required metadata into the head of HTML page to improve Search Engine Optimization (SEO). Component will automatically generate title and meta description nodes based on the page metadata.

This component will also optionally generate Open Graph, LinkedIn metadata and Twitter cards.

Parameters

  • og - true (default value) to generate Open Graph
  • twitter - true (default value) to enable Twitter cards
  • linkedin - true (default value) to enable LinkedIn metadata

Usage

Add include into the HTML head

<head>
    {% seo %}
</head>

This component is included into the base theme


Powered by Docify