Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 16 to 30 of 45

review please

This is a discussion on review please within the Critique Please forums, part of the vBulletin SEO Discussion category; No, that is the rendered HTML. thats what your browser interprets into the visual and functional interface. Don't take this ...

  1. #16
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    No, that is the rendered HTML. thats what your browser interprets into the visual and functional interface.

    Don't take this wrong way, but I think this stuff is way over your head, and you'll likely do more damage than good. I'd suggest hiring a 3rd party to clean this up if possible.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  2. #17
    Member
    Real Name
    jaderollie
    Join Date
    Sep 2008
    Posts
    63
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    No, that is the rendered HTML. thats what your browser interprets into the visual and functional interface.

    Don't take this wrong way, but I think this stuff is way over your head, and you'll likely do more damage than good. I'd suggest hiring a 3rd party to clean this up if possible.
    i agree lolol
    where are the 3d parties??
    i cant see why we just cant hire you guys, and add iTrader to the site

  3. #18
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    Quote Originally Posted by jaderollie View Post
    i agree lolol
    where are the 3d parties??
    i cant see why we just cant hire you guys, and add iTrader to the site

    Yes Brian have a big knowledgeable of the web development in general.
    You can hire any designer from vb.org.

  4. #19
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    We simply don't have the man-power to offer these kinds of services. We have enough to do just keeping up with supporting our own product
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #20
    Member magz's Avatar
    Real Name
    Tony
    Join Date
    Dec 2006
    Posts
    60
    Liked
    2 times
    Quote Originally Posted by jaderollie View Post
    im now going to attempt :-
    [Invalid] Markup Validation of http://www.magicalproteachings.com/ - W3C Markup Validator


    so how do i know which files to edit, or better still find them??
    as an example heres my 1st 3 :-

    1. Line 63, Column 225: end tag for "img" omitted, but OMITTAG NO was specified …th='800' height='120' border='0'></a></center></div></td>
      You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
    2. Line 63, Column 95: start tag was here …w.youtubemagic.net/" target="_blank"><img src='http://www.magicalproteachings
    3. Line 106, Column 83: document type does not allow element "link" here ….css" media="screen" type="text/css">
      The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
      One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
    If you goto your Admin Control panel and select general settings, you will see option : Add Template Name in HTML Comments.

    Set this to Yes, then when you run the site vaildator, you will see references to the actual scripts that the errors are present in.

    When you have finished, dont forget to set this option back to No.

    Hope this helps.

  6. #21
    Senior Member universo's Avatar
    Real Name
    fernando
    Join Date
    Nov 2008
    Posts
    409
    Liked
    5 times
    hi

    there is a better tool for validating XHTML errors?

    is difficult to repair errors, not English!!!!!!!

  7. #22
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    The validator is just that-- a validator. It is not a FIX tool.

    It is a manual process to find the errors (that the validator gives you) within your templates. it helps to check the "show source" box and then click "revalidate", as it will then show your xhtml source code with the line numbers.

    99% of the time, they are easy fixes, mostly html vs xhtml errors (&amp; instead of &, <img> instead of <img />, <br> instead of <br />, missing alt="" tags, and so forth.
    Sometimes, you may have botched a table tag <td> or <tr> or its closing partner and that is when things get bad. one bad table tag can cause 200+ errors on its own.

    HTML is a top-> down approach. Always validate in order as the first error may clear more than just itself.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #23
    Senior Member universo's Avatar
    Real Name
    fernando
    Join Date
    Nov 2008
    Posts
    409
    Liked
    5 times
    Quote Originally Posted by Brian Cummiskey View Post
    The validator is just that-- a validator. It is not a FIX tool.

    It is a manual process to find the errors (that the validator gives you) within your templates. it helps to check the "show source" box and then click "revalidate", as it will then show your xhtml source code with the line numbers.

    99% of the time, they are easy fixes, mostly html vs xhtml errors (&amp; instead of &, <img> instead of <img />, <br> instead of <br />, missing alt="" tags, and so forth.
    Sometimes, you may have botched a table tag <td> or <tr> or its closing partner and that is when things get bad. one bad table tag can cause 200+ errors on its own.

    HTML is a top-> down approach. Always validate in order as the first error may clear more than just itself.
    thanks for information but for me it is difficult to validate these errors

  9. #24
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    I'm sorry to hear you're having problems with this.

    Unfortunately, this is out side of our standard services offered to our customers (as the default vb skin + vbseo validate).

    I'm sure someone will fix it for you for a modest payment. Perhaps try vbulletin.org paid services requests.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  10. #25
    Senior Member universo's Avatar
    Real Name
    fernando
    Join Date
    Nov 2008
    Posts
    409
    Liked
    5 times
    Quote Originally Posted by Brian Cummiskey View Post
    I'm sorry to hear you're having problems with this.

    Unfortunately, this is out side of our standard services offered to our customers (as the default vb skin + vbseo validate).

    I'm sure someone will fix it for you for a modest payment. Perhaps try vbulletin.org paid services requests.
    I do not know where to go to solve these problems, I am seeing a lot of important forums, Teléfonos Móviles, Logos, Melodías, liberar gratis, mensajes SMS gratis, tienda , foros gsm, sms, moviles orange vodafone movistar yoigo ofertas comprar 4 times more errors than my forum, and have no problems of loss of views



    error: http://validator.w3.org/check?uri=ht...idator%2F1.654

  11. #26
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    Some errors are more critical than others.

    ie,

    <p>some text
    <h1>title</h1>

    is invalid, and since the p tag wasn't closed before the h1 started, the h1 is effectively useless as it still thinks it's in a normal p tag.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  12. #27
    Senior Member universo's Avatar
    Real Name
    fernando
    Join Date
    Nov 2008
    Posts
    409
    Liked
    5 times
    the errors of my style is not the cause of this loss of views


    I think there's a problem on my site, it can be something misconfigured on vbseo settings

    client so as vbseo, I request a review of vbseo settings

  13. #28
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    Quote Originally Posted by universo View Post
    the errors of my style is not the cause of this loss of views


    I think there's a problem on my site, it can be something misconfigured on vbseo settings

    client so as vbseo, I request a review of vbseo settings
    I Have checked your site again and I found you done all of my suggests, however I see you didn't remove your forum title from your threads.

    ex : GameBoid 1.3.8 Android (emulador GBA) - Universo Symbian

  14. #29
    Senior Member universo's Avatar
    Real Name
    fernando
    Join Date
    Nov 2008
    Posts
    409
    Liked
    5 times
    Quote Originally Posted by marco1 View Post
    I Have checked your site again and I found you done all of my suggests, however I see you didn't remove your forum title from your threads.

    ex : GameBoid 1.3.8 Android (emulador GBA) - Universo Symbian
    if I remove the title, it goes in search engine universe symbian

  15. #30
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    Quote Originally Posted by universo View Post
    if I remove the title, it goes in search engine universe symbian
    Sorry, I'm not completely understand your reply. are you mean if you remove forum title that's will make a problem with search engines ?

Page 2 of 3 FirstFirst 1 2 3 LastLast

Similar Threads

  1. Please Review :)
    By nick-harper in forum Critique Please
    Replies: 1
    Last Post: 12-01-2008, 12:09 PM
  2. Please, review :)
    By verowhite in forum Critique Please
    Replies: 1
    Last Post: 12-01-2008, 10:47 AM
  3. Please review :)
    By ashley76 in forum Critique Please
    Replies: 3
    Last Post: 11-27-2008, 08:49 PM
  4. Review Please
    By FairWeather in forum Critique Please
    Replies: 13
    Last Post: 02-11-2008, 07:25 PM

Posting Permissions

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