hugo-academic-mirror/modules/blox-seo
2024-04-17 21:10:52 +01:00
..
assets/media fix: links 2023-11-07 23:09:38 +00:00
layouts feat: add Naver (Korea) search engine verification (#3082) 2024-04-17 21:10:52 +01:00
config.yaml fix: links 2023-11-07 23:09:38 +00:00
go.mod fix: blox-seo require 2023-11-08 14:17:30 +00:00
README.md fix: links (cont.) 2023-11-09 14:58:28 +00:00

blox-seo

A Hugo plugin for Search Engine Optimisation (SEO), site verification, and analytics.

Install

The blox-bootstrap module will automatically include the SEO module in your site so you don't have to.

Otherwise, if you are not using the blox-bootstrap module, you can get SEO features for your Hugo site by following the guide below:

  1. Add the module to your config/_default/config.yaml:

    module:
      imports:
        - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-seo
    
  2. If you're not using the blox-bootstrap module, load the SEO module in your site's <head> with:

    {{ partial "blox_seo" . }}
    

Usage

View the documentation