Seo standard template
Some webmasters and professionalsProgramMembers do not know much about important and basic web pages.CodeVery messy. For this reason, the SEO standard template is released to inspire people who do not know what the standard web code is.
The following template is the basis for creating a standard web page, and is the lifeblood. These extremely important things you cannot learn in general tutorials, but they affect the search quality of each site.
<HTML>
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = gb2312">
<Title> $ webpage content title $ -- $ channel title $ -- $ website name $ </title>
<Meta name = "keywords" content = "$ webpage content title $ channel title $">
<Meta name = "Description" content = "descriptive statement, $ webpage content title $ descriptive statement">
<Link href = "style.css" rel = "stylesheet" type = "text/CSS">
<Script language = "JavaScript" type = "text/JavaScript" src = "header. js"> </SCRIPT>
</Head>
<Body>
$ Website navigation $
<H1> $ webpage content title $
$ Webpage content $
<Br>
$ Link to related content $
<Br>
$ Fixed content links worth convenient viewing by all website users $
<Br>
$ Privacy terms, links, copyright, http://www.wangjianran.com/contact information, messages and more $
</Body>
</Html>
Seo standard template notes:
1. the CSS style sheet code should be separated from files such as htm and ASP as much as possible.
2. js code should be separated from files such as htm and ASP as much as possible.
3. modular and standardized. There is no advanced knowledge in the world, and it is all basic knowledge. Basic and important HTML code knowledge http://tech.china.com/zh_cn/netschool/homepage/html/599/20010205/html01.html
4. Each tag should appear at the expected position.
5. You can add the DIV surround tag to different content blocks and use CSS to control the content layout. In this way, the webpage size can be reduced to facilitate search engine indexing.