-
Notifications
You must be signed in to change notification settings - Fork 178
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
Improve Story Discoverability on Frontend #2191
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2191 +/- ##
============================================
- Coverage 66.16% 66.13% -0.03%
- Complexity 296 305 +9
============================================
Files 640 641 +1
Lines 10474 10504 +30
============================================
+ Hits 6930 6947 +17
- Misses 3544 3557 +13
|
Size Change: +61 B (0%) Total Size: 806 kB
ℹ️ View Unchanged
|
Do you think we have enough filters to intergrate with say yoast or jetpack seo tools? |
Related: Yoast/wordpress-seo#13446 #113 |
For now, I think so. But only by collaborating with Yoast & others and putting this out into the wild we'll know for sure. That's what the beta will be useful for. |
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.
There were a couple of things as nitpicks, but nothing that really blocks this being merged.
Summary
Sharing stories should render nice previews out of the box. This PR adds Open Graph & Twitter card output to achieve this.
Relevant Technical Choices
Adds a dedicated
Discovery
class that deals with anything related to<head>
metadata and such.To-do
User-facing changes
Testing Instructions
Addresses #1117