grpc.io icon indicating copy to clipboard operation
grpc.io copied to clipboard

Homepage has empty title/name for opengraph, twitter, and itemprop

Open chalin opened this issue 3 years ago • 1 comments

From the <head> of grpc.io:

<meta property="og:title" content="">
<meta name="twitter:title" content="">
<meta itemprop="name" content="">

Wow, and this has been the case as far back as I can see -- even before the migration to Docsy (#479), at least 15 months back.

  • [x] Patch: #1037
  • [ ] Fix it for real:
    • [ ] Probably by addressing #775
    • [ ] Undo #1037

chalin avatar Apr 08 '21 20:04 chalin

Oh, there are two og:title entries and the second is properly set:

<meta property="og:title" content="">
...
<meta property="og:title" content="gRPC">

In fact, a whole bunch of meta elements are duplicated! See #745.

chalin avatar Apr 08 '21 23:04 chalin