投稿時間:2022-05-03 11:17:36 RSSフィード2022-05-03 11:00 分まとめ(17件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
python Pythonタグが付けられた新着投稿 - Qiita 書籍「Pytorch&深層学習プログラミング」6章補足 決定境界表示プログラムの解説 https://qiita.com/makaishi2/items/290dd45af089bd866627 amazon 2022-05-03 10:22:37
js JavaScriptタグが付けられた新着投稿 - Qiita #Scratch 3.0 のキー入力イベントをブラウザのコンソール(開発者ツール)の JavaScript からランダムに繰り返し発生させてみる https://qiita.com/youtoy/items/f9e4ab248d3bdd0463f0 javascript 2022-05-03 10:56:01
AWS AWSタグが付けられた新着投稿 - Qiita AWS ポリシーアクション一覧の探し方 https://qiita.com/isosa_yama/items/992efdc9e3e74ed421fa action 2022-05-03 10:50:56
AWS AWSタグが付けられた新着投稿 - Qiita スーパー初心者向け! Wordpress構築😼 https://qiita.com/AlexandraJoJo/items/978315f607bc3b2a8ed3 wordperss 2022-05-03 10:19:13
golang Goタグが付けられた新着投稿 - Qiita 都道府県の型を例にGoで組み込み型を拡張する https://qiita.com/kotap15/items/f45e44cadd58a0ba5984 ehokkaidohokkaidoprefectu 2022-05-03 10:52:56
Ruby Railsタグが付けられた新着投稿 - Qiita 【Rails】Aws::S3::Errors::RequestTimeTooSkewed への対処 https://qiita.com/topdownreading/items/827e5e6151caedb1ccdd siriusipdiaryappra 2022-05-03 10:52:16
海外TECH DEV Community Inside the head of an HTML document https://dev.to/abi/inside-the-head-of-an-html-document-53e8 Inside the head of an HTML documentIn a HTML document the lt head gt is the place where you put everything that s not content This is where you tell the browser how to render your page and what other files like CSS or JS or fonts to download It s also where you tell a search bot or a social media website like Facebook or Twitter about your website Let s walk through one by one all the things you should include in your lt head gt Browser DirectivesFirst up is lt meta charset utf gt It directs the browser to treat all your HTML content as UTF and not ASCII or some character encoding such as ISO I don t think this is strictly necessary if you already have lt DOCTYPE html gt at the top of the file specifying that this document is an HTML document HTML only supports UTF And even if you remove the doctype and include lt meta charset ISO gt Chrome still treats it as UTF but other browsers might not leading to potentially unpredictable behavior So the consensus is that you should always include this tag A mobile optimized website should include lt meta name viewport content width device width initial scale gt Without this tag the mobile browser might render the page at desktop width say px and then scale the page down to fit the actual width of the device likely something much smaller like px It will end up looking super zoomed out With this tag however things work as expected The media query breakpoints you ve set for lower widths will return true and the page will render as you intend it to on a smaller device SEOThen we have lt title gt which controls the text in the tab bar of the browser It s also very important for SEO It ends up being the Google search result s title For SEO reasons it is recommended that it s as close to characters as possible It also ends up being the default name under which the bookmark gets saved as in a user s browser lt meta name description content gt is important for SEO reasons as well Recommend length is characters I like to include lt meta name robots content follow index gt although the default behavior of most search engine bots is to follow links and index all pages so technically it s optional but doesn t hurt to be explicit The canonical URL is really important for SEO reasons lt link rel canonical href gt It lets the search engine know that canonical URL for the content on this page is the value specified using this tag That way I can syndicate this blogpost on dev to and Medium but still have Google direct people to this page when my content ranks highly for a search keyword So your actual website ends up getting the traffic rather than dev to or Medium Another reason this matters is that large scale duplication can lower your search ranking With canonical URLs you are telling Google when something is a duplicate vs not Make sure you have consistent canonical URLs across your website trailing slashes or not www subdomain or not HTTPS or not pick HTTPS What about the keywords tag lt meta name keywords content seo search engine optimization gt I ve seen a lot of websites use them but the consensus in the SEO community is For of people the meta keywords tag is useless and filling it out is a waste of time You should only use it if you have a particular reason to do so like using it for an internal keyword tagging system or an internal site search Most search engines including the biggest one of them all Google disregard the tag For more SEO tweaks I generate a free report here It ll check many of the things described above The Google Search Console is also very helpful Social MediaWhen a link gets shared on Twitter this is how it looks The Open Graph meta tags are what the website uses to render this tile lt meta property og title content Loops gt lt meta property og site name content Loops gt lt meta property og url content gt lt meta property og description content Analyze Solana transactions Trace how NFTs and tokens move across multiple accounts gt lt meta property og type content website gt lt meta property og image content PUBLIC URL og image png gt Title site name URL and description pretty much just correspond to lt title gt website domain or name canonical URL and lt meta name description gt respectively The type can be a few different types but typically it s either article for a blogpost or website for an app or an e commerce website For the image Facebook recommends x or larger is preferred up to MB Stay close to a aspect ratio to avoid cropping But I ve found that following the image guidelines is no substitute for actually testing the previews To test I use ngrok to tunnel my local website to the public internet and copy the URL into this tool to look at the previews across platforms Open Graph tags are used by most social platforms including Twitter However for Twitter you are able to specify Twitter specific tags as well Twitter will use title description from the Open Graph tags so I don t bother re specifying them But there are some Twitter specific tags worth including lt meta name twitter card content summary large image gt lt meta name twitter site content abi gt Summary card with large image is likely what you want for articles and websites but if you have a video instead you can specify player Twitter s image recommendation for the summary card with large image is slightly different from Facebook Images for this Card support an aspect ratio of with minimum dimensions of x or maximum of x pixels Images must be less than MB in size JPG PNG WEBP and GIF formats are supported Only the first frame of an animated GIF will be used SVG is not supported However since the aspect ratio is only slightly from Facebook you can probably skip using a different image Besides the testing tool linked earlier Facebook and Twitter offer their own tools as well Facebookand Twitter OthersThe only remaining thing we must include is a bevy of favicons Here s a great article by the author of PostCSS on what we need and why lt link rel icon href favicon ico sizes any gt lt × gt lt link rel icon href icon svg type image svg xml gt lt link rel apple touch icon href apple touch icon png gt lt × gt lt link rel manifest href manifest webmanifest gt And then in the manifest webmanifest file icons src icon png type image png sizes x src icon png type image png sizes x If your app is a progressive web app i e a website that can be installed to the home screen without using an App Store you should fill out the manifest file with more detail 2022-05-03 01:13:06
Apple AppleInsider - Frontpage News EU complaint against Apple Pay fueled by PayPal https://appleinsider.com/articles/22/05/03/eu-complaint-against-apple-pay-fueled-by-paypal?utm_medium=rss EU complaint against Apple Pay fueled by PayPalComplaints made by PayPal may have been a key reason the EU launched a statement of objections against Apple on Monday Image Credit Sagar SalvaThe complaint claimed that Apple restricts competition in the mobile wallets market and that it is preventing developers from using the technology was done to benefit its own Apple Pay solution Read more 2022-05-03 01:07:53
Cisco Cisco Blog Observability vs. monitoring for DevOps https://blogs.cisco.com/developer/observabilityvsmonitoringdevops01 devops 2022-05-03 01:18:35
海外ニュース Japan Times latest articles U.S. Supreme Court set to strike down abortion rights, report says https://www.japantimes.co.jp/news/2022/05/03/world/politics-diplomacy-world/us-top-court-abortion-rights/ alito 2022-05-03 10:35:09
ニュース BBC News - Home Met Gala 2022: Celebrities show off lavish outfits in New York https://www.bbc.co.uk/news/world-us-canada-61302738?at_medium=RSS&at_campaign=KARANGA costume 2022-05-03 01:06:18
北海道 北海道新聞 尖閣周辺に中国船 18日連続で航行 https://www.hokkaido-np.co.jp/article/676783/ 中国海警局 2022-05-03 10:31:00
北海道 北海道新聞 【道スポ】オシム氏訃報 ミシャ「私にとって師匠であり先生」 28年来の盟友「日本を愛していた」 https://www.hokkaido-np.co.jp/article/676780/ 元日本代表 2022-05-03 10:25:27
北海道 北海道新聞 室蘭市長への「最低」発言 市民団体が議会に説明要求 https://www.hokkaido-np.co.jp/article/676646/ 市民団体 2022-05-03 10:12:36
北海道 北海道新聞 製鉄所に民間人200人か ロシア軍の攻撃で火災、退避難航 https://www.hokkaido-np.co.jp/article/676774/ 軍事組織 2022-05-03 10:05:05
ビジネス 東洋経済オンライン 「脱マスク」が正解?欧米は誰もしてないは勘違い 「同調疲れ」が日本での論争を過熱させている | 新型コロナ、「新しい日常」への前進 | 東洋経済オンライン https://toyokeizai.net/articles/-/586526?utm_source=rss&utm_medium=http&utm_campaign=link_back 中川俊男 2022-05-03 10:10:00
海外TECH reddit Leaked U.S. Supreme Court decision suggests majority set to overturn Roe v. Wade https://www.reddit.com/r/news/comments/uh4y88/leaked_us_supreme_court_decision_suggests/ Leaked U S Supreme Court decision suggests majority set to overturn Roe v Wade submitted by u FrigginMasshole to r news link comments 2022-05-03 01:28:19

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)