SEO Friendly Browser Page <title> for Custom File in Server Events (v2022)

Tips submitted by PHPMaker users
Post Reply
webguru
User
Posts: 3

SEO Friendly Browser Page <title> for Custom File in Server Events (v2022)

Post by webguru »

Hi Folks. I have been searching for a way to change the <title> tag on the server side for v2022. After poking around, I finally came up with this solution:

  • Click on the name of your custom file in the left-side navigation of v2022

  • On the right, click on the tab: [Code(Server Events, Client Scripts and Custom Templates)]

  • Navigate to: Server Events ... Table Specific ... Custom File ... Page_Load

  • Add this line to function Page_Load():

    $GLOBALS["Title"] = 'Your Custom Title';
  • Generate the Custom File, and enjoy the results!


Post Reply