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.
https://jekyll.github.io/jekyll-seo-tag
MIT License
1.66k stars 294 forks source link

plugin just is not outputting og:image #510

Closed rkaufman13 closed 2 months ago

rkaufman13 commented 2 months ago

My frontmatter:

---
layout: post
title: "title"
categories: things-i-learned
excerpt_separator: <!--more-->
description: description
image: /assets/rabbit_on_computer.jpg
---

Have also tried:

image:
    path: /assets/rabbit_on_computer.jpg

Either way, bundle exec jekyll build does not output files with an og:image tag in my page's metadata. The other og fields generate correctly. I'm not sure what else I could be doing wrong?

Looks like I've got v 2.8.0 of the plugin and jekyll 3.9.0.