What are the downsides of stripping out every non-printable space, tab, and line break from an HTML document, so the entire code essentially resides on a single line? I thought Netscape 4 had trouble with very long HTML lines?
Answer / chaitanya
I don't advocate making your entire HTML page into one single line. Some editors can choke on long lines, older versions of the Oracle info server can choke on long lines, and if you email your pages (as we do at webref), some email programs can flag a virus in longer lines. So I advocate a max of 255 character lines to be safe, or a max of 2000 character lines to avoid problems with Oracle. Also, removing whitespace can break some JavaScript code, and make your code hard to read. You can avoid these problems by keeping unoptimized versions for any edits, and punctuating your JavaScript statements with semicolons.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you submit my site to top search engines?
What is page speed and its importance?
How do you do keyword research 2019?
What is a serp (search engine result page)?
What is rank brain in seo?
What major web sites do the best job of optimization?
What is seo & why is it so important?
What is google fetch?
When do the submission appear on the engines?
What will the following robots.txt file do? User-agent:Googlebot Disallow:/*? User-agent:Scooter Disallow: ► a. It will allow Google to crawl any of the dynamically generated pages. It will also allow the AltaVista scooter bot to access every page ► b. It will disallow Google from crawling any of the dynamically generated pages. It will also disallow the AltaVista scooter bot from accessing any page ► c. It will disallow Google from crawling any of the dynamically generated pages. It will allow the AltaVista scooter bot to access every page ► d. None of the above
What is google my business?
What is an Alexa Rank in SEO?