Seo. How many mistakes have your website made?

Source: Internet
Author: User
There are a lot of webmasters who want to start a business, and there is no more traffic for the website. For a new station, the traffic is the final principle. They have contact with many webmasters who want to learn or learn Seo at the startup stage, many problems are found. At the same time, the vast majority of these ideas come from the Internet. Without practice, they also bring errors to their websites. There are few articles about Seo on the Internet, such as how to find links, how to send soft texts, how to change titles, and how to add keywords. Of course, there are not links, soft Text, titles, and so on are not important, but the website itself is not doing well and does not comply with Seo specifications. The effect you try again is just a little bit. Here we will list some of them, everything is explained from the search engine perspective.
  1. Website standardization and experience
Not Div + CSS, it must be website standardization.

If the website is standardized, the best criterion is to remove the CSS of your website and whether your content can have a good reading experience. If the hierarchy is clear and easy to understand, that is, a standard website. The search engine will give you a higher score and a better ranking (the search engine will not load your external huge style sheet for sensory evaluation ), this is the experience that search engines know. Therefore, the user experience should also be divided into user experience and search engine experience,
The search engine experience is simple: (1) Is there a good indent between different layers. (2) are the important parts modified and commented, and (3) are the necessary broken lines. (3) Is there a few layers of nesting? We recommend that you use the lynx text browser to open your website for testing. Clear at a glance. Here are some examples of incorrect or bad code organization methods:

For example, menus such as directories
<Div> <p> 1. Article 1 </P>
<Div> product category 1 </div> <p> 2. Article 2 </P>
<Div> product category 2 </div> <p> 3. Article 3 </P>
<Div> product category 3 </div>
<Div>
A better way to use ul or ol labels is in line with the first principle
Bytes --------------------------------------------------------------------------------------------
For example, news list
<P> News Title </P>
<P> news content </P>
Better method:
<H1> News Title <P> news content </P>
It complies with the second and third principles and is a block-level element. Comments with correct line breaks and titles
-------------------------------------------------------------------------
or
A better method is:
Bytes -----------------------------------------------------------------------------------------
  2. Website Design Principles ( To The following principle is that HTML tags can be used instead.):
1. Do not use CSS to control the broken line (for example, inline element mandatory display: block)
2. Do not use CSS to control indentation (such as text-ident ),
3. Do not use CSS to control text modification (for example, <strong> text </strong> is different from font-weith: bold)
4. Do not leave the image description blank. Search engines only focus on text.
-------------------------------
5. Move your CSS code to an external CSS file as much as possible.
6. As few Div nesting layers as possible.
7. I can continuously jump to any page on the website through any page Link (as few jumps as possible)
8. Do not do anything. Even so, it should be reflected in the performance layer.
3. About Javascript
This problem occurs more in the voting function in the <A> tag, as shown in the following example:
<A href = "www.xx.com/xx.aspx? Id = 6 * Action = tupiao "> vote </a> Add 1 to the number of page_load votes (incorrect method)
<A href = "javascript: tupiao (6)"> vote </a> (incorrect method)
<A href = "#" onclick = "javascript: tupiao (6)"> vote </a> (not considered)
<Div onclick = "javascript: tupiao (6)"> vote </div> (correct method)

Time is limited. continue later!
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.