-
-
Notifications
You must be signed in to change notification settings - Fork 9k
docs: create SEO documentation page #5759
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
Conversation
✔️ [V2] 🔨 Explore the source changes: a8ee9d8 🔍 Inspect the deploy log: https://app.netlify.com/sites/docusaurus-2/deploys/61837088492eff00079762bc 😎 Browse the preview: https://deploy-preview-5759--docusaurus-2.netlify.app |
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-5759--docusaurus-2.netlify.app/ |
@cerkiewny I think you've made a mistake here. When you force-push, the changes are gone. In case you still need the doc, I have it on my machine which I've re-written a little.
|
Sorry for that, I wanted to clean my repo history to be identical with upstream, forgot I am mergint this one from main and not dedicated branch |
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.
website/docs/seo.md
Outdated
|
||
## Structured content {#structured-content} | ||
|
||
Docusaurus provides you with option to structure your content in terms of how your data are presented in search engine see this [configuration option](./guides/markdown-features/markdown-features-head-metadatas.mdx). The structure of the site itself is rigid through specification of [common markdown](https://spec.commonmark.org/0.30/#atx-headings), this makes it easier for the search engines to classify and read your content. By using Markdown consistently in your project you will make it easy for search engines to understand your content. |
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.
not sure to understand what you mean here?
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.
You could have someone design <div>
-based website (like back in a day), it is really hard if you are using Markdown as it provides good defaults. And this in turn helps search engines to spot things like h1 which allows them to easier understand the content.
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.
Oh I see thanks
I thought you wanted to talk about structured data, that we also use a bit on blog posts:
https://developers.google.com/search/docs/advanced/structured-data/article
LGTM thanks 👍 |
Motivation
Users are requesting help discovering SEO, resolves #5707
Have you read the Contributing Guidelines on pull requests?
Yes.
Test Plan