crypto-code-school-inside-tezos icon indicating copy to clipboard operation
crypto-code-school-inside-tezos copied to clipboard

Fix SEO to show up cards on Twitter & other platforms

Open harsh242 opened this issue 3 years ago • 5 comments

What's the motivation behind the feature? what problem does the feature intend to solve ? Detailed here https://find-signal.slack.com/archives/C01MLEC34CF/p1617264669011100

harsh242 avatar Apr 01 '21 08:04 harsh242

  • [ ] subdomain for sharing
  • [ ] backend error

prastut avatar Apr 14 '21 12:04 prastut

@bhaskarSingh this is moved to your plate for integration of this service into the platform.

prastut avatar Apr 22 '21 03:04 prastut

Screenshot 2021-04-22 at 1 43 22 PM Since we are loading prerequisites libs required for smartpy compiler. Large load time is gonna be there. Due to which there's an issue with loading the Twitter card.

bhaskarSingh avatar Apr 22 '21 08:04 bhaskarSingh

@bhaskarSingh

Harsh moved this to a next.js service that is running external to the cryptoverse wars code platform.

This is what's happening now or atleast envisioned now:

  1. We have a subdomain on which this next.js service is running. Something along the lines of share.cryptocodeschool.in
  2. It's SEO component will contain all the data of the crypto bots & when someone shares it, it will generate twitter cards
  3. When a user clicks to share link on Twitter, this service get's triggered with the ID of the cryptobot and then link is sent to Twitter autofill.
  4. When somebody on Twitter clicks this link, the service redirects you to the main platform.

prastut avatar Apr 22 '21 08:04 prastut

Repo: https://github.com/harsh242/nextjs-sharable & Opened PR is linked with the issue. Execution Doc of Twitter bot + SEO : https://docs.google.com/document/d/1zX69SbpdkajTdiuQKJMsrQIdq8WuAl8UoX51LKeRTGU/edit#heading=h.cw78a27wxr20

harsh242 avatar Apr 22 '21 09:04 harsh242