Adding meta tags to ServiceNow UI PagesSummarySenario: Implement in the og=image metatag property for ServiceNow to create a better user experience.When users receives ServiceNow links via SMS, the preview option would display an image to the ServiceNow site. Service Portal: The "og:image" meta tag can be added to Service Portal Pages. https://docs.servicenow.com/csh?topicname=seo-sp.html&version=latest Log in as admin.2. Navigate to "Service Portal -> Pages".3. Select the Page, e.g: "csm_index".4. Add meta tag(c2.jpg).5. Name: og:image6. Content: image URL.7. Save. Desktop: The Desktop UI does not currently have support for arbitrary meta tags, one option might be to override a small default XML template with a UI Macro and add the meta tag in the UI Macro. There is an XML file named "html_page_meta.xml" that might serve such a purpose. It is included in every Desktop UI page. Better yet, it serves a singular purpose and has not been modified in many years. The chances of it being modified in a future upgrade are slim, so I think it would be safe to override it w/ a UI Macro. All List, Form and UI Pages on the Desktop will use the same "og:image" meta tag. Log in as admin.2. Import the attached "sys_ui_macro_f8813d4057124010a9ad48e1a95529f4.xml" record.3. Add your desired meta tag (make sure to do so outside of any conditional IF statements in the Jelly markup) An idea has been created on Community Add meta tag to Desktop UI.ReleaseAll Release.