Question

Is there a placeholder that I can use in my custom page layout, that will allow me to load a <meta> viewport tag in the head of my master template?

I'm using SharePoint 2010

Was it helpful?

Solution

If your custom master page has the same ContentPlaceHolders as the default one then you can use PlaceHolderAdditionalPageHead this is where a lot of the standard SharePoint pages add meta tags

OTHER TIPS

I am working on a very similar issue to add meta tags to the header of our pages dynamically. If your tag is static you can simply add it to the header section of the master page. If the value is dynamic, take a look at the link below for a good way to dynamically add meta tags to the header of every page.

http://www.sharepointjohn.com/sharepoint-2010-programmatically-add-javascript-meta-tags-and-css-styles-to-the-header-of-every-page/

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top