User control that adds meta tags to head tag
Hi Sitefinity,
We have some user controls that help automate our search indexing. Currently they work by letting users enter the meta tag content with an easy interface. When it renders, it programmatically adds meta tags to the head tag using Page.Header.Controls.Add().
Whats the equivalent of that in Sitefinity?
Hello Eric,
If I understand you correctly - you need a user control for the users to add custom meta data to the pages they create so the search indexing is more precise. Correct me if I am wrong. But if understood you correctly please review the following article which demonstrates how you can programatically add meta data to your pages.
Greetings,
Victor Velev
the Telerik team