Validation
Meta Tag
最近のクローラをzgrep
してみた。(at 201901)
- (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)"
- (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
- (compatible; Dataprovider.com)"
- (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)"
- (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)"
- (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
- (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)"
- (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)"
- (compatible; Uptimebot/1.0; +http://www.uptime.com/uptimebot)"
- (compatible; YandexBot/3.0; +http://yandex.com/bots)"
- (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
File Upload
課題ですね、、
- input type="file"
基本 - Drag and Drop
CSS and Javascript - Optional
プレビュー機能- FileReaderでローカルファイルをプレビューするパターン
- AjaxでそのままUploadして、Upされたファイルをプレビューするパターン
https://blueimp.github.io/jQuery-File-Upload/basic-plus.html
ここがまとまっている(Demo)。
GitHub URL。