Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Platforms
OutSystems.com
Personal Edition
Community
Resources
Support
Search in OutSystems
Log in
Get Started
Back to Ideas
6
Like
Follow Idea
André Ramos
eSpace metatags
1404
Views
4
Comments
Implemented
Frontend (App Interfaces)
OutSystems 6.0
Allow us to define HTML meta tags that are general for all the eSpace's screens.
J.
MVP
You could do that with addmetatag from httprequesthandler afaik.
André Ramos
Yes but you would have to define it per screen. You have no way to define general metatags to be used across all screens.
Fernando Sousa
As a work-around, you can use a WebBlock to add your metatags and use that WebBlock in every screen...
Gonçalo Borrêga
In version 6.0 all screens have a "Master Page" (a webblock with placeholders). You are able to define the webblock that is used by default in the theme.
You can place the metatag by using the HTTPRequestHandler in the preparation of the MasterPage webblock and it will be reused in all your screens that use that masterpage
Log in to comment
Loading...