Add Today's Date to SEO Title or Description

Hi All,

I want to add today’s date to my SEO title of the page and update automatically next day.

For example: - I would like to have my SEO title as “Check out the Gold Price for Today 08 Jul 2022” and for next day it must show as “Check out the Gold Price for Today 09 Jul 2022” without manually updating it everyday.

This option was available in Wordpress using the plugin, but as Webflow doesn’t have any… how to implement this??

Thanks!

Hi @Ashish_Mishra you will need to write a few lines of custom JS code using Date API here is simple example. You can find more solved request here on forum or more info about Date API on internet.

How did you solve it?