The buildScripts/prepareRelease.mjs script has been enhanced to automatically update the datePublished field within the ld+json structured data located in apps/portal/index.html.
Purpose of the Change:
This enhancement ensures that the SEO metadata for the website's publication date is always current with each new release. By automating this update, we improve the accuracy and relevance of our search engine indexing, contributing to better SEO performance.
Context:
This task was completed as part of the broader SEO enhancement epic, aiming to improve the discoverability and ranking of the Neo.mjs website.
Acceptance Criteria:
- When
buildScripts/prepareRelease.mjs is executed, the datePublished field in apps/portal/index.html is updated to the current date in YYYY-MM-DD format.
- The script executes without errors and logs the update.
The
buildScripts/prepareRelease.mjsscript has been enhanced to automatically update thedatePublishedfield within theld+jsonstructured data located inapps/portal/index.html.Purpose of the Change: This enhancement ensures that the SEO metadata for the website's publication date is always current with each new release. By automating this update, we improve the accuracy and relevance of our search engine indexing, contributing to better SEO performance.
Context: This task was completed as part of the broader SEO enhancement epic, aiming to improve the discoverability and ranking of the Neo.mjs website.
Acceptance Criteria:
buildScripts/prepareRelease.mjsis executed, thedatePublishedfield inapps/portal/index.htmlis updated to the current date inYYYY-MM-DDformat.