This issue has become more than just a matter of aesthetics. In my readings of everything I can find about SEO I happened upon the following in one of the posts in the community:
[QUOTE=olderscot]You have to publish your sitemap within actinic and have a link to it from your homepage. Search engine spiders will not reliably follow links into your site that go via the cgi-bin.
My first search engine registration occurs on 01/15. As I'm knocking heads with the big boys in the business, I'm trying to give myself the best lousy chance possible to get a decent ranking by the search engines over a period of time. For the life of me I can't understand why the NAV buttons don't appear automatically in the top bar on the home page as they do on every other page in the catalog!
Bill was kind enough to post this after my previous query on this topic:
[QUOTE=wjcampbe]To get your links along the top of the page, look for this bit of code in your Act_BrochurePrimary.html template file
and replace the with the NETQUOTEVARs for the individual links you want (NETQUOTEVAR:NAVBSITEMAP for example).
I'm using the Best Seller template. I found similar code to Bill's in Template Manager | Brochure Tab | Primary
<td><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="26" background="top_bar.gif"> </td>
</tr>
</table> </td>
(Mine reads 'background="top_bar.gif", not "background=acatalog/top_bar.gif")
Am I in the wrong place?
Then I found this in Template Manager | Main Tab | Primary:
<td background="top_bar.gif"><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="168" height="26">NETQUOTEVAR:NAVBSITEMAP</td>
<td width="167">NETQUOTEVAR:NAVBMAIL</td>
<td width="168">NETQUOTEVAR:NAVBINFO</td>
<td> </td>
</tr>
I'm assuming these are the NETQUOTEVARS I'm looking for, but I'm very unsure as to how to paste them into the home page code correctly.
Can anyone put all this together and advise me as to which page and where? I'm as lost as ever with regard to code.
Regards,
Charles
www.supplyspecialties.biz
[QUOTE=olderscot]You have to publish your sitemap within actinic and have a link to it from your homepage. Search engine spiders will not reliably follow links into your site that go via the cgi-bin.
My first search engine registration occurs on 01/15. As I'm knocking heads with the big boys in the business, I'm trying to give myself the best lousy chance possible to get a decent ranking by the search engines over a period of time. For the life of me I can't understand why the NAV buttons don't appear automatically in the top bar on the home page as they do on every other page in the catalog!
Bill was kind enough to post this after my previous query on this topic:
[QUOTE=wjcampbe]To get your links along the top of the page, look for this bit of code in your Act_BrochurePrimary.html template file
Code:
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td height="26" background="acatalog/top_bar.gif"> </td></tr></table>
I'm using the Best Seller template. I found similar code to Bill's in Template Manager | Brochure Tab | Primary
<td><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="26" background="top_bar.gif"> </td>
</tr>
</table> </td>
(Mine reads 'background="top_bar.gif", not "background=acatalog/top_bar.gif")
Am I in the wrong place?
Then I found this in Template Manager | Main Tab | Primary:
<td background="top_bar.gif"><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="168" height="26">NETQUOTEVAR:NAVBSITEMAP</td>
<td width="167">NETQUOTEVAR:NAVBMAIL</td>
<td width="168">NETQUOTEVAR:NAVBINFO</td>
<td> </td>
</tr>
I'm assuming these are the NETQUOTEVARS I'm looking for, but I'm very unsure as to how to paste them into the home page code correctly.
Can anyone put all this together and advise me as to which page and where? I'm as lost as ever with regard to code.
Regards,
Charles
www.supplyspecialties.biz
Comment