| Making MosTree More Search-Engine Friendly |
|
| Thursday, 28 December 2006 | |
|
Apart from Alledia.com, the most popular site we run is JoomlaYellowPages.com, based on the excellent MosTree directory component from Mosets.com.
The site has only been up and running for 4 months, but it has already got some good search engine rankings, positioned as #8 in Google for "Joomla Developers" and #7 in Google for "Joomla Development".
We started to kick around some ideas to make the site more search engine friendly and decided to apply some simple changes to MosTree.
One important aspect of SEO is to show the search engines which items on your page are important. Having text inside the <h1> tag (which means a large heading) will indicate that its more important than text inside a <p> tag (which means ordinary paragraph text). The default MosTree files don't include any of these tags.
We altered the core MosTree files, so that:
Adding the tags is a simple as changing: <td class="componentheading"><?php echo $this->_MT_LANG->TITLE ?></td> to <td class="componentheading"><h1><?php echo $this->_MT_LANG->TITLE ?></h1></td>
Assuming that you are using the Bluetree_buiness template to use MosTree as a Yellow Pages, the key files you need to dig into are the following:
If you are using every aspect of MosTree, you will need to change all of the following files: templates/bluetree/page_advsearchresults.tpl.php
We also made changes to components/com_mtree/language/english.php so that the language was more appropriate. "MosTree" became "Joomla Developers, Designers and Companies" and so on.
Finally, the disclaimer: as always, please make these changes on a demo site first. Doing this will probably also require changes to the css files.
Set as favorite Bookmark
Email This
Comments (3)
![]() written by Traume, March 07, 2007
MosTree is very SEO friendly. Checkout an example at www.adhotshot.com
written by Traume, March 16, 2007
I've found that OpenSEF works best for my applications including MosTree. I've used others in the past but always with complications.
Traume AdHotShot.com Webmaster www.adhotshot.com Write comment
|


