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
meta tags - not sure how to get them in
-
- New Member
- Posts: 4
- Joined: Sat Nov 28, 2009 2:19 am
Re: meta tags - not sure how to get them in
Site Admin>Global settings
Content>Pages>Page>Options tab
Content>Pages>Page>Options tab
-
- New Member
- Posts: 4
- Joined: Sat Nov 28, 2009 2:19 am
Re: meta tags - not sure how to get them in
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
Thanks
R
Re: meta tags - not sure how to get them in
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"/>
-
- New Member
- Posts: 4
- Joined: Sat Nov 28, 2009 2:19 am
Re: meta tags - not sure how to get them in
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
Yes. Then try viewing the page html source in your browser.
Last edited by replytomk3 on Sat Nov 28, 2009 7:12 pm, edited 1 time in total.
-
- New Member
- Posts: 4
- Joined: Sat Nov 28, 2009 2:19 am
Re: meta tags - not sure how to get them in
Hey! Thanks - I got it.. got through all the pages I needed - they're all there
Thanks
Thanks