Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
Privacy protection for SNS site is very important, but SNS website still need search engine optimization, especially the homepage of search engine optimization.
First, optimize the three major labels
For a Web page, the three big labels are important, and the title tag is especially important title,keywords,description. Because the Uchome system can enter the site name in the background, automatically generate title, generated title is generally "Red Hawk network-powered by discuz!" In this way from the search engine angle optimized keyword density speaking, the site's main keyword density was diluted. And now more commonly used in the title is "Red Eagle School Network--Red Eagle College students online home." Moreover, such as Baidu's own products, Baidu know the title "Baidu know-the world's largest interactive quiz platform for Chinese." Baidu Bar "Bar-the world's largest Chinese community." So you should change the title of the website.
First in the Site directory \template\default\ find header.htm files, download to the local, with Notepad open, find <title> tags, can be directly modified to static, rather than function calls.
Similarly keywords,description can also be added by modifying the source code.
II. website pseudo-Static
For search engines, the site to achieve pseudo-static is very important, maybe your site is not included, but a realization of pseudo static, the next day the site was included in Baidu.
1.httpd.ini files are pseudo static required, if your site is placed in the root directory can be used directly.
----------
Rewriterule ^ (. *)/archiver/((Fid|tid)-[\w\-]+\.html) \?* (. *) $ $1/archiver/index\.php\?$2&$4
Rewriterule ^ (. *)/forum-([0-9]+)-([0-9]+) \.html\?* (. *) $ $1/forumdisplay\.php\?fid=$2&page=$3&$4
Rewriterule ^ (. *)/thread-([0-9]+)-([0-9]+)-([0-9]+) \.html\?* (. *) $ $1/viewthread\.php\?tid=$2&extra=page\%3d$ 4&page=$3&$4
Rewriterule ^ (. *)/space-(USERNAME|UID)-(. +) \.html\?* (. *) $ $1/space\.php\?$2=$3&$4
Rewriterule ^ (. *)/tag-(. +) \.html\?* (. *) $ $1/tag\.php\?name=$2&$3
Rewriterule ^/(Space|network)-(. +) \.html$/$1\.php\?rewrite=$2 [L]
Rewriterule ^/(space|network) \.html$/$1\.php [L]
Rewriterule ^/([0-9]+) $/space\.php\?uid=$1 [L]
2. Open pseudo static in the background
3. Add this filter to the ISAPI on the IIS site where you want to enable rewrite.
Filter name Rewrite, executable file selection c:\Rewrite\Rewrite.dll that's OK,
However, the rewrite folder on the C disk must have the default permissions of the Users group, and finally restart IIS.
(Let the server vendor do it for you)