-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DEV-1887] Add seo on all pages (#1119)
* Refactor guides codec files * Fix guides test * Add changeset * Fix guideList test * Fix guideListPages codec * Refactor ApiDataList and ApiDataListPages codecs * Fix file name * Refactor Solutions, SolutionListPage and CaseHistories codecs * Refactor caseHistories test using fixtures * Refactor Overviews codec * Refactor Homepage codec * Refactor QuickStartGuides codec * Move QuickStartGuidesCodec.ts in codecs folder * Refactor webinars codec * Add makeProps folder * Add changeset * Refactor SEO codec * Fix StrapiEnv file name * Refactor solution detail codec and SolutionTemplateProps * Add changeset * Rename StrapiApiData type to StrapiApiDataList * Rename const strapiSolutionsList to strapiSolutionListPage * Fix after merge with main branch * all codecs update * codec update * product codecc * overview * guides * guides list * case histories * api data list pages * api data * webinar seo * tutorials * solutions * linter * quick start * overviews * api list * api detail page * guides, overviews, case histories * Update apps/nextjs-website/src/lib/strapi/codecs/ProductCodec.ts Co-authored-by: Marco Ponchia <[email protected]> * Update apps/nextjs-website/src/lib/strapi/codecs/ProductCodec.ts Co-authored-by: Marco Ponchia <[email protected]> * Update apps/nextjs-website/src/lib/strapi/__tests__/fixtures/product.ts Co-authored-by: Marco Ponchia <[email protected]> * Update apps/nextjs-website/src/lib/strapi/__tests__/fixtures/solution.ts Co-authored-by: Marco Ponchia <[email protected]> * Update apps/nextjs-website/src/lib/strapi/__tests__/solutions.test.ts Co-authored-by: Marco Ponchia <[email protected]> * Fix build error * Fix codecs * update fetches fix populate for seo * Fix changesets --------- Co-authored-by: Marco Bottaro <[email protected]> Co-authored-by: t <[email protected]> Co-authored-by: Marco Ponchia <[email protected]> Co-authored-by: Marco Ponchia <[email protected]> Co-authored-by: marcobottaro <[email protected]>
- Loading branch information
1 parent
c787b27
commit fda6c3d
Showing
73 changed files
with
339 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nextjs-website": minor | ||
--- | ||
|
||
Add SEO to codecs and generate metadata in pages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.