Skip to main content

4 docs tagged with "seo"

View all tags

Core Web Vitals — LCP / INP / CLS から原因を絞る

Core Web Vitals の 3 指標 (LCP・INP・CLS) の定義と閾値を押さえたうえで、計測結果の組み合わせから原因を絞り込む手順を解説します。INP がサーバー応答の遅さでは悪化しない理由、CLS が寸法未指定の遅延コンテンツで悪化する仕組みを扱います。

Internal linking guideline

The criteria for linking between docs / blog articles in Reinvent Notes. Covers the hub-and-spoke model, three recommended patterns (in-context body links / a trailing "read next" section / mermaid diagram links), Bad/Good examples, and a checklist for new articles.

Structured Data Implementation Guide

A systematic guide to implementing JSON-LD structured data on a corporate site. Based on the official specs of Google Search Central and schema.org, it lays out the type-selection process for WebPage / Service / Organization / Audience / Country as a reproducible decision flow.

レンダリングパターン — CSR / SSR / SSG / ISR

CSR・SSR・SSG・ISR の 4 つのレンダリングパターンを「どこで HTML を作るか」という一つの軸で整理します。それぞれの初回表示・鮮度・SEO・サーバー負荷のトレードオフと、要件からパターンを選ぶ手順を扱います。