不知大家沒有用過google網站管理員工具,其實很好用的,功能也很強大。建議SEOer都要去熟悉的操作這個平臺,google網站管理員工具的確是給我們帶來了很多方便,在這裡風采依揚講一下被google封殺的網站怎麼樣去讓google重新收錄。
當發現被google封殺的站,在沒有建立google網站管理員工具時,建議大家馬上去註冊,添加被封殺的網站進去。
可以說目前google的反作弊小組的效率是很高的了,以上截圖中提示站長目前該站被K站並且告訴站長為什麼要封殺該站,點擊:消息中心,googe反作弊小組會把封殺網站的理由發到消息中心中。
仔細看gogle發給你的信,並瞭解Google 品質指南的內容,並處理掉你作弊的痕跡,以下是消息中心詳細內容:
仔細看gogle發給你的信,並瞭解Google 品質指南的內容,並處理掉你作弊的痕跡,以下是消息中心詳細內容:
Good!當我們瞭解為什麼被K站,並去掉了作弊痕跡,去google網站管理員工具提交“提交重新審核申請”,提交重新審核申請的內容要寫誠懇一點,並保證遵守 Google 品質指南。
這裡要提到的是,被K的站被google解封,之後又被封,那麼這站就別想讓google再解封的了,因為google只有給你一次機會的,所以要好好的珍惜這一次的機會。
再次表揚一下google作弊小組的效率,在怎麼短的時間內處理重新審核網站,目前來說處理好的話三天內可以重新被收錄,風采依揚試過提交一天后被重新收錄。
2009年10月26日 星期一
2009年10月2日 星期五
Optimize your URLs , Best practices for crawling & indexing
Agenda
Why do you care?
The Internet from > 10^6feet
How do search engines deal with this?
Avoid maverick coding practices
Discourage alternative encodings
shop.example.com/items/Periods-Styles__end-table_W0QQ_catrefZ1QQ_dmptZAntiquesQ5fFurnitureQQ_flnZ1QQ_npmvZ3QQ_sacatZ100927QQ_trksidZp3286Q2ec0Q2em282
Where [W0 = ?] and [QQ= &]
Eliminate expand/collapse "parameters"
www.example.com/ABN/GPC.nsf/MCList?OpenAgent&expand=1,3,15
Remove user-specific details from URLs
Remove from the URL path
www.example.com/cancun+hotel+zone-hotels-1-23-a7a14a13a4a23.html
www.example.com/ikhgqzf20amswbqg1srbrh55/index.aspx?tpr=4&act=ela
Creates infinite URLs to crawl
Difficult to understand algorithmically
Keywords in name/value pairs are just as good as in the path
www.example.com/skates/riedell/carrera/
www.example.com/skates.php?brand=riedell&model=carrera
Optimize dynamic URLs
Dynamic URLs contain name/value pairs
skates.php?size=6&brand=riedell
Create patterns for crawlers to understand
www.example.com/article.php?category=1&article=3&sid=123
www.example.com/article.php?category=1&article=3&sid=456
www.example.com/article.php?category=2&article=3&sid=789
Use cookies to hide user-specific details
www.example.com/skates.php?query=riedell+she+devil&id=9823576
www.example.com/skates.php?ref=www.fastgirlskates.com&color=red
Rein in infinite spaces
Uncover issues in CMS
www.example.com/wiki/index.php?title=Special:Ipblocklist&limit=250&offset=423780&ip=
Disallow actions Googlebot can’t perform
Googlebot is too cheap to ‘Add to cart’
Disallow shopping carts
http://www.example.com/index.php?page=EComm.AddToCart&Pid=3301674647606&returnTo=L2luZGV4LnBocD9wYWdlPUVDb21tLlByb2QmUGlkPTMzMDE2NzQ2NDc2OTI=
Googlebot is too shy to ‘Contact us’
Disallow contact forms, especially if they have unique URLs
http://www.example.com/bb/posting.zsp?mode=newtopic&f=2&subject=Seeking%20information%20about%20roller%20derby%20training
Googlebot forgets his password a lot
Disallow login pages
https://www.example.com/login.asp?er=43d9257de47d8b08a91069cccb584ab83ff21140bd46e81656dab3507f45d1ab079cd77244231e557d724dc1df1a641
Get your preferred URLs indexed
Set your preferred domain in Webmaster Tools
www.example.com vs. example.com
Put canonical URLs in your Sitemap
Use the new rel=“canonical” on any duplicate URLs
Get feedback in Webmaster Tools
摘自:http://docs.google.com/present/view?id=dgk2ft62_18cvjx4nk4
1.Context: Why do you care?
2.Reduce inefficient crawling of your site
1.Avoid maverick coding practices
2.Remove user-specific details from URLs
3.Optimize dynamic URLs
4.Rein in infinite spaces
5.Disallow actions Googlebot can’t perform
2.Get your preferred URLs indexed
3.Resources
Why do you care?
The Internet from > 10^6feet
How do search engines deal with this?
Focus on efficiency in below steps:
1.Discover unique content
2.Prioritize crawling
1.Crawl new content
2.Refresh old content
3.Crawl fewer duplicates
3.Keep all the good stuff in the index
4.Return relevant search results
Funnel your crawling “budget” toward your most important content
Avoid maverick coding practices
Discourage alternative encodings
shop.example.com/items/Periods-Styles__end-table_W0QQ_catrefZ1QQ_dmptZAntiquesQ5fFurnitureQQ_flnZ1QQ_npmvZ3QQ_sacatZ100927QQ_trksidZp3286Q2ec0Q2em282
Where [W0 = ?] and [QQ= &]
Eliminate expand/collapse "parameters"
www.example.com/ABN/GPC.nsf/MCList?OpenAgent&expand=1,3,15
Remove user-specific details from URLs
Remove from the URL path
www.example.com/cancun+hotel+zone-hotels-1-23-a7a14a13a4a23.html
www.example.com/ikhgqzf20amswbqg1srbrh55/index.aspx?tpr=4&act=ela
Creates infinite URLs to crawl
Difficult to understand algorithmically
Keywords in name/value pairs are just as good as in the path
www.example.com/skates/riedell/carrera/
www.example.com/skates.php?brand=riedell&model=carrera
Optimize dynamic URLs
Dynamic URLs contain name/value pairs
skates.php?size=6&brand=riedell
Create patterns for crawlers to understand
www.example.com/article.php?category=1&article=3&sid=123
www.example.com/article.php?category=1&article=3&sid=456
www.example.com/article.php?category=2&article=3&sid=789
Use cookies to hide user-specific details
www.example.com/skates.php?query=riedell+she+devil&id=9823576
www.example.com/skates.php?ref=www.fastgirlskates.com&color=red
Rein in infinite spaces
Uncover issues in CMS
www.example.com/wiki/index.php?title=Special:Ipblocklist&limit=250&offset=423780&ip=
Disallow actions Googlebot can’t perform
Googlebot is too cheap to ‘Add to cart’
Disallow shopping carts
http://www.example.com/index.php?page=EComm.AddToCart&Pid=3301674647606&returnTo=L2luZGV4LnBocD9wYWdlPUVDb21tLlByb2QmUGlkPTMzMDE2NzQ2NDc2OTI=
Googlebot is too shy to ‘Contact us’
Disallow contact forms, especially if they have unique URLs
http://www.example.com/bb/posting.zsp?mode=newtopic&f=2&subject=Seeking%20information%20about%20roller%20derby%20training
Googlebot forgets his password a lot
Disallow login pages
https://www.example.com/login.asp?er=43d9257de47d8b08a91069cccb584ab83ff21140bd46e81656dab3507f45d1ab079cd77244231e557d724dc1df1a641
Get your preferred URLs indexed
Set your preferred domain in Webmaster Tools
www.example.com vs. example.com
Put canonical URLs in your Sitemap
Use the new rel=“canonical” on any duplicate URLs
Get feedback in Webmaster Tools
摘自:http://docs.google.com/present/view?id=dgk2ft62_18cvjx4nk4
2009年8月26日 星期三
訂閱:
文章 (Atom)