Results 1 to 15 of 15

 

Thread: New site design - feedback please

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Mar 2006
    Location
    Preston
    Posts
    243
    Thanks
    6
    Thanked 0 Times in 0 Posts


    Ive just redone my website http://www.Freeuksimcards.co.Uk and would like some feedback, there is a few more pages to add, and i hav decided to replace the login box with something else.
    --<br>Posted via my Mobile Device

  2. #2
    Registered User

    Status
    Offline
    Join Date
    Mar 2008
    Posts
    92
    Thanks
    3
    Thanked 2 Times in 2 Posts
    I think you need to look at your grammar and spelling.

    You also need to provide some value to your visitors (apart from the links). I'm not sure I really understand what a free sim card is (as opposed to a sim card that is not free); maybe you could explain this.

  3. #3
    Registered User

    Status
    Offline
    Join Date
    Jun 2008
    Posts
    39
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I see you have an H1 heading tag "Free SIM Cards" but the text doesn't appear on the page - you're using a background image instead in your style sheet.
    I never like the idea of coding just for search engines. What's everybody elses opinion on this one?

  4. #4
    pete_coles's Avatar
    Administrator

    Status
    Offline
    Join Date
    May 2007
    Posts
    513
    Thanks
    14
    Thanked 82 Times in 62 Posts
    Quote Originally Posted by FairFX View Post
    I see you have an H1 heading tag "Free SIM Cards" but the text doesn't appear on the page - you're using a background image instead in your style sheet.
    I never like the idea of coding just for search engines. What's everybody elses opinion on this one?
    I'm personally all for image replacement for stuff like logos. Keeping the 'h1' tag and then styling it in CSS seems pretty smart to me as it will display the heading when the styles are turned off and also allow screen readers to know what the site is called/about.

  5. #5
    Registered User

    Status
    Offline
    Join Date
    Jun 2008
    Posts
    39
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by pete_coles View Post
    I'm personally all for image replacement for stuff like logos. Keeping the 'h1' tag and then styling it in CSS seems pretty smart to me as it will display the heading when the styles are turned off and also allow screen readers to know what the site is called/about.
    I'm just never that comfortable with what is essentially displaying one thing for search engines and another thing for readers.

  6. #6
    Registered User

    Status
    Offline
    Join Date
    Mar 2006
    Location
    Preston
    Posts
    243
    Thanks
    6
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by pete_coles View Post
    I'm personally all for image replacement for stuff like logos. Keeping the 'h1' tag and then styling it in CSS seems pretty smart to me as it will display the heading when the styles are turned off and also allow screen readers to know what the site is called/about.

    Glad somebody else agrees
    Free Sim cards - all UK networks./Cheapest Wii Console for XMAS 2010

  7. #7
    Registered User

    Status
    Offline
    Join Date
    Jun 2008
    Posts
    39
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Keeping the 'h1' tag and then styling it in CSS seems pretty smart to me
    That seems smart to me too - but only if you retain the text on the page - visible to the reader. If on the other hand you display an image instead, there is an argument to say that you're approaching grey-hat SEO.

  8. #8
    Registered User

    Status
    Offline
    Join Date
    Oct 2007
    Posts
    129
    Thanks
    1
    Thanked 1 Time in 1 Post
    Is that a template you're using?

    I swear Ive seen a couple of sites in the past which look very similar? Probably just me.

  9. #9
    Registered User

    Status
    Offline
    Join Date
    Mar 2006
    Location
    Preston
    Posts
    243
    Thanks
    6
    Thanked 0 Times in 0 Posts
    yes its a template
    Free Sim cards - all UK networks./Cheapest Wii Console for XMAS 2010

  10. #10
    Registered User

    Status
    Offline
    Join Date
    Jun 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Looks fun and interesting. I feel that the header lacks. The tile is too faint. Maybe some flash in the header would spice it up, too!!

  11. #11
    Registered User

    Status
    Offline
    Join Date
    Feb 2007
    Posts
    27
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Good site. A couple of headings are breaking in the FF3. but I guess thats just me. Best of luck.

  12. #12
    Registered User

    Status
    Offline
    Join Date
    Jan 2008
    Posts
    130
    Thanks
    1
    Thanked 17 Times in 13 Posts
    Quote Originally Posted by FairFX View Post
    That seems smart to me too - but only if you retain the text on the page - visible to the reader. If on the other hand you display an image instead, there is an argument to say that you're approaching grey-hat SEO.
    This is a standard CSS technique - you'll find it in dozens of CSS books. It's actually very reader friendly - displaying aesthetically pleasing images for full-fat viewing, but leaving headings in place for non-css browsers, screen readers for partially sighted etc etc.

    It's CSS done proper, like. Good stuff, and the way I've been doing it for years. :tup

  13. #13
    Registered User

    Status
    Offline
    Join Date
    Jun 2008
    Posts
    39
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by mjp3000 View Post
    This is a standard CSS technique - you'll find it in dozens of CSS books. It's actually very reader friendly - displaying aesthetically pleasing images for full-fat viewing, but leaving headings in place for non-css browsers, screen readers for partially sighted etc etc.

    It's CSS done proper, like. Good stuff, and the way I've been doing it for years. :tup
    I accept that it's common place on many sites but it doesn't mean that you shouldn't be slightly wary of how this CSS technique may impact search engine algorithms in the future.

    Quote from Matt Cutts @ Google:
    "We can flag text that appears to be hidden using CSS at Google. To date we have not algorithmically removed sites for doing that."

    The "To date" part scares me.

    More discussion:
    SEOmoz | CSS Image Replacements and SEO

    It is something that's potentially open to abuse as the H1 tag is a significant part of on-site SEO. Although I accept that this isn't impacting rankings at the moment, in my opinion it's taking a risk with future rankings.

  14. #14
    Registered User

    Status
    Offline
    Join Date
    Jan 2008
    Posts
    130
    Thanks
    1
    Thanked 17 Times in 13 Posts
    Quote Originally Posted by FairFX View Post
    Quote from Matt Cutts @ Google:
    "We can flag text that appears to be hidden using CSS at Google. To date we have not algorithmically removed sites for doing that."
    I would have assumed that this refers to display:none, rather than indenting the text. Indenting still leaves it visible, albeit 10,000 pixels off the page or whatever.

    I can't see google punishing sites that use text-indent. 99% of text replacement is going to be done by designers who want good design whilst keeping their sites accessible and standards compliant. By penalising this method, they'll be penalising designers for doing things the 'proper' way, which wouldn't make sense.

    They're clever guys at google, I'm sure if they were to do anything about this, they will find a way to differentiate between honest design, and people hiding links through hidden divs and such like.

  15. #15
    Registered User

    Status
    Offline
    Join Date
    Jun 2008
    Posts
    39
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by mjp3000 View Post
    I would have assumed that this refers to display:none, rather than indenting the text. Indenting still leaves it visible, albeit 10,000 pixels off the page or whatever.

    I can't see google punishing sites that use text-indent.
    Punishing possibly not - but a reduction in value is still likely in the future - in my opinion. Perhaps we'll have to agree to disagree.



Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Affiliate Site Templates & Design
    By redspan in forum Programming
    Replies: 4
    Last Post: 30-07-08, 08:05 AM
  2. Feedback wanted on new site - GottaGet.co.uk
    By drinkadrinkadrink in forum Affiliate Marketing Lounge
    Replies: 0
    Last Post: 19-05-08, 11:26 AM
  3. Blushingbuyer Site Redesign, feedback appreciated.
    By steveaich in forum Affiliate Marketing Lounge
    Replies: 9
    Last Post: 08-10-06, 02:27 PM
  4. Motorbike site for feedback
    By NickH in forum Media Coverage & PR Strategy
    Replies: 2
    Last Post: 05-09-06, 09:51 PM

Bookmarks

Posting Permissions

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

Content Relevant URLs by vBSEO 3.5.0 RC2