Setting up for SEO
These are common tasks that I've found that SEO experts require you to have the ability to do:
WebGUI already has fields for the description and keywords metatags. Please see the SEO wiki. But my personal perference is to add the metatags in to the Extra <head> elements (tags) property field for each page layout.
<meta name="description" content=""/>
<meta name="keywords" content="" />
This puts them all in one place, and then allows me to use the Summary field for other purposes. (see below)
Idealy, we should be able to use content profiling for this, but webgui isn't setup in such a way that the style template can read a page's content profile variables. So, here are some methods:
If you do <title> option one above, then the title property of the page layout will define the title of the page. (this is default behavior).
If you choose to use <title> option two, you will no longer have <h1> or <h2> defined. So lets define both. The options below will assume that you need two different values for <h1> and <h2>:
If they are posted as file assets, there is a place for you to include additional properties to the image. Edit the image and provide the alt in the parameter's field.
If they are included in the description of an article asset, you can right click on the image and there is a place there to definethe alt tag.
If the image is attached to the article, or other asset, you are out of luck. userDefined Variables would be useful in this instance.
If the links are generated in navigation assets, this can be tricky. Content profiling doesn't work here.
If you want the title to be the same as the page's title, or menu title, you can modify the navigation template to use one of those two fields. If the value is to be different, you must resort to hardcoding the hyperlinks. userDefined Variables would be useful in this instance.
If the links are in your content, the link generator thing gives you the option to provide one. This option is only available witht he tinymce editor
Keywords: meta data meta tags SEO