BSFNamrata
Forum Replies Created
-
Hello @evildoer ,
Thank you for your update and for trying the suggested steps.
Based on your description, this does not seem to be the expected behavior. SureRank should retain the SEO metadata you save, and cache purges should not cause the metadata to revert to the default WordPress values.
To help us investigate further, could you please open a support ticket by emailing us at [email protected]This will allow our team to take a closer look and determine the root cause.
We appreciate your patience and look forward to helping you resolve this.
Kind regards,
NamrataHello @evildoer ,
Apologies for the delayed response, and thank you for sharing all the details.
Based on what you’ve described, it’s possible that the SEO metadata is being saved correctly in SureRank, but an older cached version of the page is still being served.
Could you please try the following?
- Clear all caches from your caching plugin and your Cloudflare dashboard.
- In your caching plugin’s exclusion settings, add /wp-json/surerank/ to the list of excluded URLs. This helps prevent SureRank’s REST API requests from being cached.
- Visit one of the affected pages and check the page source to verify whether the updated title and meta description are present.
If the updated SEO metadata still does not appear after clearing the cache, please share the URL of an affected page along with the name and version of your caching plugin. This information will help us investigate the issue further and provide more specific guidance.
If the issue persists after trying the above steps, please let us know, and we’ll be happy to take a closer look.Best Regards,
NamrataHello @dashmahn ,
Thank you for taking the time to report this issue and for providing such detailed information.
I checked the source of the homepage and a few posts. The title tag appears to be outputting correctly without any trailing dash. Please refer to the Screenshot.
Could you please confirm whether you’re still seeing the issue on your end?
If so, would you mind sharing the URL of a page where the title is being displayed incorrectly?
That information should help us better understand where the title may be getting modified and assist with further troubleshooting.
Please let us know what you find, and we’ll do our best to help further.
Best Regards,
NamrataHello @tricktrommler ,
Thank you once again for reporting this issue and for sharing the details with us.
We’re happy to let you know that we’ve addressed the CSV import issue, and the fix is now available in the latest version of SureRank.
When you have a chance, please update to the newest version and try importing your CSV file again.
We hope the latest update resolves the issue. If you continue to experience any problems, please let us know, and we’ll be happy to help.Thank you for your patience and for helping us improve SureRank.
Best Regards,
NamrataHello @eusebiuoprinoiu ,
Thank you for reporting this issue and for providing the detailed analysis.
We investigated the behavior and were able to confirm that it is related to the meta field in the SureMails email log table being stored as a JSON column. On some MySQL 8.0+ setups, certain database export/import methods can result in this error.
As a workaround, you can export the database using an explicit character set, for example:
mysqldump --default-character-set=utf8mb4 your_database > backup.sqlThis helps prevent binary character set encoding from being included in the dump and allows the import to complete successfully.
Please give this a try and let us know how it goes.
Thank you again for bringing this to our attention.
Best Regards,
NamrataHello @tricktrommler ,
Thank you for reporting this issue and for sharing the details. We truly appreciate the time you’ve taken to investigate the behavior and provide such helpful feedback.
We’ve reviewed the issue and identified an improvement that should make the CSV import process more reliable, particularly for files exported from spreadsheet applications such as Apple Numbers.
This improvement is planned for the upcoming SureRank update. We’ll keep you posted and let you know as soon as the new version is available.
Thank you again for bringing this to our attention. Your feedback helps us improve the plugin and provide a better experience for all users.
Best regards,
NamrataHello @kashif61 ,
Thank you for reaching out!
A 403 error during the Google Search Console connection process is usually related to one of the following:
1. Search Console permissions
Please make sure the Google account you are using has either Owner or Full User access to the property. You can verify this under Settings → Users and permissions in Google Search Console.2. Google Workspace restrictions
If you are using a Google Workspace account, your organization may be restricting third-party app connections. In that case, you may need to contact your Workspace administrator to allow the connection, or alternatively, try using a personal Google account that has access to the same property.3. Property URL mismatch
Google treatshttps://aquilbiz.comandhttps://www.aquilbiz.comas separate properties, so please ensure the property URL in Search Console exactly matches the Site Address configured in WordPress. You can confirm this under Settings → General in your WordPress dashboard.4. Security plugin or firewall restrictions
If the account connects successfully but the plugin still returns a 403 error, it is possible that a security plugin, firewall, or server configuration is blocking outgoing requests to Google. You could try temporarily disabling security-related plugins or contacting your hosting provider to help rule this out.Please let me know the results after checking the above steps, and I will be happy to assist you further.
Best Regards,
NamrataHello @ashf ,
Thank you for your suggestion and for taking the time to share your feedback.
At the moment, adding custom schema markup via a blank textarea is not supported, as the plugin currently provides schema options through its built-in schema builder only.
We appreciate your idea and will keep it in mind for future improvements. You can also share your suggestions and stay updated on this request through our official ideas board.
If you have any further questions or need clarification, please feel free to let us know. We’re happy to help.
Best Regards,
NamrataHello @manu24max ,
Thank you for sharing such detailed insights.
Could you please open a support ticket by emailing us at [email protected]?
This will allow us to thoroughly review the issue, make necessary changes, and provide you with a development ZIP for further review.
We look forward to assisting you further.
Best regards,
NamrataHello @devksec ,
Thank you for reaching out and for sharing the details.
The behavior you described is related to how the plugin currently handles network activation. When the plugin is network-activated, the required tables are not created for individual subsites, which can affect the logging. Activating the plugin separately on each subsite is the correct approach, and I’m glad to hear that this has already worked for you.
We understand this is not ideal, especially if it caused missing logs earlier. This has been noted, and improvements to this behavior shall be considered for future enhancements.
Thank you again for reporting this and for your cooperation.
Please let us know if you have any other questions. We’re happy to help!
Best Regards,
NamrataHi @ric11212,
Thank you for your update and for trying the suggested steps.
This behavior is not expected, as each language should retain its own meta settings when using Polylang. To better understand what’s causing this on your site, we’ll need to take a closer look.
Could you please open a support ticket by emailing [email protected] and include your site URL? If possible, you can also attach a screenshot or short screencast that shows the issue.
Our team will review this in detail and assist you further.
We appreciate your patience and look forward to helping you resolve this.
Best Regards,
NamrataHello @rsioncke ,
Thanks for getting in touch, and for clearly outlining your questions. I’ll go through each point below:
1. Removing the category base (/product-category/)
You can use this filter with SureRank. Please add the following code to your theme’sfunctions.phpfile or use a code snippets plugin:add_filter( 'surerank_remove_product_category_base', '__return_true' );After adding the code, go to Dashboard → Settings → Permalinks and click Save Changes to flush the rewrite rules. This step is necessary for the change to take effect.
2. Removing parent slugs
At the moment, making changes to the parent Slug is not supported in SureRank. However, your request has been shared with the development team and noted as a possible enhancement for a future update.Please try the resolution provided for category base and let us know how it works for you.
Thanks again for your patience!
Best Regards,
NamrataHi @ric11212 ,
Apologies for the delayed response, and thank you for your patience.
SureRank does support Polylang, and it is possible to manage your homepage meta title and description per language.
If you want to set dynamic meta title and description:
If you set the latest post as your home page, you can set the homepage title and description using dynamic variables such as @sitename or @tagline under SureRank → General → Homepage Settings. These settings are applied globally and will reflect across all languages automatically.
If you want different meta content for each language:
Polylang creates a separate page for each language, and SureRank stores SEO data per page. This allows you to set unique meta for each language individually.
Please follow these steps:
- Open the translated homepage for each language in the WordPress editor
- Scroll to the SureRank SEO panel
- Enter the Meta Title and Meta Description for that language
- Save the page
Each language will then display its own meta title and description.
You can also set a custom canonical URL for each language by editing the respective page and entering the correct canonical URL in the SureRank settings.
Please refer to the screencast attached for a visual walkthrough of the steps above. If anything remains unclear or you are still seeing the same meta across languages, please let us know. We will be happy to assist further.
Best Regards,
Namrata