私は重複が多いので、タイトルとメタ記述にページ番号を追加したい。どうすればいいのか教えていただけますか?
より具体的な回答を得るには、現在の設定に関する詳細を追加する必要があります。
In general, adding a number to the Meta Title and Meta
Description is probably not a good approach to solve your problem
of duplicates. Search engines score your page based on how relevant
your content is. Adding a number, unless it has some meaning
(perhaps a date for an event, tax form number, or 241543903), is just going to be noise
and not help your page rank in any meaningful way.
あなたの投稿にあなたが持っている他のデータを考えてみましょう。いくつかのアイテムが入っているカテゴリの名前を追加できますか?あなたはコンテンツを投稿したユーザーの名前を追加できますか?多くの場合、一般的なページを使用して第2次元のデータを追加してより意味のあるものにする方法があります。
Generic Name - Category 1 - Site Name
Generic Name - Category 2 - Site Name
また、ページが実際に意味を持たない場合は、検索エンジンを指定してより意味のある標準的なURL
です。たとえば、ページインデックスページがある場合、すべてのセカンダリページが同じメタデータを持つように見えることがあります。
このような場合、 canonical
メタタグを追加して、検索エンジンで認識されるようにプライマリページを指すようにすることができます。
https://website.com/section (points to self with metadata)
https://website.com/section/2 (points to main section page with metadata)
<link rel="canonical" href="https://website.com/section" />