Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Site Design > Submit Your Site For Review
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Submit Your Site For Review Need a fresh set of eyeballs to take a look at your site? Have a specific issue or question about some aspect of your layout, design or interface? This is the forum for you. When submitting your site, be sure to discuss what aspect you are looking for input on. Just posting a link with the word 'review' isn't appropriate.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-06-2007, 04:57 AM
WebProWorld New Member
 

Join Date: Jun 2007
Posts: 5
house21 RepRank 0
Default Website review

Hello to everyone

If any have the time, please have a look at this website Plumbers London , its a constructions website.
Thanks and Regards
__________________
Plumbers London
Reply With Quote
  #2 (permalink)  
Old 06-06-2007, 06:22 AM
wyspa03's Avatar
WebProWorld Member
 

Join Date: Sep 2006
Location: NJ & UK
Posts: 94
wyspa03 RepRank 0
Unhappy Re: Website review

It's pretty "noisy" at the bottom of your page...
__________________
http://www.signature-gems.com Jewelry Store. Leading Jewelry Blog
Reply With Quote
  #3 (permalink)  
Old 06-06-2007, 06:45 AM
WebProWorld New Member
 

Join Date: Jun 2007
Posts: 5
house21 RepRank 0
Default Re: Website review

Thanks
I know it is, it is meant to be key words and to show the area we cover.
__________________
Plumbers London
Reply With Quote
  #4 (permalink)  
Old 06-06-2007, 09:08 AM
WebProWorld Member
 

Join Date: Apr 2007
Location: East Coast USA
Posts: 73
SurfYourName RepRank 0
Thumbs down Re: Website review

The index is horrible. Hard to read text and all those keywords everywhere. That is just UGLY. The reason for a web site is to get customers. Yes the search engines help. But what happens when you are high in the listings and NO Customers trust your site because you used spam techniques to get it there. Don’t get me wrong, I have see worse. At least you tried to cover up what you were doing by saying, “We work with this” or “we work in these areas”

If it looks like spam, walks like spam, talks like spam……guess what it probably is!

My suggestion is to make a reputable site where your customers will get a feel of professionalism. Not trying to throw stones here, you asked for reviews and thats my thoughts! Good luck!

Erik Bledsoe
SurfYourName.com
Affordable Web Design Packages, Search Engine Marketing, Hosting and Email Included
Reply With Quote
  #5 (permalink)  
Old 06-06-2007, 09:34 AM
WebProWorld Member
 

Join Date: May 2007
Location: USA
Posts: 77
FreeDesignQuote RepRank 1
Unhappy Re: Website review

Looks like a novice SEO worked on this site.

[Link deleted by Mod Webnauts]

Last edited by Webnauts : 06-15-2007 at 02:38 PM.
Reply With Quote
  #6 (permalink)  
Old 06-06-2007, 02:14 PM
davebarnes's Avatar
WebProWorld MVP
WebProWorld MVP
 

Join Date: Jul 2003
Location: Denver, Colorado USA
Posts: 1,474
davebarnes RepRank 3davebarnes RepRank 3davebarnes RepRank 3
Default Re: Website review

I agree 100% with Erik Bledsoe.
When first saw the website, my immediate thought was: "a cheap whore looking for attention".
But, Erik is more articulate than I.

On another note. I visited a bathroom page and noticed that the images were slow to load. Strange I thought.
Then, I realized that just one of the images was 1 MByte! One MB for a 2 cm x 5 cm image. What were you thinking?
__________________
Dave Barnes
+1.303.744.9024
http://www.marketingtactics.com
Reply With Quote
  #7 (permalink)  
Old 06-06-2007, 02:20 PM
WebProWorld Member
 

Join Date: May 2007
Location: USA
Posts: 77
FreeDesignQuote RepRank 1
Exclamation Re: Website review

Thanks for the comment Dave! Some people know just enough about SEO and web design to be dangerous! I think this is one of those people. Large images, keyword spamming, difficult fonts and colors; I guess I could go on and on but you get my point. I will give him credit for coming here for help, but this may be like me helping my deaf cousin hear the waves at the ocean. Just my 2-cents!
[Link deleted by Mod Webnauts]

Last edited by Webnauts : 06-15-2007 at 02:28 PM.
Reply With Quote
  #8 (permalink)  
Old 06-08-2007, 07:56 AM
pagetta's Avatar
WebProWorld Veteran
 

Join Date: Nov 2004
Location: UK
Posts: 505
pagetta RepRank 2
Default Re: Website review

its quite messy on the home page and the text is way too pale there needs to be much more contrast in terms of text and background colour.
you look like you have a decent navigation system and some good content but this site needs some work
4cs plumbing website has a great design and SE placements - should be what you're aspiring to.
Reply With Quote
  #9 (permalink)  
Old 06-08-2007, 02:34 PM
Dubbya's Avatar
WebProWorld 1,000+ Club
 

Join Date: Nov 2006
Location: Steinbach, Manitoba, Canada
Posts: 1,374
Dubbya RepRank 3Dubbya RepRank 3
Default Re: Website review

I'll try to be kind and helpful, even if it kills me.

You've got to remove the spam from the bottom of the page. One well written paragraph might be understandable.

Judging by the HTML source code, it would appear that you're using software to write your page and that you're not too experienced at hand coding. You need to work on that.

You might want to mplement an external CSS style sheet and get rid of the code bloat.

For example, placing this in the head of your document will automatically apply your specified font across the entire page:
Code:
<style>
body {font-size:2; font-family:tahoma, helvetica, sans-serif; font-color:#999999;}
</style>
With that done, you can remove a few thousand lines of redundant code:
<font size="2" face="Tahoma" color="#999999">this is your text</font>

Start with the extraneous (and duplicate) meta tags.

Code:
<meta name="resource-type" content="document">
<meta name="generator" content="AnyBrowser.com MetaMaker">
<meta http-equiv="pragma" content="no-cache">
<meta name="revisit-after" content="1 days">
<meta name="classification" content="Construction">
<meta name="robots" content="ALL">
<meta name="distribution" content="Global">
<meta name="rating" content="Safe For Kids">
<meta name="copyright" content="robuild.co.uk">
<meta name="author" content="robuild.co.uk">
<meta http-equiv="reply-to" content="info@robuild.co.uk">
<meta name="language" content="english">
<meta name="doc-type" content="Web Page">
<meta name="doc-class" content="Published">
<meta name="doc-rights" content="Public">
<meta name="author" content="Builders London Robuild.co.uk">
<meta name="description" content="Builders London, decorators,plumbers, painters,electricians">
<meta name="classification" content="Construction Builders Plumbers">
Put any embedded JavaScript into an external file.

Remove and and all duplicate <html>. <head> and <body> tags.

Delete the huge areas of blank white space so you can edit the page without scrolling through code for hours at a time.

This is indicative of sloppy web page software that's inserting bad code. Improve your text to code ratio, and thereby increase your page relevance by cleaning these up.
Code:
<DIV align=justify><font face="Tahoma"></font></DIV>
That should keep you busy for a few days.
__________________
Printer ink, inkjet & toner cartridges in Canada
"Price-wise printing supplies"
inkjetOasis.ca
Reply With Quote
  #10 (permalink)  
Old 06-08-2007, 03:43 PM
WebProWorld New Member
 

Join Date: Jun 2007
Posts: 5
house21 RepRank 0
Default Re: Website review

lol that will keep me busy for few years

Thanks guys, I am not a pro and I learn if I don't have a choice
__________________
Plumbers London
Reply With Quote
Reply

  WebProWorld > Site Design > Submit Your Site For Review
Tags: ,



Thread Tools
Display Modes

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Review Your Website and then Let Us review It More Power... AmericanOnlineMall Submit Your Site For Review 0 03-06-2007 11:28 AM
Please review my website Paid 2 Review bad_bob00 Submit Your Site For Review 2 02-07-2007 07:06 AM
Review the website aijaz Submit Your Site For Review 3 09-29-2006 05:22 AM
New Website - Please help me review my website. davcheong Submit Your Site For Review 7 10-22-2005 11:35 AM
PLZ REVIEW MY WEBSITE!!! imasoldier Submit Your Site For Review 2 10-16-2004 04:04 AM


Search Engine Optimization by vBSEO 3.2.0