PDA


View Full Version : First Sentence Module


WATW
02-15-2006, 08:28 AM
As the first sentence of each page on a site is quite important for SEO, is it possible to create a module that can go at the top of my left column to display keywords?

Ideally, the module should auto-populate with 10-15 words, based on the content of the page, but if this isn't possible then just enable info to be added manually for each page.

Any ideas?

Cheers

Brian
02-15-2006, 02:23 PM
If I'm thinking correctly, you could add a new template module with this for the content of the template:
<tr><td class="$bgclass"> $vboptions[keywords] </td></tr>

That module should then display whatever you have entered for the 'Meta Keywords' option on each page. Alternately, you could also use $vboptions[description] to display the meta description.

WATW
02-15-2006, 07:02 PM
Genius - both options work perfectly!

Thanks Brian