diff --git a/README.md b/README.md index d953a62..0d37ea6 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# Wiki +#Use`

`tag only once + +* Every page should include a single `

` tag and follow **descendance** for other header tags as well. The `

` tag should contain up to **150 characters** of text that accurately summarises and describes the contents of the page. + +* If the page contains a significant amount of text, it should be organised with `

` through `

` subheadings that summarise and categorise the text that they precede. + +* **Search engines** rely on correctly used headings to determine the organisation and contents of a site. + +####Example + +```html +

Use H1 tag only once

+``` + +####Further References + +http://www.writingforseo.org/how-many-h1-tags-can-you-have-on-a-page/ +http://zerogravitymarketing.com/multiple-h1-tags/ +http://webdesign.tutsplus.com/articles/the-truth-about-multiple-h1-tags-in-the-html5-era--webdesign-16824 \ No newline at end of file