2

SEO tuning note.md · GitHub

 2 years ago
source link: https://gist.github.com/GhostTW/ca1f6960b5c331279693969f3edaf3d7
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

SEO tuning

Product is all for customers(users). Website is all for product. SEO is important way that customers find us.

what kind of things that GA can trace?

* Measurement Protocol
	* Email Tracking

security

https://blog.kissmetrics.com/protect-analytics-from-hacking/

https://static.googleusercontent.com/media/www.google.cn/zh-TW/cn/intl/zh-TW/webmasters/docs/search-engine-optimization-starter-guide-zh-tw.pdf https://zanon.io/posts/angularjs-how-to-create-a-spa-crawlable-and-seo-friendly https://developers.google.com/webmasters/googleforwebmasters/ https://dynomapper.com/blog Good seo optimization blog. https://developers.google.com/search/docs/guides/ https://webmasters.stackexchange.com https://www.metatags.org/all_metatags https://www.hobo-web.co.uk/definitive-guide-to-using-important-meta-tags/ https://moz.com/blog/seo-meta-tags https://www.ichdata.com/ 中文 http://www.yesharris.com/exclude-referral/ http://transbiz.com.tw/utm/

Presentation

  1. Title 產品是要給人用,Google不到誰要用?

  2. 起因 web3.0 的改版時,與 Carrie 確認討論往後的 GA 所需統計資訊、報告及需要預先程式蒐集的資料 研究 GA 埋設、GTM 設定 (感謝 Ayres 技術支援及前端實作、解答) Carrie 需要 Landing page 統計用戶停留時間、購買資訊、使用者行為、問與答的點擊記錄

  3. 感謝 Ayres

  4. 等待 把資料丟都埋好準備好了 等待統計資料累積

  5. 開 GA 顯示資料 2017/08/01 ~ 2017/08/31

    1. event
      1. landing page scroll event
      2. Faq event
    2. user behavior
  6. 黑人問號 event 有資料 user behavior 發生什麼事...不過沒關係... 轉 Google 關鍵字搜尋

  7. Google 自家網站加關鍵字

  8. 晴天霹靂 Google 不到、GA 又沒資料 問不知情但有經驗的人 提到要開始完整研究 搜尋引擎 SEO

  9. Google SEO

    1. 最重要的目的是為了用戶而產出內容,不是為了 Search Engine,被抓到而懲罰不值得。
    2. Google Search Console
    3. Google Analytics
    4. Google Tag Manager
    5. Adwords
  10. Google Analytics 搜集資料方式

    1. link utm
    2. Measurement Protocol mail opened using image
    3. adwords
    4. others google services
    5. 3rd party services
  11. UTM 參數是什麼?

    UTM是發明追蹤網址成效表現的公司縮寫,Urchin Tracking Module。根據UTM參數,Google Analytics能辨別5件事:

    1. 廣告活動來源Campaign Source:用以表示為你帶來流量網站或是來源,比方說Google搜尋引擎、臉書、電子報。 如:utm_source=google, utm_source=facebook

    2. 廣告活動媒介Campaign Meduim:表示行銷或廣告的媒介,如:單次點擊出價CPC、聯播網廣告、電子報。 如:utm_medium=cpc, utm_medium=newsletter

    3. 廣告活動名稱 Campaign Name:主要是為了辨別廣告活動的形式,如官方網站或是促銷的商品、活動名稱、促銷代碼、廣告標語。 如:utm_campaign=cybermonday_promotion

    4. 廣告活動字詞Campaign Term:通常是Google付費關鍵字廣告所使用的字詞。 如:utm_term=baby_sling

    5. 廣告活動內容Campaign content:通常用於辨識A/B測試的指定內容廣告活動,表示連到同一個網址的不同廣告或是連結的成效。 如:utm_content=textlink, utm_contetnt=600px_banner

    http://transbiz.com.tw/utm/

  12. GA utm demo using GA sample https://analytics.google.com/analytics/web/?authuser=0#report/trafficsources-campaigns/a54516992w87479473p92320289/%3F_u.date00%3D20170801%26_u.date01%3D20170831/

  13. Google 短網址特別介紹 https://goo.gl/CydUus+

  14. Google Search Console

    1. 可以整合在 GA 裡面,直接從 GA 看搜尋、流量等資料
    2. 有改善建議
    3. 索引狀態、設定、request
    4. sitemap, robots.txt 檢測、設定
    5. 站內搜尋
      1. 在 Google Search 設定規則
  15. Search engine Crawler 介紹基本原理 索引 & 排名 爬各網站內容建立

  16. robots.txt

    1. 提供有守規矩的 crawler 規則
    2. 只能放在 root
    3. 設定可爬及不可爬之網站
    4. 設定允許的 user-agent
    5. 設定所有 sitemap 的位置
    6. 有設定不可爬的頁面不代表不會爬,只是不會 index 而已
  17. robots.txt demo https://www.apple.com/robots.txt

  18. sitemap

    1. 提供 sitemap 可以讓 carwler 知道有什麼網頁可以爬
    2. 沒提供的不代表 crawler 不會爬,crawler 可能從它處得知網址進去爬,要限制最好是在 robots 及該頁面設定
    3. 完整的網址 shopping mall
  19. sitemap demo https://www.stranity.com.tw/sitemap.xml unfriendly to Baiduspider

  20. 為什麼 Stranity 無法被 index 子頁面?

    1. 提供以上這些資料了仍無法
    2. GA 統計錯誤??
  21. https://www.stranity.com.tw/#/account/summary

    1. #! still support but document says it's depreciated.
  22. Crawler 如何爬動態頁面

    1. 不吃 # 後面!
    2. 等 JS 一段時間
    3. 吃 prerender 的 目前 stranity 用到的 library 在 prerender 時會有問題
  23. 前端最佳化

    1. Title
    2. Meta tags
    3. structured data
    4. 搜尋引擎最佳化 初學者指南
    5. StackOverflow 上的最佳化建議文章
    6. StackOverflow 千奇百怪

1 Title * 專屬該頁特別且有關聯的標題 * Google 很重視此項 * 開 google 搜尋結果做範例

  1. Meta tags

  2. Structured data

  3. 搜尋引擎最佳化 初學者指南

    https://static.googleusercontent.com/media/www.google.cn/zh-TW/cn/intl/zh-TW/webmasters/docs/search-engine-optimization-starter-guide-zh-tw.pdf

  4. StackOverflow 上的最佳化建議文章

https://webmasters.stackexchange.com/questions/2/what-are-the-best-ways-to-increase-a-sites-position-in-google 1. Answer * Try not to repeat content. * Try to get linked from other, relevant and high quality websites. * Try to make sure your outgoing links are relevant to the content of your site (rel="nofollow" for ones that aren't, such as ads). * Give each page a relevant (and unique) title. * Add in a meta description to each page describing the contents or purpose. Keep in mind that meta descriptions are not used as much today. * Mark up your site using schema.org, if applicable, to display rich snippets. * Build a sitemap for your website and submit it using the Google Webmaster Tools. * Keep content unique and relevant to your website. * Use HTML correctly ( tags, titles and alt attributes on images). * Try to use relevant keywords in the URL. * Ensure a fast load time. * Use HTTPS for everything. * Make sure that your site is mobile friendly and use the mobile friendly test. * Have a website worth visiting. 1. Answer * Make your site crawlable. * RSS for crawler * keyword research using Google's Keyword Tool. * Make a bigger website. * get backlinks is to increase the number of pages on your site. * This is one of the reasons blogs are recommended for SEO. * Get your title right. * Get your anchor text right * don't use click here links * Get a handle on duplicate content * http://example.com, http://example.com/, http://www.example.com, and http://www.example.com/ are all considered different URLS. URL parameters also create duplicates: http://example.com?a=1&b=2 and http://example.com?b=2&a=1 are both different URLs. * Don't waste time asking for links. not worth * Make your site sharable. * Viral content works. But you need to use it wisely. * Incentivize linking. growing external link * Build a community * Remember the big picture.

  1. StackOverflow 千奇百怪

    1. display: none in CSS has any penalty
    2. tag should not have more than 1 on every page for SEO?

    3. Are keywords in URLs good SEO or needlessly redundant?
    4. Does it make a difference if your URL path ends in a trailing slash or not?
    5. GA 被對手弄了怎麼辦?
    6. filter 自家流量
  2. Thanks Product is all for customers(users). Website is all for product. SEO is important way that customers find us.

  3. Reference


Recommend

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK