Issue duplicate links from ahrefs:
Page votes and newest arę duplicate.
https://psychoazyl.pl/answers/jakie-sa-oznaki-depresji/?sort=votes
Zrozum, jakie są oznaki depresji i kiedy warto udać się do psychologa. Poznaj objawy depresji, które mogą wpłynąć na codzienne życie, jak uzyskać pomoc.
Zrozum, jakie są oznaki depresji i kiedy warto udać się do psychologa. Poznaj objawy depresji, które mogą wpłynąć na codzienne życie, jak uzyskać pomoc.
Jakie są oznaki depresji - Psychoterapia Łódź, prywatnie, indywidualna, psycholog dziecięcy - Ośrodek Psychoterapii PsychoAzyl - Ośrodek Psychoterapii PsychoAzyl
https://psychoazyl.pl/answers/jakie-sa-oznaki-depresji/?sort=newest
Zrozum, jakie są oznaki depresji i kiedy warto udać się do psychologa. Poznaj objawy depresji, które mogą wpłynąć na codzienne życie, jak uzyskać pomoc.
Zrozum, jakie są oznaki depresji i kiedy warto udać się do psychologa. Poznaj objawy depresji, które mogą wpłynąć na codzienne życie, jak uzyskać pomoc.
Radzenie ze stresem w pracy - Psychoterapia Łódź, prywatnie, indywidualna, psycholog dziecięcy - Ośrodek Psychoterapii PsychoAzyl - Ośrodek Psychoterapii PsychoAzyl
https://psychoazyl.pl/answers/radzenie-ze-stresem-w-pracy/?sort=newest
Dowiedz się, jak skutecznie radzić sobie ze stresem w pracy i życiu codziennym. Praktyczne porady na stres i zarządzanie emocjami
Dowiedz się, jak skutecznie radzić sobie ze stresem w pracy i życiu codziennym. Praktyczne porady na stres i zarządzanie emocjami
Radzenie ze stresem w pracy - Psychoterapia Łódź, prywatnie, indywidualna, psycholog dziecięcy - Ośrodek Psychoterapii PsychoAzyl - Ośrodek Psychoterapii PsychoAzyl
https://psychoazyl.pl/answers/radzenie-ze-stresem-w-pracy/?sort=votes
Hi,
Here’re possible solutions for the issues:
1) To avoid having 2 apart pages with forum (the default page and a custom page where you added a content), you need to delete the custom page, and add your content directly to the default page. As the default page is created dynamically, you need to apply changes to the template. The main changes should be made in the index.phtml file. Please, check this guide for more details: https://creativeminds.helpscoutdocs.com/article/1016-cm-answers-cma-theme-how-to-change-plugin-theme
This should solve the issue with duplicate question links on 2 similar pages.
2) Regarding duplicate URLs with parameters like /?sort=votes or /?sort=newest. If you’re using an SEO plugin such as Yoast SEO, there’s an option to ignore URL parameters, which prevents crawlers from indexing multiple versions of the same page. In Yoast SEO, you can enable this option by going to Settings -> Advanced -> Crawl optimization and enabling “Remove unregistered URL parameters”. This will help ensure that only the main URL (e.g., /answers/question1/) is crawled, avoiding duplicate content issues. Users will still be able to sort questions normally.
Thank you for your answer,
- I checked the instructions for the theme from the link provided, but unfortunately I can’t even start because I don’t see these settings :(.
- The option with the SEO plugin does not apply to me either because I use Rank Math Pro and these settings are not mentioned. possibly it may be somehow related to the canonical url option in rank math?
1) Regarding first question - yes, the free version of the plugin does not have options for choosing templates, but the rest of the guide is relevant for the free version of the plugin (the chapter "Instructions"). You need to go to wp-content/plugins/cm-answers-pro/views/frontend/answer and copy there 2 folders and 2 files:
- index.phtml (for Questions)
- single.phtml (for Answers)
- meta folder
- widget folder
Then create the sub-directory "CMA/answer" inside your current theme directory. It should be under wp-content/themes/(active theme)/
Then, paste copied files and folders there.
When editing the index.phtml, you can insert the needed content, for example under this line:
<div>
Example of the custom content:
<div>
<p>Insert you content here - paragraph 1</p>
<p>Insert you content here - paragraph 2</p>
</div>
<div>
<img src="https://your-website.com/wp-content/uploads/2024/11/image.png">
</div>
After saving the changes, the custom content should be displayed on the default forum page your-website.com/answers/
2) To solve the issue with pages with parameters using Rank Math SEO, go to General Settings -> Edit robots.txt. Add there this line:
Disallow: /*?sort=
It should help you solve the issues.