hlxsites / servicenow

Apache License 2.0
2 stars 3 forks source link

Import Content Diff #204

Closed andreituicu closed 4 months ago

andreituicu commented 7 months ago

Prior to the golive, import the content diff.

To get the content diff, checkout the importer page. Go to /tools/sitemaps folder and do:

npm install
node app.mjs download_old
node app.mjs download_new
node app.mjs diff

This will give you the diff list of pages that need to be imported, based on the customer's sitemaps and our sitemap.

Ensure that for every page imported, you also created a new redirect: see

sergiucoman commented 5 months ago

done

andreituicu commented 5 months ago

Keeping this open until the customer goes live, we'll have to do it periodically.

andreituicu commented 4 months ago

Done. ServiceNow went live.