|
"SEO-friendly HTML" may sound like a big deal, but it's actually not that complicated. This is because if you follow basic HTML markup principles, you will generally end up with SEO-friendly HTML. This time, I have summarized the basic markup guidelines when creating HTML with SEO in mind. Please use this as a reference for markup engineers who actually mark up HTML, directors who coordinate production sites, etc. What is HTML suitable for SEO? Assemble with (X)HTML+CSS A few tips for SEO 1.What is HTML suitable for SEO? Basically, if you follow the markup philosophy of (X)HTML + CSS, there will be no big difference. Then, you will need to focus on several points that are advantageous for SEO (or eliminate disadvantages for SEO.
Follow the markup philosophy of HTML + CSS Keep in mind the key points with Canada Phone Number Data SEO in mind The markup philosophy of (X)HTML+CSS is to "mark up each HTML tag in its original meaning." For example, it is not acceptable to use the table tag for layout purposes, and instead of choosing tags that are used for layout purposes, choosing tags that are used in their original sense of the tag will help improve the This makes it easier to convey the original meaning (document structure) of the page to search engines. At the same time, unnecessary (inappropriate) tags for decorative purposes are removed from HTML, resulting in a reduction in HTML file size. This also makes it suitable for SEO. Of course, there are some points that cannot be overlooked when considering SEO.

This does not deviate from the above-mentioned (X)HTML+CSS markup philosophy, but is added as an extra. 2.(X)Assemble with HTML + CSS HTML tags are not originally intended for page layout or decoration, but to clarify document structure. In order to fulfill the original role of tags, HTML is marked up according to the document structure, and all layout and decorations are separated from HTML and compiled as CSS, which means combining (X)HTML + CSS. Avoid using HTML tags for layout or decoration purposes Perform markup using the original role of tags Separate descriptions about layout and decoration into CSS instead of HTML (JavaScript is also not part of the document, but is intended to assist the UI, so it is made into an external file and separated from the HTML). For example, suppose you have a page like the one below.
|
|