![]() |
|
|||||||
| Cafe PowerBASIC General discussion. Topics need not be related to PowerBASIC, but promotion of other programming languages is not appropriate. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
The Web Developer’s SEO Cheat Sheet
this is one of the best quick SEO Cheat Sheet's I've seen
The Web Developer’s SEO Cheat Sheet http://static.seomoz.org/user_files/...heat_Sheet.pdf
__________________
for the Cafe' conservatives, put on some dirty clothes, and go walk the streets among the homeless for a day, your life will change for the better. for the Cafe' liberals, put on some dirty clothes, and go walk around the failing projects of the 70's, and see how it's keeps people in poverty, your life will change for the better. for the Adventurous ... http://occupywallst.org/ |
|
#2
|
|||
|
|||
|
AJAX crawling:
AJAX crawling: Guide for webmasters and developers
For example, if your AJAX app contains a URL like this: www.example.com/ajax.html#mystate it should now become this: www.example.com/ajax.html#!mystate When your site adopts the scheme, your site will be considered "AJAX crawlable." This means that the crawler will see the content of your app if your site supplies HTML snapshots. http://support.google.com/webmasters...&answer=174992
__________________
for the Cafe' conservatives, put on some dirty clothes, and go walk the streets among the homeless for a day, your life will change for the better. for the Cafe' liberals, put on some dirty clothes, and go walk around the failing projects of the 70's, and see how it's keeps people in poverty, your life will change for the better. for the Adventurous ... http://occupywallst.org/ |
|
#3
|
|||
|
|||
|
Thanks!
|
|
#4
|
|||
|
|||
|
Wow, producing valid (X)HTML is considered "SEO cheat" these days?!?
|
|
#5
|
|||
|
|||
|
We don't all share your expertise, Knuth.
|
|
#6
|
|||
|
|||
|
Quote:
Knuth, the "Cheat Sheet" .. is just a quick list of the current ways a search spider compiles site data ... has nothing to do w/ xhtml ...when they list the following ... it is showing the rating/order that the spider gather's and rates the data... Code:
Title Tag
<head>
<title>Keyword</title>
</head>
H1,H2,H3
<h1>Most Important</h1>
<h2>Second Most Important</h2>
<h3>Third Most Important</h3>
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
__________________
for the Cafe' conservatives, put on some dirty clothes, and go walk the streets among the homeless for a day, your life will change for the better. for the Cafe' liberals, put on some dirty clothes, and go walk around the failing projects of the 70's, and see how it's keeps people in poverty, your life will change for the better. for the Adventurous ... http://occupywallst.org/ Last edited by Brad D Byrne; Mar 9th, 2012 at 07:30 AM. |
|
#7
|
|||
|
|||
|
Quote:
Code:
Image (XHTML) <img src=”keyword.jpg” alt=”keyword” /> - ALT: a textual representation of the IMG - TITLE: A (more lengthy) description of the IMG (if it's a picture of something) or what it does (if the IMG serves as a UI part). Example. Imagine an image representing a "Send" button. The IMG tag should be labeled then Code:
<img src="myimage.jgp" alt="Send" title="Click to submit your message" /> Quote:
If you're looking for a real "cheat sheet" from an expert in that matter, I suggest to visit http://support.google.com/webmasters...n&answer=35769 |
|
#8
|
|||
|
|||
|
Quote:
Quote:
|
|
#9
|
|||
|
|||
|
I'm posting this for other's that might see this thread....
Guy's there is a ton of stuff on the CheetSheet that you will not find at http://support.google.com/webmasters/?hl=en ... I've read every page I'm sure ...
__________________
for the Cafe' conservatives, put on some dirty clothes, and go walk the streets among the homeless for a day, your life will change for the better. for the Cafe' liberals, put on some dirty clothes, and go walk around the failing projects of the 70's, and see how it's keeps people in poverty, your life will change for the better. for the Adventurous ... http://occupywallst.org/ Last edited by Brad D Byrne; Mar 12th, 2012 at 12:16 AM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|