Business Forum - UK Business Labs Click to see Full Membership details_
Go Back   Business Forum - UK Business Labs > Business Talk > Monetizing your site

Edit your Profile Find a Member Invite a Friend Social Groups The UKBL Business Directory (Register as a Free Member first)

ReplyBookmark and Share
 
LinkBack Thread Tools
  #1 (permalink)  
Old 12th October 2008, 12:52 AM
Ray Stewart's Avatar
Senior Lab Tech
Full Member
 
Join Date: Jul 2008
Location: Leicestershire
Posts: 746
Blog Entries: 17
Thanks: 12
Thanked 100 Times in 82 Posts
iTrader: (1)
Send a message via MSN to Ray Stewart
Question A question (or 2) for the experts...

I have been watching with interest how my two main websites have been performing in google. My little blog, with it's page rank of 0/10 continually pops up very high in searches and has decent traffic to it but the main site with it's (much larger!) page rank of 1/10 doesn't feature much in searches but is still getting a fair bit of traffic.

I don't really like the joomla look of the main site but it is simple to update and refresh. Is that important to google & co?

My question really is, would I be better converting the main site into a wordpress one like the blog? would it help it perform better in google & co?

Would I be better to combine the two somehow to economize on effort?

I have always thought the way my wordpress blog and the joomla site name the pages when written was helpful to the search engines. Is this true? or would I be better using just numbers for posts like lots of blogs seem to instead?

Is this the kind of stuff an SEO expert helps with - never having known one, or asked one, until now? I have just relied on reading bits and pieces on things like this and not got very far
__________________
Ray Stewart
When you absolutely have to have the correct figures for your business - call me!
Madcap Coalville Accountant and Bookkeeper!! Follow me on twitter @Mad_Accountant
Find me on Facebook - Visit my LinkedIn Page
Bookmark and Share Reply With Quote
  #2 (permalink)  
Old 16th October 2008, 05:22 PM
Ray Stewart's Avatar
Senior Lab Tech
Full Member
 
Join Date: Jul 2008
Location: Leicestershire
Posts: 746
Blog Entries: 17
Thanks: 12
Thanked 100 Times in 82 Posts
iTrader: (1)
Send a message via MSN to Ray Stewart
Default

No views??
__________________
Ray Stewart
When you absolutely have to have the correct figures for your business - call me!
Madcap Coalville Accountant and Bookkeeper!! Follow me on twitter @Mad_Accountant
Find me on Facebook - Visit my LinkedIn Page
Bookmark and Share Reply With Quote
  #3 (permalink)  
Old 16th October 2008, 05:39 PM
Paul Norman's Avatar
Junior Lab Tech
 
Join Date: Aug 2008
Location: Newcastle
Posts: 177
Thanks: 2
Thanked 21 Times in 18 Posts
iTrader: (0)
Default

Hi Ray..this is a big question, and would require some research into the coding of the two sites, as well as the content.

Joomla, whilst an excellent cost effective tool, tends not to write the best code in the world, but then neither do its competitors. That will slow the Google spiders down a bit, but that is not the whole story.

Content is the big thing here, and external links. But especially content.
Bookmark and Share Reply With Quote
  #4 (permalink)  
Old 18th October 2008, 09:47 AM
Trainee Lab Tech
 
Join Date: Oct 2008
Location: Sheffield
Posts: 22
Thanks: 0
Thanked 7 Times in 6 Posts
iTrader: (0)
Default

The most important aspect of search engine optimisation is keyword research. If you are not targeting the right keywords you will either get no traffic or get the wrong type of traffic. Also important are lots of links (with keywords in anchor text) and a good amount of keyword specific content. Usually about 300 - 500 words per page with your keyword being mentioned between 3% and 5% of the time.

