Head Tag

Permalink
Hi There,

I have just started using Concrete5 as a CMS to manage a site built for me by an external developer.

Can anyone tell me how I edit the head tag of my website using this CMS?

Thanks

 
okhayat replied on at Permalink Reply
okhayat
You usually don't do this with the CMS directly.
When you create a theme, you usually append the code <?php Loader::element('header_required');?> which will load the needed code for the CMS.
Other than this, you can add all <meta> and other tags you need before this line in the <head> section.
aeroclown replied on at Permalink Reply
aeroclown
Actually, you can edit the meta data with a C5, and it is an important SEO Feature to have. Any CMS worth its salt will let you edit title attributes, keywords, and descriptions for your pages. Your meta data should not be the same for every page, it should be descriptive of each page and so should the keywords. You should not be hard coding the meta data in your template. Though I am sure it is debatable, that is my opinion.

There are places within C5 to add the meta data of your choosing for every single page you create when you create one.

If you are trying to however add more scripts or styles to the header that is handled outside of the cms.
okhayat replied on at Permalink Reply
okhayat
You're right, it was my bad mistake. Those are editable from the Dashboard -> Sitemap or when editing the page itself, from Properties.

Apologies for the misleading information.
aeroclown replied on at Permalink Reply
aeroclown
No problem at all okhayat. I just wanted to throw that out there just in case that is that they wanted to do.