Summary of web design experience and skills

Summary of web design experience and skills
■ Website theme planning Be careful not to make your website theme too fragmented. Because the more focused the website topic is, generally speaking, the website owner will invest more energy in it, and therefore the quality of the information provided will be higher. We know that search engines have been committed to providing users with high-quality information search services, so they will rank websites that provide valuable information in advance and return them to users first.
What if the website content covers a wide range and it is necessary to retain many topics? It’s still the same principle. As long as you organize the website information into categories and reasonably, it will naturally form relatively concentrated themes, and the search engine will naturally give you a higher website ranking.
■ Rich website content and website popularity complement each other. Websites with rich content are usually popular with visitors. Please note that the rich content here does not refer to the complexity of the content, but to the depth of the content.
When ranking websites, search engines not only look at the relevance of the information on the webpage, but also consider the reputation of the website, such as how many external links there are, how high the click-through rate of the webpage is, and so on. Therefore, a website with rich content will definitely be ranked higher than a website with poor content.
Since different search engines have differences in web page support, when designing a web page, don't just focus on the appearance. Many elements that are commonly used in normal web page design will cause problems for search engines.
■ Frame Sets
Some search engines (such as FAST) do not support frame structures, and their "spider" programs cannot read such web pages.
■ Image Maps
Except for AltaVista, Google, and Northern Light (which has now stopped public search service), which explicitly support image block linking, other engines do not support it. When a spider encounters this structure, it often feels at a loss. Therefore, try not to set Image Map links.
■ Special effect links We often see some websites adding special effects to navigation links, such as clicking on an item to expand the lower-level links. These effects are usually achieved through Java script, which is visually very novel, but not so attractive in the eyes of the "spider" program, which is unable to interpret the link. In order to allow search engines to successfully retrieve your web pages, it is recommended to sacrifice some fancy things.
■ FLASH
Although web pages created with FLASH have better visual effects, search engines are not very interested in them. Case studies have shown that this type of website is difficult to be indexed by the Baidu search engine. A wise approach is to provide both FLASH and non-FLASH web pages. This increases the viewing experience of the web pages and takes the search engine's emotions into consideration.
■ Dynamic Pages
Any web page with a "?", "&" (or other similar symbols) in the address will keep spiders out. These web pages are usually generated by programs such as CGI, PHP, and ASP. They are technically advanced, but not suitable for search engine "spider" programs. Although some large search engines (such as Google) currently have the ability to retrieve dynamic web pages, a considerable number of engines still do not support it. Moreover, even Google, which can index dynamic web pages, has clearly stated on many occasions that it cannot guarantee the retrieval of all dynamic web pages. Therefore, unless it is a very large website that has to use dynamic web page generation technology for convenience, it is better to use static web pages as much as possible.

<<:  Solve the mysql user deletion bug

>>:  How to use shtml include

Recommend

Answers to several high-frequency MySQL interview questions

Preface: In interviews for various technical posi...

JavaScript Closures Explained

Table of contents 1. What is a closure? 1.2 Memoi...

Sharing tips on using Frameset to center the widescreen

Copy code The code is as follows: <frameset co...

How to set an alias for a custom path in Vue

How to configure custom path aliases in Vue In ou...

Web componentd component internal event callback and pain point analysis

Table of contents Written in front What exactly i...

27 Linux document editing commands worth collecting

Linux col command The Linux col command is used t...

MySQL query sorting and paging related

Overview It is usually not what we want to presen...

When you enter a URL, what exactly happens in the background?

As a software developer, you must have a complete...

Play mp3 or flash player code on the web page

Copy code The code is as follows: <object id=&...

Detailed explanation of views in MySQL

view: Views in MySQL have many similarities with ...

Process parsing of reserved word instructions in Dockerfile

Table of contents 1. What is Dockerfile? 2. Analy...

5 commonly used objects in JavaScript

Table of contents 1. JavaScript Objects 1).Array ...

MySQL 8.0.18 installation and configuration method graphic tutorial (linux)

This article records the installation and configu...

Full process record of Nginx reverse proxy configuration

1. Preparation Install Tomcat on Linux system, us...