We had someone create a tab on our homepage called 'Site SEO'. She entered a Page Title, left Meta Keywords blank, and added text to Meta Description. When I 'Save and Publish', I don't see those items in the View Source of the page in my browser.
We're running Umbraco version 7.1.4 assembly: 1.0.5261.28127
Is there something else I need to look at? Or is there more info needed to figure this out.
How are you rendering the meta description in your templates? What does your code look like? You should be able to simply use @Umbraco.Field("yourmetadescriptiondalias")
Meta Keywords, View Source, Site SEO
We had someone create a tab on our homepage called 'Site SEO'. She entered a Page Title, left Meta Keywords blank, and added text to Meta Description. When I 'Save and Publish', I don't see those items in the View Source of the page in my browser.
We're running Umbraco version 7.1.4 assembly: 1.0.5261.28127
Is there something else I need to look at? Or is there more info needed to figure this out.
Thanks for all your help (as usual, great work!).
Best
Scott Murphy
Hi Scott
How are you rendering the meta description in your templates? What does your code look like? You should be able to simply use @Umbraco.Field("yourmetadescriptiondalias")
Looking forward to hearing from you.
/Jan
is working on a reply...