Hello,
Thank you for your query and we are so sorry about the trouble this must have caused.
Can you please confirm if you are using bbpress to implement a Q&A feature on your website? If you are, then you need to ensure that the bbpress module in our plugin is enabled to generate a proper meta and schemas: https://rankmath.com/kb/qapage-schema/
However, if you are using a different tool to create your website, please share the affected URL here so we can take a closer look at it.
Looking forward to helping you.
DEAR REP: (Jeremy): Thanks for replying…
I see what you mean…
But let me explain and re-ask again a little…
The site is an excellent Q&A-built Theme for WP. I there also contain my Blog.
I believe the theme controls all that…So I never use any additional Q&A Schema device (solution) for pages or posts. When I need to enrich with Q&A because the site is a Q&A site, I just simply Quote or Redirect (refer the user), via internal linking, to the Q&A question categories that are related; this, from the Blog Posts and Vice versa.
In the Q&A sections of the site, I have pages that I can control with Rank Math (MST OF THEM FORTUNATELY) and performed daily routines of SEO OPTIMIZATION, but for some of them, I don’t see where to access them…
IN REGARD TO YOUR QUESTION:
Now, that you know that the site is mostly a Q&A theme structure, with communities around discussion groups and forums, with users making questions every day, and with expert moderators answering them…
SHOULD I STILL NEED TO USE >>> bbpress ????
NOTE. BY THE SAME DEVELOPER OF IT, THE THEME COMES WITH A PLUG IN CALLED “WPQA” THAT I SUPPOSE MAY PERFORM SIMILAR TASKS AS bbpress, BUT THIS IS JUST A SIMPLE, NOT WELL INFORME SUPPOSITION…
SO, LET ME KNOW WHETHER YOU CONSIDER THAT I SHOULD GO AHEAD AND INSTALL bbpress OR NOT ANYWAY, GIVEN ALL WHAT WE HAVE SAID HERE…
Hello,
Since your theme is already built for that specific kind of website (Q&A), then I believe you won’t be needing to install that plugin.
You have already managed your site for setting up most of the plugin offers in your theme.
Regarding the multiple descriptions, I can also see there are duplicate meta and open graph tags on your site. Please refer to the screencast attached in the sensitive data section.
To fix this, you may need to find the plugin/theme generating those duplicate tags on your site by following our guide here:
https://rankmath.com/kb/check-plugin-conflicts/
Here is a video you can follow as well: https://www.youtube.com/watch?v=FcIWRhcUP2c
Only the site admin would know and your users won’t be affected by this troubleshooting.
Once you have already found the plugin/theme generating those tags, you can check if there’s an option to disable them or get in touch with the developer for assistance removing those as Rank Math already adds them to your site.
Hope that helps.
Thank you.
Dear Representatives:
I think I have got what you mean….JUST, LET´S NOT CLOSE FOR NOW THIS TICKET YET…..I HAVE ALREADY CONTACTED THE SEO-PLUGIN SUPPORT TEAM AND WP-THEME DEVELOPER´S …AND ASKED THEM FOR THIS, AS PER YOUR SUGGESTION…..IT MIGHT TAKE ONE OR 2 DAY TO RECEIVE THEIR FEDBACK….
AS SOON AS I GET THEIR OPINION.. I WILL ADVISE ON THIS…SO, LET´S KEEP IT OPEN A BIT LONGER…
IN REGARD TO THE HEALTHY CHECK YOU SUGGEST I SHOULD RUN…I HAVE A QUESTION
IT IS OBVIOUS THAT THE ALL-IN-ONE- PLUGIN (WP AIO-SEO) IS A WELL-KNOWN ONE OF YOURS…TWO WEEKS AGO I INSTALLED IT, WHILE RANKMATH WAS ACTIVE, AIO WAS ONLY ACTIVE FOR ABOUT 2 DAYS THEN…AFTER THAT I DEACTIVATED..SO, NOW IT IS INSTALLED ON THE SITE BUT NOT ACTIVE…
1.- SHOULD I COMPLETELY UNINSTALL IT…???
2.- COULD THAT SHORT STAY HAVE CREATED SOME TAGS AND DESCRIPTIONS THAT ARE NOW DUPLICATES…???
3.- HOW TO CLEAN THAT POSSIBLE DUPLICATION BY AIO-SEO…DOES THE CLEANING EVENTUALLY HAVE TO DO WITH CLEANING THE CACHE OR SOMETHING SIMILAR…???
Hello,
As WP AIO SEO is deactivated, it won’t be adding any meta tags to the website. To completely uninstall AIO SEO, you can enable the “Uninstall AIOSEO” setting under General Settings > Advanced. If you then delete AIOSEO, the plugin will delete all of its custom tables.
I would suggest contacting the theme developers as they might have added the feature of meta tags into their theme.
Do let us know how it goes. In the meantime, please do not hesitate to let us know if you need our assistance with anything else.
Thank you
Hi… I have received this for an answer from the developers team of the WP theme I use.
—————————————-
Hi,
Sorry but this is not available, but I can give you a code for that:
For example, this code for the ask question, add it on the child theme/functions.php file
add_action(‘wp_head’,’disch_child_head’);
function disch_child_head() {
if (wpqa_is_add_questions()) {
$og_description = “Here add your description”;
$og_keywords = “Here add your keywords”;
echo ‘<meta name=”description” content=”‘.$og_description.'”>’.”\n”;
echo ‘<meta property=”og:description” content=”‘.$og_description.'”>’.”\n”;
echo ‘<meta name=”twitter:description” content=”‘.$og_description.'”>’.”\n”;
echo “<meta name=’keywords’ content='”.wpqa_kses_stip($og_keywords).”‘>” .”\n”;
——————————–
IS IT POSSIBLE TO HAVE A HINT ON WHAT THEY BELIEVE ABOUT THIS, I MEAN, BY UNDERSTANDING WHY THEY SUGGEST THIS???
Hello,
From the code they have shared, it is used to add/display those duplicate Opengraph and meta tags since Rank Math already outputs those on your site.
You may need to inform and ask them how to remove those and not add them manually to your site.
Let us know how this goes.
Thank you.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.