Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <h1>見出しタグで行うSEO対策</h1>
<p>見出しタグを上手く使用してSEO対策をとる方法</p>
<p>見出しタグは適切に使用することで、サイトそのものの可読性を向上させるため、結果として検索結果の優先順位を決める、SEOの対策にもなるのです。</p>
<p>見出しタグは順番に使用する</p>
<p>見出しタグは必ず順番に使用します。ただ文字のサイズを変得たい場合は、別途CSSで装飾を加えましょう。</p>
<p>見出しタグを使いすぎない</p>
<p>見出しタグは適切な数を使用しましょう。多すぎても少なすぎてもいけません。ブロックごとにまとめるように意識すると、上手く見出しタグを使用できるでしょう。</p>
<p>見出し=概要であることを意識する</p>
<p>見出しには、全ての情報を詰め込む必要はありません。この段落にはこんなことが書いてあるのだということを、読者が理解できれば十分です。</p>

<p>SEOを意識したタグの設置方法</p>
<p>早速見出しタグを上手く使用する方法を見ていきましょう。</p>
<p>①見出しタグは入れ子構造を意識する</p>
<p>設置が難しそうと感じるかもしれませんが、h2タグを記述したら、その下にh2タグに記載した内容と関連のある情報を、h3タグを使って付け加えるということを意識すると簡単に見出しタグを使い分けることができます。</p>
<p>②見出しタグの中には結論を記述する</p>
<p>読者の多くは見出しをざっと確認してから、その中の情報を読むかを選択しています。もったいぶる必要はありません。重要な情報や伝えたい情報を見出しタグに入れてしまいましょう。</p>
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console