Source Ordered
SEO Source order is simply a layout that places the most important content, your "middle column" or article as close to the beginning of the code/page as possible. Search engines place more value on content that is at the beginning of a page.
Joomlashack has been a world leader in source ordered Joomla templates since 2006, when we created the first in the wolrd - Simplicity. Since then other template providers have started to develop source ordered Joomla templates, but Joomlashack has continued to innovate.
JS Verdant features sophisticated source ordering in combination with flexible layouts. Regardless of what layout you choose, the main column will always appear first in the code.

For each of these layouts, the columns will appear in the code, and to google as:
<!--Start of main content-->
<div class="maincontent">
Main Column
</div>
<!--End of Main Content-->
<!--Start of left content-->
<div class="leftcontent">
Left Column
</div>
<!--End of Left Content-->
<!--Start of Right content-->
<div class="rightcontent">
Right Column
</div>
<!--End of Right Content-->


