Page 1 of 2 1 2 LastLast
Results 1 to 15 of 21

Critique request

This is a discussion on Critique request within the Critique Please forums, part of the vBulletin SEO Discussion category; Joe Ward ask that I post this issue Any input would be appreciated Pets Warehouse Forum post not appearing on ...

  1. #1
    Member Array
    Real Name
    Bob
    Join Date
    Nov 2007
    Posts
    67
    Liked
    0 times

    Critique request

    Joe Ward ask that I post this issue

    Any input would be appreciated

    Pets Warehouse

    Forum post not appearing on SE.

    Thanks

    Bob

  2. #2
    Senior Member Array
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    44 times
    Blog Entries
    9

  3. #3
    Member Array
    Real Name
    Bob
    Join Date
    Nov 2007
    Posts
    67
    Liked
    0 times
    I took care of the www v non thru Goole tools.

    Is there an email I contact you at?


    Or email me

    Thanks
    Bob

  4. #4
    Senior Member Array
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    44 times
    Blog Entries
    9
    Please send me a PM Bob.

  5. #5
    Member Array
    Real Name
    Bob
    Join Date
    Nov 2007
    Posts
    67
    Liked
    0 times
    Hi Joe, PM sent, got an auto reply???

    Please check

  6. #6
    Member Array
    Real Name
    Bob
    Join Date
    Nov 2007
    Posts
    67
    Liked
    0 times
    You should choose either www or non-www for your site, so that only one is permitted:
    Done

    Your nav links seem to have two images here, one linked, and one not: Not sure what you refer to?

    I clicked the forums from the above blog page and got an error page: That will be fixed

    Forum homepage has generic welcome message. Gone
    Should convert this into topic specific message and link some of the keywords to other parts of your site. Not sure how to do this

    Should remove the redundant login form on the forum homepage.
    Done
    I prefer to remove the link to the FAQ (it's generic and not much help, but consumes a link). Done
    I think you should turn off your footer archive links. There are 48 and I personally think that is too many. I can't login to the admin lost PW???
    Consider moving your CSS definitions embedded in the page to an external file. ??
    The generic welcome message at the top of every page is detrimental to your SEO. Removed
    I would get rid of the calendar and FAQ links in the navigation, at least for guest users. Done
    You have a lot of validation errors that could be fixed:
    • I will work on that.

    I think you should remove "Pet Forums" from the title of all of your sub-forum and thread pages. Done
    If you keep it, you should at least move it to the right side of the title for the sub-forums.
    How is your long tail traffic? That will take some time to work on.



    Joe, Did you get my PM?


    Thanks
    Bob

  7. #7
    Senior Member Array
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    3 times
    Blog Entries
    1
    Hello Bob,
    Sorry For My Late Reply

    • you have problem with your forumhome title

    I think you should turn off your footer archive links. There are 48 and I personally think that is too many. I can't login to the admin lost PW???
    Check Out : vBSEO File:config vbseo php/Reset Password - VBSEO Wiki

  8. #8
    Member Array
    Real Name
    Bob
    Join Date
    Nov 2007
    Posts
    67
    Liked
    0 times
    Quote Originally Posted by marco1 View Post
    Hello Bob,
    Sorry For My Late Reply

    • you have problem with your forumhome title

    Ok, I have that pw reset.

    1. where is the problem with the forum home title?
    in vbulletin or vbseo exactly where should I change it and what do you suggest it be changed to?

    2. "turn off your footer archive links" should I have any opion select or just turm them off?

    3. I sent Joe a PM with a question has he received it?

    4. how important to seo is WC3 validator, most sites are not compliant?


    Thanks

    Bob
    Last edited by LI Pets; 05-26-2009 at 11:26 AM.

  9. #9
    Member Array Mike54's Avatar
    Real Name
    Mike
    Join Date
    Oct 2006
    Posts
    72
    Liked
    0 times
    Quote Originally Posted by LI Pets View Post
    1. where is the problem with the forum home title?
    You don't have one. Admin CP > vBulletin Options > Site Name / URL / Contact Details > Forum Name What do you see there?

    2. "turn off your footer archive links" should I have any opion select or just turm them off?
    Just leave them turned off.

    3. I sent Joe a PM with a question has he received it?
    If you got the auto-reply, he received it.

    4. how important to seo is WC3 validator, most sites are not compliant?
    Actually, the question is how do the spiders react when they run into faulty code? It costs nothing to clean up the code so it will validate.

    I hope this helps.

  10. #10
    Senior Member Array
    Real Name
    Brian
    Join Date
    Apr 2006
    Posts
    6,983
    Liked
    10 times
    W3 valid code is VERY important.

    One bad tag can ruin everything.

    HTML is a top-down approach. one bad tag above ruins everything below.

    take, <div><p>some stuff.... <h1>title</h1> </div>

    because the <p> is not closed (and an h1 cannot be inside a p), from a top down approach, you have zero h1 at all, as it's still being read as a p.... along with everything after it until the next closing p.

    Clean code is VERY important.

  11. #11
    Member Array
    Real Name
    Bob
    Join Date
    Nov 2007
    Posts
    67
    Liked
    0 times
    Quote Originally Posted by Mike54 View Post
    You don't have one. Admin CP > vBulletin Options > Site Name / URL / Contact Details > Forum Name What do you see there?


    Just leave them turned off.


    If you got the auto-reply, he received it.


    Actually, the question is how do the spiders react when they run into faulty code? It costs nothing to clean up the code so it will validate.

    I hope this helps.
    I thought Joe was suggesting leaving forum name blank, I mis understood.

    What do you suggest there? "Pets Warehouse Pet Forums"

    Is there and software that will clean the pages to comply or give suggested corrections?


    Thanks
    Bob

  12. #12
    Senior Member Array
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    44 times
    Blog Entries
    9

  13. #13
    Member Array
    Real Name
    Bob
    Join Date
    Nov 2007
    Posts
    67
    Liked
    0 times
    Got it

    Thanks again.

    Bob

  14. #14
    Member Array
    Real Name
    Bob
    Join Date
    Nov 2007
    Posts
    67
    Liked
    0 times
    Quote Originally Posted by briansol View Post
    W3 valid code is VERY important.

    One bad tag can ruin everything.

    HTML is a top-down approach. one bad tag above ruins everything below.

    take, <div><p>some stuff.... <h1>title</h1> </div>

    because the <p> is not closed (and an h1 cannot be inside a p), from a top down approach, you have zero h1 at all, as it's still being read as a p.... along with everything after it until the next closing p.

    Clean code is VERY important.


    Brian isn't this done with "Clean up Markup with HTML Tidy"

    I tried it on a few pages they had about 100 errors each, and it scrubbed them?

  15. #15
    Senior Member Array
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    44 times
    Blog Entries
    9
    HTML Cleanup just removes comments. The only way to get rid of validation errors is to have a programmer or designer with advanced HTML/CSS knowledge fix the broken parts.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Request Critique
    By thunderclap in forum Critique Please
    Replies: 20
    Last Post: 05-26-2009, 03:19 PM
  2. Critique Request: ek9.org
    By rveram in forum Critique Please
    Replies: 13
    Last Post: 05-23-2009, 08:18 AM
  3. Critique Request
    By acozme in forum Critique Please
    Replies: 5
    Last Post: 04-27-2009, 08:02 PM
  4. Mototips - Critique Request
    By mototips in forum Critique Please
    Replies: 6
    Last Post: 02-25-2009, 06:21 AM
  5. Critique Request
    By UltimateNatureGear in forum Critique Please
    Replies: 9
    Last Post: 01-26-2009, 11:47 AM

Posting Permissions

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