SEO Cheatsheet, part one.
Important SEO HTML tags
| Title Tag | <head> <title>Keyword</title> </head> |
| H1,H2,H3 | <h1>Most Important</h1>
<h2>Second Most Important</h2> <h3>Third Most Important</h3> Meta |
| Bold, Strong
(Same Worth) |
<b>Keyword</b>
<strong>Keyword</strong> |
| Image
(XHTML) |
<img src=”keyword.jpg” alt=”keyword” /> |
| Hyperlink | <a href=”http://www.mysite.com/webpage.html” title=”keyword”>Keyword
in Anchor Text</a> |
| Hyperlink
(No Followed) |
<a href=”http://www.mysite.com/webpage.html” title=”keyword”
rel=”nofollow”>Keyword in Anchor Text</a> |
| Recommended Title Tag Syntax | Keyword < Category | Website Title |
Important SEO HTML tags
Search Engine Indexing Limits
|
*Does not apply to websites with signicant authority
|
||
| Page File Size | No more than 150 kilobytes (Before Images, CSS and other Attachments) | |
| Amount of
links |
No more than 100 unique links per page | |
| Title Tag | No more than 70 characters | |
| Meta Description | No more than 155 characters | |
| Parameters in URL | No more than 2 | Bad Example:
http://www.mysite.com/brands.php? object=1&type=2&kind=3&node=5&arg=6 Good Example: http://www.mysite.com/brands.php?nike |
| Depth of URL | No more than 4 | *Best Practice
Good Example: http://www.mysite.com/people/danny/ |
|
301 Redirect for Apache
|
||
|
Write to file called ‘.htaccess’. The file is named only as an extension. Hidden files
must be viewable in operating system. mod_rewrite must be enabled. |
||
| Command | Description | |
| Redirect 301 /oldpage.html http://www.newdomain.com/newpage.html | Redirect single file or directory to a new file or directory on a different domain. | |
| RewriteEngine on
RewriteCond %{HTTP_HOST} ^mysite\.com [NC] RewriteRule (.*) http://www.mysite.com/$1 [L,R=301] |
Redirect http://mysite.com to http://www.mysite.com.
Affects entire domain. |
|
| Entire site:
Redirect 301 / http://www.newdomain.com/ Redirect permanent /old http://www.newdomain.com/new |
Redirect entire domain to a new domain
as either a 301 |
|
4 Responses to “SEO Cheatsheet, part one.”
Leave a Reply




[...] Read the original: SEO Cheatsheet, part one. | webtalk.co.za [...]
[...] This post was mentioned on Twitter by joycef1 and Gary Gregory. Gary Gregory said: SEO Cheatsheet, part one. | webtalk.co.za: Important SEO HTML tags Title Tag Keyword H1,H2,H3 Most. Webtalk.co.. http://bit.ly/wvjWc [...]
what a cheats, But i think some of ideas is too difficult to execute. No more than 150 kilobytes (Before Images, CSS and other Attachments) its impossible for.
Not really. Look – it basically means that your html document, EXCLUDING any images, style sheets or other attachments has to be less than 150Kb. If you look at it like that, then 150Kb is not such a hard target to achieve. In fact – you should worry if your document size goes over 100Kb.