Results 1 to 8 of 8

Thread: please give us some feedback on the new site

  1. #1
    Join Date
    Jun 2005
    Posts
    1

    Question please give us some feedback on the new site

    http://pcrefreshers.com/

    its actually 2 sites in one. We have one for local services and our new project "ecommerece" more items are on the way (so no negative feedback on that please)

    Thank you

  2. #2
    Join Date
    Jul 2003
    Posts
    158
    Quick initial impression: I like the basic look in terms of design and color choices, but I don't care for the way entering the Local Services part of the site opens another window. Just curious: why did you take the Flash approach?

  3. #3
    Join Date
    Jun 2005
    Posts
    3
    Hate the music, I know I could switch it off, but it is still really annoying.

  4. #4
    Join Date
    Jun 2005
    Location
    Philadelphia, USA
    Posts
    321
    I know you asked us not to review the ecommerce part of your site yet but I wanted to make a quick suggestion before you get to far with it.

    Your links to products look like this...
    http://pcrefreshers.com/store/catalo...products_id=36

    You can easily change them to look like something like this...
    http://pcrefreshers.com/products/36

    In your .htaccess file on your Web server add a rule like this...
    Code:
    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^/products/(.*) [NC]
    RewriteRule (.*) /product_info.php?products_id=$1 [R,L]
    or for your longer links that look like this...
    http://pcrefreshers.com/store/catalo...products_id=28

    use

    Code:
    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^/path/(.*)/products/(.*) [NC]
    RewriteRule (.*) /store/catalog/product_info.php?cPath=%1&products_id=%2 [R,L]
    now they would like like this...
    http://pcrefreshers.com/path/21/products/28

    This way your site will have shorter an easier links that both search engines will better understand and your customers will be able to use. Using this rewrite rule, both the long and short way of writting your links will work. Which is great incase a customer tries to use the old long address, but this is bad for search engine optimization because search engines will see it as two different pages with the exact same content. So try to use only one type of link throughout your site.

  5. #5
    Join Date
    May 2004
    Posts
    174
    I agree...the music makes me want to click out of there pronto. Also, flash doesn't do much but frustrate me. I prefer a page with links that provide more detailed information.

    have a copy editor go over your text. I notice spacing issues on your Rates page -- between the end of the service and the price...add a space before the dollar signs.

    Ont eh main page, wehre you have to choose between local servicces and online store -- it would be good to have something there that tells you what kind of site it is...

  6. #6
    Join Date
    Apr 2005
    Posts
    2
    Ditto on the music. Very annoying and amatuerish.


    Also, I think you need to rethink your design and add a couple of hundred works of content to the main page. The page has zero content and may be detrimental to your search engine rankings. You have to have some content on every page these days.

  7. #7
    Join Date
    Jun 2005
    Location
    Richmond, VA
    Posts
    19
    To beat the horse one more time, the music has to go. I had my speakers turned up a little to loud from recently listning to music and I nearly had a heart attack when your site started. I think that the flash is ok, I just do not personally care for flash sites. One suggestion, move the scoll indicator. It took me a minute to figure out how to scroll the descriptions. Perhaps a traditional scroll bar or somethning. I like the colors and the general look of the site, just not the sound.
    Whit Lee
    BVCommerce Shopping Cart Software
    www.bvsoftware.com

  8. #8
    Join Date
    May 2004
    Posts
    174
    Huh...doesn't look like Refreshers ever came back to collect his/her feedback. With any luck he or she is busy removing the music from the site.

    ;-)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •