サイト作成時のSEOてきな留意点

ウェブマスター向けガイドライン – ウェブマスター ツール ヘルプ.

次のガイドラインに沿ってサイトを作成すると、Google のインデックスに登録されやすくなります。ガイドラインの提案項目を導入しないサイトでも、「品質に関するガイドライン」には目を通されますようお願い致します。このガイドラインでは、Google のインデックスから完全に削除されるか、アルゴリズムまたは手動によるスパム対策が実施される可能性のある不正行為について説明しています。スパム対策が実施されたサイトは、Google.co.jp や Google のパートナー サイトの検索結果に表示されなくなることがあります

twitterのAPIが返すデータ

ツイッターが返すデータの一例(statuses/replies)

array(2) {
[0]=> object(stdClass)#5 (19) {
[“in_reply_to_status_id_str”]=> string(17) “72999061636132865”
[“retweet_count”]=> int(0)
[“user”]=> object(stdClass)#6 (36)
{
[“is_translator”]=> bool(false)
[“statuses_count”]=> int(83)
[“profile_link_color”]=> string(6) “0084B4″
[“protected”]=> bool(false)
[“location”]=> string(9) “***”
[“profile_sidebar_border_color”]=> string(6) “a8c7f7″
[“name”]=> string(12) “*****”
[“time_zone”]=> string(5) “Tokyo”
[“url”]=> NULL [“default_profile”]=> bool(false)
[“listed_count”]=> int(0)
[“profile_use_background_image”]=> bool(false)
[“utc_offset”]=> int(32400)
[“verified”]=> bool(false)
[“created_at”]=> string(30) “Fri Sep 04 23:41:11 +0000 2009″
[“profile_background_color”]=> string(6) “7f8279″
[“description”]=> string(36) “*********”
[“lang”]=> string(2) “ja”
[“profile_background_image_url”]=> string(65) “http://a2.twimg.com/profile_background_images/76878574/haikei.jpg”
[“id_str”]=> string(8) “71672288”
[“default_profile_image”]=> bool(false)
[“contributors_enabled”]=> bool(false)
[“profile_text_color”]=> string(6) “333333”
[“id”]=> int(71672288)
[“show_all_inline_media”]=> bool(false)
[“geo_enabled”]=> bool(true)
[“profile_sidebar_fill_color”]=> string(6) “C0DFEC”
[“profile_image_url”]=> string(60) “http://a0.twimg.com/profile_images/707210296/icon_normal.jpg”
[“profile_background_tile”]=> bool(false)
[“favourites_count”]=> int(0)
[“followers_count”]=> int(13)
[“follow_request_sent”]=> bool(false)
[“following”]=> bool(false)
[“notifications”]=> bool(false)
[“friends_count”]=> int(31)
[“screen_name”]=> string(9) “araking21″
}
[“in_reply_to_screen_name”]=> string(7) “a_rabot”
[“in_reply_to_user_id_str”]=> string(9) “297734423”
[“in_reply_to_status_id”]=> float(7.29990616361E+16)
[“contributors”]=> NULL [“retweeted”]=> bool(false)
[“text”]=> string(36) “@a_rabot そんなものですかね”
[“created_at”]=> string(30) “Tue May 24 12:30:23 +0000 2011″
[“place”]=> NULL
[“id_str”]=> string(17) “73002904973344768”
[“coordinates”]=> NULL
[“geo”]=> NULL
[“in_reply_to_user_id”]=> int(297734423)
[“id”]=> float(7.30029049733E+16)
[“source”]=> string(3) “web”
[“favorited”]=> bool(false)
[“truncated”]=> bool(false)
}
[1]=> object(stdClass)#7 (19)
{ [“in_reply_to_status_id_str”]=> string(17) “71726910773796864”
・・・

配列とオブジェクトが混在している。