jekyll / jekyll-seo-tag

A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.

Home Page:https://jekyll.github.io/jekyll-seo-tag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this plugin work with collections?

thsbrown opened this issue · comments

I've been trying to add a description & image to a collection page and it seems to be getting disregarded. I was wondering if I'm perhaps configuring something wrong or of the plugin in general just doesn't work with collection pages?

Below is an image of my current collection setup / configuration for the page.

image

Thanks for any help in advance!

Ah just realized I had to add the image and description tags to the collection document itself, not the actual layout.

Example for anyone seeing this

---
image: url here
description: description here
collection_item_1: here
collection_item_2: here
---