Skip to content

Commit

Permalink
Fix SEO issues (#2233)
Browse files Browse the repository at this point in the history
* Fix duplicate SEO title

* Fix missing description tags and 'v5' wording

* Fix more SEO description tags

* Add redirection for select to fields (DS API)

* Fix hreflang
  • Loading branch information
pwizla authored Sep 23, 2024
1 parent a2ec741 commit 7f24f3d
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 320 deletions.
3 changes: 2 additions & 1 deletion docusaurus/docs/cloud/getting-started/intro.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_label: 'Introduction'
displayed_sidebar: cloudSidebar
description: The Strapi Cloud documentation contains all technical documentation related to the setup, deployment, update and customization of your Strapi Cloud account and applications.
slug: /cloud/intro
sidebar_position: 1
tags:
Expand All @@ -15,7 +16,7 @@ tags:

The documentation for Strapi contains 3 main sections, accessible from the top navigation bar:

- πŸ§‘β€πŸ’» The **[Developer Docs](/dev-docs/intro)** contain all the technical information related to the setup, advanced usage, customization, and update of your Strapi v5 application.
- πŸ§‘β€πŸ’» The **[Developer Docs](/dev-docs/intro)** contain all the technical information related to the setup, advanced usage, customization, and update of your Strapi 5 application.
- πŸ§‘β€πŸ« The **[User Guide](/user-docs/intro)** is all about using Strapi's admin panel.
- ☁️ The **Strapi Cloud** documentation that you're currently reading is about deploying your Strapi application to Strapi Cloud and managing your Strapi Cloud projects and settings.

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/cloud/projects/settings.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Project settings
displayed_sidebar: cloudSidebar
description: View and manage your projects on Strapi Cloud.
description: View and manage your projects settings on Strapi Cloud.
canonicalUrl: https://docs.strapi.io/cloud/projects/settings.html
sidebar_position: 2
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Admin panel customization options
description: The administration panel of Strapi can be customized according to your needs, so you can make it reflect your identity.
description: Various options help you configure Strapi's administration panel behavior and look, so you can make it reflect your identity.
sidebar_label: Customization options
toc_max_heading_level: 4
tags:
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/api/document-service/fields.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Using Select with the Document Service API
title: Using fields with the Document Service API
description: Use Strapi's Document Service API to select the fields to return with your queries.
displayed_sidebar: devDocsSidebar
tags:
Expand Down
311 changes: 0 additions & 311 deletions docusaurus/docs/dev-docs/api/document-service/select.md

This file was deleted.

2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/api/entity-service/filter.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Filtering
title: Filtering with the Entity Service API
description: Use Strapi's Entity Service API to filter your queries results.
displayed_sidebar: devDocsSidebar
unlisted: true
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/api/entity-service/populate.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Populating
title: Populating with the Entity Service API
description: Use Strapi's Entity Service API to populate relations in your queries.
displayed_sidebar: devDocsSidebar
unlisted: true
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/api/query-engine/filtering.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
unlisted: true
title: Filtering
title: Filtering with the Query Engine API
description: Use Strapi's Query Engine API to filter the results of your queries.
displayed_sidebar: devDocsSidebar
tags:
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/api/query-engine/populating.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
unlisted: true
title: Populating
title: Populating with the Query Engine API
description: Use Strapi's Query Engine API to populate relations when querying your content.
displayed_sidebar: devDocsSidebar
tags:
Expand Down
3 changes: 2 additions & 1 deletion docusaurus/docs/dev-docs/intro.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_label: 'Introduction'
description: The Strapi Dev Docs contain all the technical information related to the setup, advanced usage, customization, and update of your Strapi 5 application.
displayed_sidebar: devDocsSidebar
slug: /dev-docs/intro
pagination_next: dev-docs/setup-deployment
Expand All @@ -15,7 +16,7 @@ tags:

The documentation for Strapi contains 3 main sections, accessible from the top navigation bar:

- πŸ§‘β€πŸ’» The **Developer Docs** that you're currently reading contain all the technical information related to the setup, advanced usage, customization, and update of your Strapi v5 application.
- πŸ§‘β€πŸ’» The **Developer Docs** that you're currently reading contain all the technical information related to the setup, advanced usage, customization, and update of your Strapi 5 application.
- πŸ§‘β€πŸ« The **[User Guide](/user-docs/intro)** is all about using Strapi's admin panel.
- ☁️ The **[Strapi Cloud](/cloud/intro)** documentation is about deploying your Strapi application to Strapi Cloud and managing your Strapi Cloud projects and settings.

Expand Down
Loading

0 comments on commit 7f24f3d

Please sign in to comment.