Use this link to find a long list of relevant keywords (can't post links yet so just search for this tool);
Free Keyword Suggestion Tool From Wordtracker

And the google keyword tool is good for finding out a rough idea of each keywords search traffic;
Google keyword tool

Also install google Analytics as this is very useful.

Joomla and wordpress both have the ability to do well in search engines, search their forums for SEO to find out how to tailor them specifically. Stay with the names in url instead of numbers.

Also keep you blog and website separate (on different servers if possible) and market them separately giving links from your blog to your main website. I wouldn't link from your main website back to your blog though as this may devalue the links from the blog slightly (just my opinion though).
__________________
One of the websites I run is a Kids Bedding website called Children's Bedding Direct
Bookmark and Share Reply With Quote
The Following User Says Thank You to binarywebs For This Useful Post:
Ray Stewart (18th October 2008)
  #5 (permalink)  
Old 18th October 2008, 06:07 PM
Graduate
 
Join Date: Oct 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
iTrader: (0)
Default

Content, lots of content, relevant content. Get that part right first. This includes keyword analysis to make sure your site ranks for all the right words and phrases.

The actual CMS, Google doesn't care about it, what it wants is easy to follow links to your site and within your site and good content to service its search queries. Joomla, Drupal, EE etc all do a good job of serving up your site to your audience.
__________________
Bookclub on TV3
Bookmark and Share Reply With Quote
  #6 (permalink)  
Old 27th October 2008, 02:49 PM
Trainee Lab Tech
 
Join Date: Aug 2008
Location: Woking
Posts: 21
Thanks: 2
Thanked 4 Times in 2 Posts
iTrader: (0)
Send a message via Skype™ to chillfire
Lightbulb cms woes

Hi,

my 2 pence (as a CMS developer/seo guy), one thing that I have noticed with google (and other SE's) is that although the CMS you use doesn't have much affect there are things that it does that can do.

- Speed of rendering, the page has to be delivered to the spider quickly, remember web spiders dont 'see' the images so ignore them (thats a usability issue), but some CMS, build their pages slowly, or the databse they connect to is slow etc etc. I have used this before and found it good to help tune my CMS's in the past Web Page Analyzer - free website optimization tool website speed test check website performance report from web site optimization

- Page Errors, this can really harm your site. Every CMS should display some kind of user message if an error occurs, but what if the error only happens when a spider hits the page? I would advise using google webmaster tools and Yahoo site explorer with your site, at tleast this way you can see any errors that the spiders are showing up.

- Fancy controls/Ajax etc, My CMS uses very little ajax to display content, and there are no fancy javascripted menus/controls anywehere to be seen, its all plain old HTML, rememebr the spiders on read text, so how it looks is irrelevant, the best looking site can get 0 search results. Ajax and javascript can is used incorrectly actually hide your content (if used well it can help your content too) from the spiders

- HTML structure, this is the biggest problem with any web page (not just CMS based ones), the page must follow the basic HTML structure. So Meta tags, CSS and javascript in the HEAD area (except google analytics move them to the bottom of the page), content in the BODY area, Header tags in the correct order on the page, H1 at the top, then H2 etc etc, use P tags for each section of relevant content, use UL/LI for lists, etc etc.
A spider will index the structured content faster if its in the right place.

Lots of info, I am sure some will disagree, however these are all things I have had to look into over the last 2 years of developing OCRE and the best bit is every site that uses it has been indexed by google pretty quickly and all have relatively good search results.

hope that helps
craig
__________________
chillfire ltd - Small Business Technology Specialists - OCRE - Bring the power of your site into your hands.
Bookmark and Share Reply With Quote
The Following User Says Thank You to chillfire For This Useful Post:
Ray Stewart (27th October 2008)
  #7 (permalink)  
Old 27th October 2008, 02:57 PM
Paul Norman's Avatar
Junior Lab Tech
 
Join Date: Aug 2008
Location: Newcastle
Posts: 177
Thanks: 2
Thanked 21 Times in 18 Posts
iTrader: (0)
Default

Craig you are right. In short, although the keyword and content posts are right to claim importance for those things, Google will be slowed down by poor code. So will other search engines.

I spend a lot of time on this bandwagon, and am completely relaxed that most people think otherwise. It gives me an unfair advantage.

So validate this comment, I took a simple expedient. I phoned my account manager at Google and checked.

Content, is king. But sloppy code, even slightly sloppy, can hide it a bit. And a bit can take away your competitive edge.
Bookmark and Share Reply With Quote
  #8 (permalink)  
Old 27th October 2008, 03:06 PM
Trainee Lab Tech
 
Join Date: Aug 2008
Location: Woking
Posts: 21
Thanks: 2
Thanked 4 Times in 2 Posts
iTrader: (0)
Send a message via Skype™ to chillfire
Default

cheers Paul, I had to find out some of that the hard way (I found calling a man at google helpful too ha ha).

yes its true that most web developers are completely oblivious to the some of the basics, thats not such a bad thing for me though.

It would be interesting to put the same page up in static HTML, Joomla, Drupal etc and see if there really is a difference.
__________________
chillfire ltd - Small Business Technology Specialists - OCRE - Bring the power of your site into your hands.
Bookmark and Share Reply With Quote
  #9 (permalink)  
Old 27th October 2008, 03:17 PM
Paul Norman's Avatar
Junior Lab Tech
 
Join Date: Aug 2008
Location: Newcastle
Posts: 177
Thanks: 2
Thanked 21 Times in 18 Posts
iTrader: (0)
Default

I actually really do find the people at google helpful.
Bookmark and Share Reply With Quote
Reply

Tags
joomla, seo, wordpress

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 01:26 AM.

10% Discount @ Tartan Trader Personalised Gifts

Spread the word!

Click for banner rates

Click for banner rates

Swoopo is a UK auction site with a twist


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0
Forum styling and imagery Copyright © Bean Internet www.beaninternet.co.uk 2007-2009.
'UK Business Labs™' and 'UKBL™' are trademarks of Bean Internet.
The opinions expressed on this message board do not necessarily represent the opinions of the owners, staff and sponsors
A Bean Internet venture
A Bean Internet venture.