Skip to content

Instantly share code, notes, and snippets.

@canujohann
Last active November 11, 2015 04:35
Show Gist options
  • Save canujohann/e243d203c5284aea503e to your computer and use it in GitHub Desktop.
Save canujohann/e243d203c5284aea503e to your computer and use it in GitHub Desktop.
SEO sheet

サイト構造

修正箇所 参照
ページ毎にdescription・keywors・titleを設定
写真・動画のalt+ファイル名を設定
Friendly URLを使う
トップページから目的まで3クリックルール
footerに住所・電話番号を追加(microdata!) http://goo.gl/LC6lz7 http://www.schema-creator.org/ , https://developers.google.com/structured-data/testing-tool/
robots.txtを追加(自動生成) http://bazubu.com/robots-txt-16678.html
sitemap.xml追加(自動生成) http://holy-seo.net/blog/seo/sitemap-sml-method-described-merit/
W3C検査 + 修正 http://validator.w3.org/
wwwの有・無(両方は絶対駄目!)
404等のエラーページカスタマイズ http://nkshopping.biz/index.php?QBlog-20130329-1
数字より分かりやすいグラフなど
キャッシュシステム(表示スピード向上)
ページ毎に一つのh1
h1/h2/h3内にうまくフォーカスキーワードを埋め込む
css/js/画像を圧縮 http://www.find-job.net/startup/10-js-css-compressors
各ブラウザー・バージョンでテストを行う http://loc.modern.ie
footerに一番重要なページのリンクを追加
titleから会社名を削除! http://goo.gl/GIORfB
relタグを利用 http://www.seo-matome.jp/site-structure/canonical/
長い内容 最短1500単語
outboud link追加 wikipedia,...
最大request数:20
ロード最大スピード 5秒
HTML最大サイズ 33kB

SEO / SEM

修正箇所 参照
Search Console Tool https://www.google.com/webmasters/tools/home?hl=ja
【いいね】+シェアーボタン追加 http://www.addthis.com/
Google Analytics導入 http://google.com/analytics
定期的にyahoo・googleにsitemapを送信 http://kamioka-afiri.com/1332.html
滞在時間を延ばすために動画追加
サイト内にブログ追加(業界情報など)
定期的にGoogle Webmaster Guidelineをチェック https://support.google.com/webmasters/answer/35769?hl=ja
重複するコンテンツを削除
Googleのrankpageは気にするな!
Merchandising ポロシャツ等
抽選ゲーム 注意:リアルユーザーにならない! http://kontestapp.com/ 
ニュースレター ふさわしいコンテンツ・適度に・分析ツール使用
QRコード利用
AdWords利用
multimediaをたっぷり! (直帰率(bound rate)をさげるため)
頭100文字に気ワードを
表示スピード:最大4秒
LSI keywords!

social media 関係

修正箇所 参照
Twitter+Facebook+Google+アカウント作成+毎日更新 http://haya1111.com/sns-buffer/ http://ww.bufferapp.com
FB/TWでログイン可能
FB/TW/G+の更新内容を分けること!! G+= B2B / TW = キャンペーン用 / FB = サイトのイメージ
ライバルのfollowersをfollow 1ヶ月以内にフォローされなければ、削除 http://unfollowers.com/ http://tweepdash.com/
新しいfollowersにwelcomeメッセージを送信  http://sendible.com/ 
特定のhashtagを利用するユーザーを自動的にフォローする http://moz.com/ 
ターゲット外れのfollowersでもよければ簡単に増やせる・・ http://goo.gl/YRQHAV
Google+とサイトをリンクさせる https://support.google.com/plus/answer/1713826?hl=ja
followersが人間なのかを判断するツール http://truetwit.com/

キーワード

修正箇所 参照
キーワードの人気チェック http://www.google.co.jp/trends/
関連するキーワードを探す http://goodkeyword.net/
Google Keywords Planner導入 https://adwords.google.co.jp/ko/KeywordPlanner/Home
定期的にkeywordsを調整

競合

修正箇所 参照
ライバル情報を分析 http://www.similarweb.com/
ライバルのソースコードを分析
ライバルのbacklinkを調べて、連絡
ライバルいのコンテンツをコピーするな!
ライバルの存在を把握すること http://www.similarsites.com

外部サイト

修正箇所
人気サイトからのbacklinkを増やす!
同じ業界のブログにコメント
reviewを書いてもらう
リンク交換

便利なツール

修正箇所 情報
less/ Sassコンパイル koala
js tasks runner (minify,compile,..) Grunt
画像圧縮 smushit (Grunt pluginあり)
js minify jshint(Grunt plugin)
css minify uglify(Grunt plugin)
スピードチェック http://gtmetrix.com/ , pagespeed insights
task compiler gulp, grunt
lazy load http://www.appelsiini.net/projects/lazyload

##サーバー側の設定

ファイル圧縮

    # Deflate files to decrease load times

    SetOutputFilter DEFLATE
    AddOutputFilterByType DEFLATE application/x-httpd-php text/html text/xml text/plain text/css text/javascript application/javascript application/x-javascript image/jpeg image/jpg image/png image/gif font/ttf font/eot font/otf

    # properly handle requests coming from behind proxies
    Header append Vary User-Agent

    # Properly handle old browsers that do not support compression
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4\.0[678] no-gzip
    BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    # Explicitly exclude binary files from compression just in case
    SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png|pdf|swf|ico|zip|ttf|eot|svg)$ no-gzip

キャッシュ

## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"
</IfModule>
## EXPIRES CACHING ##

tool

SEOツールまとめ

ツール URL
構造化チェック https://developers.google.com/structured-data/testing-tool/
search console https://www.google.com/webmasters/tools/home?hl=ja
SEO SiteCheckup http://seositecheckup.com/
W3Sチェック http://validator.w3.org/
chrome debug Console
競合情報 http://www.similarweb.com/
GT Metrix http://gtmetrix.com/
google pageSpeed https://developers.google.com/speed/pagespeed/insights/?hl=ja
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment