Change metatags with variables runtime - Forum

Forum Navigation
You need to log in to create posts and topics.

Change metatags with variables runtime

Hi there.

How can I change my web page metatags when user launch it?

Let's review this step by step:

1- User open my web page

2- my webpage read json

3- change web page title with json.firstname

4- change web page keywords with json.kwords

 

Thanks

@tilesoft you can use SetAppTitle and SetAppDescription to dinamically change <title>Your title</title> and <meta name="Description" content="your Description">

Regards.