docs icon indicating copy to clipboard operation
docs copied to clipboard

Figure out a way to define SEO meta tags and title for each page in docs

Open rishabhpoddar opened this issue 3 years ago • 2 comments

Enforce that these tags are there at a minimum:

  • title
  • description
  • image
  • URL (added automatically anyway)
  • keywords
  • type (statically add as "website") - TODO: is this supposed to always be website?

rishabhpoddar avatar Feb 15 '22 11:02 rishabhpoddar

Hello @rishabhpoddar @gitcommitshow , Hope you are doing well.

I wanted to know if the issue is still open as I wanted to contribute to the same.

As per my understanding, if the documents are in .doc or .docx format then my approach to this issue is to create a python script which reads through all the docs in one go and raise some smoke signal/red flag if any of the given tags are absent.

If the document format is different or on some cloud platform please let me know the details of the same. Will try to figure out something. Though as per my belief, python should be able to come rescue in any case (would like to explore new worlds if not).

Thanks :)

akshat-g-07 avatar May 25 '23 08:05 akshat-g-07

Hey,

I just went through few things and got to know that the docs are in v2 folder. And most of the files there are .mdx.

So presuming that those are the docs to work upon, I think readmdict library of python might help.

Please let me know if I am coming in right direction or not.

Thanks:)

akshat-g-07 avatar May 25 '23 08:05 akshat-g-07