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

SEO component #63

Merged
merged 7 commits into from
Nov 23, 2018
Merged

SEO component #63

merged 7 commits into from
Nov 23, 2018

Conversation

kremalicious
Copy link
Contributor

@kremalicious kremalicious commented Nov 22, 2018

Consolidate all the <Helmet /> calls into one SEO component for dynamic title & meta tags in <head>.

Handling:

  • title, meta description
  • Twitter Cards
  • OpenGraph
  • schema.org

@kremalicious kremalicious mentioned this pull request Nov 22, 2018
5 tasks
* Twitter Cards
* OpenGraph
* schema.org
@ttmc
Copy link
Contributor

ttmc commented Nov 23, 2018

Using the developer tools in Firefox on the homepage (rendered locally), I see:

screenshot from 2018-11-23 10-14-54

which looks good to me. I saw much the same on https://betadocs.oceanprotocol.com

All good so far!

When I Tweeted the URL https://betadocs.oceanprotocol.com I saw this:

screenshot from 2018-11-23 10-17-29

which is based on the Twitter meta tags. For some reason, there's no image. I looked at the meta tag for the Twitter image:

<meta name="twitter:image" content="https://docs.oceanprotocol.com/static/share-6ccc8d624898a3705cd0379e082620b4.png" data-react-helmet="true">

but there's nothing at that URL. I get the 404 page.

@kremalicious
Copy link
Contributor Author

Yes, the image url is prepended with live host url so image won’t work right now on beta. Image is there though

@kremalicious kremalicious merged commit 90654b3 into master Nov 23, 2018
@kremalicious kremalicious deleted the feature/seo branch November 23, 2018 12:00
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.

None yet

2 participants