View Single Post
  #1  
Old 04-22-2008, 07:47 AM
 
verysmallanimal verysmallanimal is offline
 

Member
  
Join Date: Jul 2005
Posts: 12
 

Default Template Editing and SEO

Hi

I Need some help! I'm using Fashion Mosiac with version 4.1.7

I'm not new to xcart or editing, but I have being trying to do some SEO for my website and I have run into a brick wall.

With the fashion mosaic skin there is no paragraph of text on the front page. I have scanned my site using Web Ceo which tells me there are no H1 tags or that they are empty. Ideally what I would like to do is add a paragraph of text above or below my main image on the web page www.harrismoorecanvases.co.uk and give this H1 tags to see if this helps and also that it may inprove my keyword density 9or any better suggestions)

I have tried the suggestions made eg modifyling dialog.tpl to the following:

{* $Id: dialog.tpl,v 1.25 2005/12/20 08:50:49 max Exp $ *}
{if $printable ne ''}
{include file="dialog_printable.tpl"}
{else}
<table cellspacing="0"{if $usertype ne "C"} cellpadding="0"{/if} {$extra}>
<tr>
{if $usertype eq "C"}
<td valign="top">

<table cellspacing="0" width="100%">
<tr>
<td class="DialogTitle"><img src="{$ImagesDir}/spacer.gif" alt="" /><h1>{$title}</h1></td>
</tr>
<tr>
<td class="DialogTitleCust"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td>
</tr>
</table>

</td>
{else}
<td class="DialogTitle">{$title}</td>
{/if}
</tr>
<tr><td{if $usertype ne "C"} class="DialogBorder"{/if}><table cellspacing="1" class="DialogBox">
<tr><td class="DialogBox" valign="{$valign|default:"top"}">{$content}
&nbsp;
</td></tr>
</table></td></tr>
</table>
{/if}


I am not sure if I have put the H1 tags in the right place, or if they will make any difference.

Any help or other SEO tips through template mods would be appreciated to make the site more readable. I have also installed CDSEO mod for the urls, and this should be working soon.

Also sorry, not sure if this is SEO or Template edinting!

Thanks
__________________
LEM
X Cart V5.4.1.34
PHP 7.3.33
MySQL server 5.5.5-10.3.28-MariaDB-log (InnoDB engine support enabled)
Web server nginx/1.20.1
Operation system Linux
Curl Version 7.61.1
Reply With Quote