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, especially "&" is undesirable, so we can write asp?id=1 ">http://www.jajob.cn/news_detail.asp?id=1 is not written 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)
%>
<title> <%=rs ("title")%> </title>
......
Such a beautiful 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.
1, self-confidence
Do anything to have, do SEO is particularly important, Baidu's algorithm is changeable, yesterday you may use some method and the process obtains the good rank, but today is not necessarily, therefore must have a victory the information, does oneself thinks right, does not take the momentary defeat to be discouraged, believed oneself through own diligently will be successful.
2. Dare to Innovate
Master lead the door, self-cultivation look at personal, online tutorial posts your competitors may have seen, so you have to rub together the things learned, through practice, to understand a set of their own promotion methods, in the crowd, to stand out.
3, Perseverance
We do SEO, sometimes a target keyword optimization, time is long, the process is tedious, but as long as perseverance, there will always be the day of the bitter.
4, transposition thinking
Often for "spiders" to consider, see what they can see, think what they are thinking, only for their sake, they will love with you.
5, good at learning from
Standing on the shoulders of giants can surpass Giants, three people line will have my division, always keep an open-minded learning and work attitude, to analyze the strengths and weaknesses of other people's website, suck the essence, discard its dross, can make your website incarnation three heads Nezha.
6, holding the Rose
Always keep a outward heart, to make friends with the same industry, to maintain good relations, for you to exchange outside the chain benefits.