タグ

2014年2月21日のブックマーク (2件)

  • Googleが推奨するSEOに適した無限スクロールの構成方法

    [対象: 上級] Google英語版ウェブマスター向け公式ブログで、検索エンジンが処理しやすい無限スクロール(Infinite Scroll)の推奨構成を説明しました。 細かな話は後回しにして、その推奨構成をさっそく日語で紹介します。 なお逐一の訳ではなく、理解しやすくするために表現や構成を原文とは多少変えてあります。 構成の概要 無限スクロールからリンクされている個々のアイテム(記事やコンテンツなど)を検索エンジンが確実にクロールできるように、利用しているシステムが、無限スクロールとともにページネーションしたページも作成できるように必ずしておく(無限スクロールで、1つのURLに収めるのではなく、分割して複数のページに分けるということ)。 ※拡大画像はオリジナルのURLで表示します(もう1つの画像も同様) 無限スクロールは、分割したページに変換されることで検索エンジンが処理しやすくなる

    Googleが推奨するSEOに適した無限スクロールの構成方法
  • Z63 | 8 Sass mixins you must have in your toolbox

    At their core, Sass mixins are blocks of code that you define once and can then re-use anywhere, if you are familiar with any programming language you can think of them as functions. A mixin can take multiple parameters and make calls to functions to in the end output CSS, and they are super useful when you want really clean and DRY code. Some of the mixins below are already included in the Compas

    Z63 | 8 Sass mixins you must have in your toolbox