Skip to content
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

Add some SEO items to template #13

Open
Luckless opened this issue Dec 22, 2020 · 2 comments
Open

Add some SEO items to template #13

Luckless opened this issue Dec 22, 2020 · 2 comments

Comments

@Luckless
Copy link

I ran an SEO evaluator against my site and noticed a couple things:

  1. languageCode isn't used in the header layout
  2. There is no customizable tag for "description" which is very important to SEO
  3. Complaints about site loading just a little too slowly (0.48 sec instead of 0.4sec) potentially due to javascript 6 javascript files. It'd be nice to make the Netlify scripts enabled by default but configurable to be disabled
  4. Charater encoding not set in the header layout

I'll submit a pull request for these things shortly

Luckless pushed a commit to Luckless/hugo-theme-dimension that referenced this issue Dec 22, 2020
add description and keywords meta element that can be set at site OR page level

add lang and charset to the html element

update readme with blurb about setting meta values for description and keywords
@Luckless
Copy link
Author

Can you think of a good way to conditionally remove the netlify script site-wide if we don't want it?

I'm thinking an if (not(isset .Site.Param someparam) around it

Luckless pushed a commit to Luckless/hugo-theme-dimension that referenced this issue Dec 22, 2020
add description and keywords meta element that can be set at site OR page level

add lang and charset to the html element

update readme with blurb about setting meta values for description and keywords
Luckless pushed a commit to Luckless/hugo-theme-dimension that referenced this issue Dec 22, 2020
add description and keywords meta element that can be set at site OR page level

add lang and charset to the html element

update readme with blurb about setting meta values for description and keywords

add google analytics configuration to header
Luckless pushed a commit to Luckless/hugo-theme-dimension that referenced this issue Dec 22, 2020
add description and keywords meta element that can be set at site OR page level

add lang and charset to the html element

update readme with blurb about setting meta values for description and keywords
@LukeShortCloud
Copy link

@Luckless Nice work! I see you have made some simple and effective enhancements via:

Luckless@d388920

Will you be opening up a pull request for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants