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

Move page title up and remove blue bar #73

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

Shelob9
Copy link
Contributor

@Shelob9 Shelob9 commented Apr 2, 2020

Fixes #72

Copy link
Contributor

@gvan12 gvan12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - one logic piece isn't quite working how we want though - to test - run the preview URL's through the twitter card validator located here: https://cards-dev.twitter.com/validator

Comment on lines +25 to +29
//Description may be set, else, use excerpt
if (postMeta.hasOwnProperty('description')) {
description = postMeta.description;
} else if (postNode.hasOwnProperty('excerpt')) {
description = postNode.excerpt;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think one of these isn't working quite right. If you look at the twitter card validator for the preview site - the only card with a description now is the patterns page. So I think one of those two checks aren't actually working as they are always overwriting the siteDescription.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think one of those two checks aren't actually working as they are always overwriting the siteDescription.

If the post has frontmatter.description, it is overwriting siteDescription

@gvan12
Copy link
Contributor

gvan12 commented Apr 2, 2020 via email

@gvan12
Copy link
Contributor

gvan12 commented Apr 5, 2020

I believe the SEO work you've done here is merged into a branch on the repo called seo-work here: https://github.com/RosieSews/masksnow/tree/seo-work

If that's the case - I think we can close this one - feel free to pick back up on the seo stuff on that branch - it's a little closer to current state of master than this one is now.

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

Successfully merging this pull request may close these issues.

It's not obvious that a page navigation happened
2 participants