Originally posted by judiw
View Post
Announcement
Collapse
No announcement yet.
Site Review
Collapse
X
-
-
Originally posted by webD View PostIf the domain set up hasn't changed then that shouldn't be the problem. I only thought to ask because you mention the sudden drop in google referals.
This may, ultimately, be down to the 301s not being set up properly.
There are a few things we've mentioned that may help, so take a look at each if them. Don't change everything at once because you won't know which change made the difference.
Make sure you have a good understanding of where your site is now using analytic tools and double check everything, just incase there is another factor we haven't picked up.
Google are focussing their attention on page load, so the observation on your navigation may be a good place to start.
Try webmaster tools | labs and asses your load times.Judi
www.cachetuk.com
Comment
-
Originally posted by NormanRouxel View PostOne thing I've just noticed that's very inefficient:- You're using a JavaScript based menu ( showSubSections ) to display the sub-sections of your top-level ones. Unfortunately this requires the loading of file "Act_section_tree.js" which is 851Kb at present. That file alone gives your home page a ridiculous weight for first time visitors.
There are menu systems available (I've written several - Accordion Menu for example) that would have a similar look but have minimal effect on page size.Judi
www.cachetuk.com
Comment
-
The code that's providing the menu isn't Actinic's. Someone must have added it. Most of it is here:Code:<script type="text/javascript" src="acatalog/Act_section_tree.js"></script> <script type="text/javascript"> var currentSectionID = 0 ; function showSubSections() { for (var i = 1; i <= section_tree.length; i++) { var topLevelSectionID = section_tree[i].nSectionId; var topLevelSectionName = section_tree[i].sName; if (!document.getElementById("subsections_"+topLevelSectionID)) { } else if (topLevelSectionID == currentSectionID) { document.getElementById("subsections_"+topLevelSectionID).style.display = "block"; } else if (section_tree[i].pChild) { for (var j = 1; j <= section_tree[i].pChild.length; j++) { var subSectionID = section_tree[i].pChild[j].nSectionId; var subSectionName = section_tree[i].pChild[j].sName; if (subSectionID == currentSectionID) { document.getElementById("subsections_"+topLevelSectionID).style.display = "block"; } } } } } </script>
Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
Just a side note. Add you URL to your signature, you'll generate plenty of inbound links to your site form this forum.
Army Gore-tex
Winter Climbing Mitts
webD's Blog: Website design, SEO and other ramblings…
Twitter LinkedIN
If you think a post is good, rate it!
Find the answers in the Knowledge Base | Have you read the User Guides
Comment
-
Originally posted by webD View PostJust a side note. Add you URL to your signature, you'll generate plenty of inbound links to your site form this forum.Judi
www.cachetuk.com
Comment
-
Call for action and SEO
Hi, I really like the look of your site.
The only change I would suggest is to make bigger and better Add to cart button. It can be very good Call for action for your visitors, if looks better.
Very good post on http://www.smashingmagazine.com/2009...est-practices/
You have H1 and H2 mark-up, but you missing the trick to add more key words on options: instead Print Only £62.00
Mounted £84.00
YOU can add extra key words> Black Cocker Spaniel Print Only £62.00
Black Cocker Spaniel Mounted £84.00.
I notice that some developers used this possibility.
I hope this will help
Comment
Comment