Some skills of SEO optimization for dynamic website

Source: Internet
Author: User
Now almost all SEO operators are stressing the site static, so many novice people suffer from the web dynamic technology phobia, in fact, I think too can not be so tanhusebian, because the current dynamic site is absolutely the mainstream

I'm sure the search engine won't see this, can even say that they are more urgent than we, try to think, we will not static dynamic site is only lost a site, and search engines do not retrieve dynamic site loss is the entire Internet, of course, we can not because the search engine will accommodate us, we will do nothing, At least in the current search engine retrieval technology we still have to do something to match their, but not to the site static, today I would like to share some of my website to do some of the experience of optimization or skill bar. (Note: Because the current use of the most Dynamic Web page technology or ASP, so the examples in this article are all explained by ASP, on the PHP side, please with www.daqing.sh webmaster QQ894848 discussion)
reasonable arrangement of website URL
Search engine is difficult because it is not sensitive to the special characters appearing in the URL, so we should try to avoid the URL of the site such as "? Special characters such as "&", especially "&" are undesirable, so if we can write http://www.jajob.cn/news_detail.asp?id=1, don't write http://www. Jajob.cn/news_detail.asp?id=1&fanhui=news, there is also a point is to try not to have Chinese characters in the URL, because the browser will encode the language in the URL, If the number of words in the URL is too much encoded, the URL will be very long, this search engine retrieval page is very unfavorable, once saw a SEO predecessors said that search engine is not too like id= number such a URL, I think it should affect little, of course, if you are a rather believe that there is no one, Then change these parameters into English words related to the content of the page.
with the Sword of "title".
<title> tags play a very important role in improving the rankings of the site, many people are afraid of dynamic site is that they do not know how to let automatically generated dynamic pages automatically generate a suitable <title> label, in fact, here is a technique, is to write Selet in front of the <title> tag, such as a news category site, which is generally written in the news listing page: <a Href= "NEWS_DETAIL.ASP?ID=<%=RS (" id ")%>" ><%=rs "(" title ")%></ a>, that is to pass a <%=rs ("id")%> "" "to the news_detail.asp page to see the whole news information, so we have to do all the work in the News_ Detail.asp page, according to the theory we mentioned earlier about writing Selet in front of the <title> tag, the query statement for this page is written as follows:

The following are the referenced contents:


<%
' This omits the connection database statement
Id=request.querystring ("id")
Sql= "SELECT * from news where id=" &id
Set Rs=db.execute (SQL)
%>
<%=rs ("title")%>
......

Such a beautiful <title> label came out, the same we can use this method to write description description and keywords, of course, here is a point to draw attention, keywords role has been very little, If used improperly it will only harm you rather than help you, so do not use this dynamic technology to misuse keywords tags.
Because the dynamic page can be directly modified in the background, so I even think that Dynamic Web page in fact, there are many static Web pages incomparable advantages.



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.