-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SEO optimization #160
Comments
That would be great. However I'm not sure how much metadata we can provide to the template since there is not much "reflection"/introspection on the content itself. E.g. to get the title of the current article we need #156. And the title/description of the website isn't in an "official" configuration key too. We could define such configuration keys though… E.g. seo:
title: "..."
description: "..."
... All that would be optional of course. I'm not a SEO expert so I'm not sure what more info we could ask for, and how much of that info needs to be site-wide ( |
I'm not an SEO expert neither, but as far as I know we could set some defaults in displayed title: description: |
I think if it's just a matter of standard title and description it doesn't have a lot of added value IMO. It's already possible to do that with variables today and it's simple. In Github's Jekyll plugin they seem to add a lot of stuff, but I don't know if we can do something similar. Maybe it would be worth listing SEO tags that can be used, so that we can see which one we could fill and how. |
Sure let's work on that because, yes, SEO is a little more than that for sure... ;) |
I was wondering if we could implement something like what is described here for better SEO?
Just an idea for now, but what do you think guys?
The text was updated successfully, but these errors were encountered: