# メインコンテンツのみが表示されない

![screenshot](/files/b98a86636e1ff59fd9fe420ae63e49189574dabb)

上記のエラースクリーンショットのように、サイトのヘッダーとフッターのみが表示され、メインコンテンツエリアが表示されない場合、以下の原因が考えられます。

🔌 考えられる原因

* サイトに実際に本文/メインコンテンツデータがない（例：日付別の連続ページで特定の日付にデータがない場合）
* 接続環境が通常のユーザーとは異なると判断され、メインコンテンツの読み込みが意図的に遅延またはブロックされた場合

✅ 解決方法

{% stepper %}
{% step %}

### 確認：ページにコンテンツが存在するか

* クロールに失敗したURLに直接アクセスして、ページに実際にコンテンツが含まれているかを確認してください。
* 通常のブラウザでアクセスした際にページが正常に本文コンテンツを表示するかをまず確認します。
  {% endstep %}

{% step %}

### 読み込み待機時間の延長

* 設定 (Settings) → 待機 (Wait) の時間を長くして、ページが完全に読み込まれた後に抽出が進行するように調整してください。

![wait-setting](/files/a6d8dbcf47b1dd112b3120db12989e7fd2adb2ba)
{% endstep %}

{% step %}

### 実行速度（リクエスト間隔）の調整

* ダッシュボード右上の 実行速度 (Execution Speed) または 設定 (Settings) → グループ抽出速度 (Group Extraction Speed) を「1」に下げてください。
* リクエスト間隔を長くすることで、過度なリクエストによるロボット検出を回避でき、問題解決に役立つ可能性があります。

![execution-speed](/files/565c5b147502e319ccccbb8374c4dd242dead6df)
{% endstep %}

{% step %}

### プロキシの変更

* 設定 (Settings) → リストリー プレミアム プロキシ (Listly Premium Proxy) で別の国のIPを選択してみてください。\
  IPブロックをバイパスしてページに再アクセスできる可能性があります。ただし、このプロキシは Listly サーバーのすべてのユーザーが使用する共有リソースであるため、速度低下や一時的な接続不安定が発生する可能性があります。
  {% endstep %}
  {% endstepper %}

{% hint style="success" %}
共有プロキシで問題が解決しない場合は、専用IPを提供する[プライベートプロキシ (Private Proxy)](https://www.listly.io/help/ko/faq/%EA%B0%9C%EC%9D%B8-%ED%94%84%EB%A1%9D%EC%8B%9C-%EC%84%9C%EB%B2%84%EB%A5%BC-%EC%93%B0%EB%A9%B4-%EB%AD%90%EA%B0%80-%EC%A2%8B%EC%9D%80%EA%B0%80%EC%9A%94/)の利用をご検討ください。より安定した接続が可能になります。プライベートプロキシの申請は、[こちらのリンク](https://www.listly.io/contact?about=proxy)または <hello@listly.io> からお問い合わせください。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.listly.io/docs/ja/~/revisions/ms2wMhVhK1XeWg18p8eO/support/solutions-by-error-message/main-content-not-visible.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
