publish website
Permalinki didn't realize this must be edited using html code. can anyone give my the code for changing the meta title, description, and keywords? thanks
when you goto the page in question and view source do you see this stuff in the header area of the code? (between the <head> </head> tags)
are you using a custom theme?
i don't know how to view source. i am going to research that today and learn.
<title>template: home</title>
To correct it on your site open up:
/packages/theme_orange_sunset/themes/orange_sunset/default.php
And near the top you'll see:
<title>template: home</title>
Just delete that line, save & it should be fixed on your site.
I'm fixing it on the concrete5.org site now..
Ryan
it also sounds like you might want to add the meta title custom attribute to your pages to change what google sees in the <title> tag