<aside> ↙️ This Notion template is intended for website owners looking for a quick URL generator. I've been using this generator as a means to change my url archive in Notion as changes may occur (ie. url modifications due to post-title change). It can also be useful to prepare urls before publishing.

</aside>

Basic URL Generator w/ Title Formula

Manual Labor → insert your website inside formula.

"www.redgregory.com/" + replaceAll(prop("TITLE"), " ", "-")

Basic URL Generator w/ Title

URL Generator w/ Date, Category, Title Formula

Manual Labor → insert your website inside formula →

"www.redgregory.com/" + prop("Category") + "/" + formatDate(prop("Date"), "M/D/YY") + "/" + replaceAll(prop("TITLE"), " ", "-")

Keyword Check Formula

Maual Labor → insert keyword to check inside Keyword property

contains(prop("URL"), prop("Keyword"))

URL Generator w/ Date, Category, Title and Keyword Check