1、就用戶體驗度來講響應式網站做得并不到位
1. In terms of user experience, responsive websites are not up to par
響應式網站設計基本原則是:自動識別屏幕尺寸并做出相應調整的網頁設計,頁面布局和展示的內容可能會隨著屏幕尺寸變化而有所變化。響應式布局不管使用什么設備都是在服務器把數(shù)據(jù)推送到瀏覽器后,腳本或CSS自行檢測設備屏幕大小后執(zhí)行對應的樣式表內容,并且一直通過本地腳本在監(jiān)聽屏幕大小的變化,隨時做出樣式響應的變化。
The basic principle of responsive website design is to automatically recognize the screen size and make corresponding adjustments to the webpage design. The page layout and displayed content may change with changes in screen size. Responsive layout, regardless of the device used, involves pushing data from the server to the browser. Script or CSS detects the size of the device's screen and executes the corresponding style sheet content, and continuously monitors changes in screen size through local scripts to make style responses at any time.
2、響應式網站代碼因為不精簡所以對網站優(yōu)化無利
2. Responsive website code is not beneficial for website optimization because it is not streamlined
對移動站和PC站的關鍵詞處理策略不盡相同。如果網站設計成響應式,所有設備訪問同一份代碼,這就非常不利于關鍵詞優(yōu)化。而且搜索排名是區(qū)分移動站和PC站的。如果PC站和移動站是獨立分開的,那么移動站所做的百度排名,不會影響PC站的排名,PC站的優(yōu)化也可以獨立于移動站進行。從商業(yè)推廣的角度來看的話,移動站和PC站分開單獨做比設計成一個統(tǒng)一的響應式網站會更好。
The keyword processing strategies for mobile and PC stations are not the same. If the website is designed to be responsive and all devices access the same code, it is very detrimental to keyword optimization. And search ranking distinguishes between mobile and PC stations. If the PC station and the mobile station are independent and separate, the Baidu ranking done by the mobile station will not affect the ranking of the PC station, and the optimization of the PC station can also be carried out independently of the mobile station. From a commercial promotion perspective, it would be better to separate mobile and PC websites and create a unified responsive website.
3、響應式網站同樣因為代碼過多會導致網站打開速度慢
3. Responsive websites can also experience slow website loading due to excessive code
響應式網站的實現(xiàn)原理通常是通過css或js來控制部分內容顯示或不顯示,從而使得網站在移動設備上看起來也正常。但通過代碼不顯示的內容其實依然還在頁面上,只是表面看不見(不顯示)了而矣,所以瀏覽器依然還會加載這部分看不見的網頁代碼。也就是說響應式網站要比單獨的非響應式網站加載更多的數(shù)據(jù),從而造成流量增加,而且網頁的打開速度變慢。
The implementation principle of responsive websites is usually to control the display or non display of some content through CSS or JS, so that the website looks normal on mobile devices. But the content that is not displayed through the code is still on the page, just not visible on the surface (not displayed), so the browser still loads this part of the web page code that is not visible. That is to say, responsive websites load more data than standalone non responsive websites, resulting in increased traffic and slower webpage opening speeds.
4、響應式網站因為兼容性而存在,但兼容性恰恰又是他的一個缺點
4. Responsive websites exist due to compatibility, but compatibility is precisely one of their drawbacks
響應式網站算是比較新的技術了,運用了很多html5的特性,只有瀏覽器的高版本才支持這些html5特性,尤其是微軟的IE瀏覽器對這一塊的支持比較弱。
Responsive websites are considered a relatively new technology that utilizes many HTML5 features. Only higher versions of browsers support these HTML5 features, especially Microsoft's IE browser, which has weaker support for this area.