Page 1 of 1
meta tags - not sure how to get them in
Posted: Sat Nov 28, 2009 2:23 am
by blueOysterCult
Hello All
I am new(ish) to CMS in general - I have experience in DOTNETNUKE stuff but am now working on doing some SEO stuff for a friend using this CMS - I am also used to HTML and CSS - some other languages... where one can just put meta anything in the code.. I cannot for the life if me find where to place title and description tags for each page
thanks
Rob
Re: meta tags - not sure how to get them in
Posted: Sat Nov 28, 2009 3:49 am
by replytomk3
Site Admin>Global settings
Content>Pages>Page>Options tab
Re: meta tags - not sure how to get them in
Posted: Sat Nov 28, 2009 3:55 am
by blueOysterCult
Thanks Tomk3 but is it like meta tags in in HTML? - blah blah blah ? I know in the DNN we had a lot of tokens etc.. and things were a little different
Thanks
R
Re: meta tags - not sure how to get them in
Posted: Sat Nov 28, 2009 4:50 am
by replytomk3
You put the actual html code for meta tag in there, not just comma separated values. Fe,
Code: Select all
<meta name="description" content="Lots of useful information about software, also articles, hard to find stuff, and knowledge."/>
<meta name="keywords" content="software, firefox, windows, limewire, mathematica, funny, chuck key, remote desktop, liquid crystal, index case, nvu, CMS, .htaccess, mod_rewrite, Gadwin PrintScreen, Half Life"/>
Re: meta tags - not sure how to get them in
Posted: Sat Nov 28, 2009 5:30 pm
by blueOysterCult
I want to practice on a page that isnt a big deal: the privacy policy page options tab has a section: Page Specific Metadata: - is that where is goes?
Re: meta tags - not sure how to get them in
Posted: Sat Nov 28, 2009 7:10 pm
by replytomk3
Yes. Then try viewing the page html source in your browser.
Re: meta tags - not sure how to get them in
Posted: Sat Nov 28, 2009 7:14 pm
by blueOysterCult
Hey! Thanks - I got it.. got through all the pages I needed - they're all there
Thanks