-
Notifications
You must be signed in to change notification settings - Fork 227
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
Implement SEO elements and Instruction on the theme (issue #113) #122
Conversation
layouts/partials/seo_schema.html
Outdated
"name" : "{{ .Title }}", | ||
"headline" : "{{ .Title }}", | ||
"description" : "{{ if .Description }}{{ .Description }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ end }}{{ end }}", | ||
"inLanguage" : "en-US", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use {{ .Lang }} here in case the main Language is not English ?
Hi. Thanks for the proposition. This is my quick view on it. |
No need to make a new PR. just recommit to |
- Add Hugo related SEO parameters to example config.toml - Add relevant instructions to the README.md file
2254e7b
to
1b8e687
Compare
@pacollins - Done - I've recommit the changes. |
Description
Following discussion on issue #113, I've added SEO elements and instructions on how to enable that on the website
Motivation and Context
To allow easy implementation of SEO for theme users, Closes #113
I've also modified the readme.md file to allow easy implementation using the Google/Bing consoles
How Has This Been Tested?
Hugo Version:
0.35
Browser(s):
Safari
Screenshots (if appropriate):
Types of changes
Checklist:
theme.toml
, accordingly.