Priscilla Chapman
Forum Replies Created
-
This fatal error caused all dashboard links to redirect to the plugin settings page after activating it, so the dashboard was completely unusable. I could only deactivate the plugin using WP-CLI.
Updating line 711 in /wp-content/plugins/google-authenticator/google-authenticator.php with a similar fix as @evinak’s solved the problem:
if ( is_multisite() && ( is_super_admin() || ( 1 < count( get_blogs_of_user( $user_id ) ) ) ) ) {
Hope to see an update soon!
Hi @alukerowley,
Thanks for the helpful update. We’re glad to hear that it’s working.
Hi @szas,
We’re sorry to hear about the hack on your site!
Only cleaning your site and removing all of the problem PHP files would solve the problem and prevent access. Setting the robots headers wouldn’t have any effect on redirected pages or 500 errors, unfortunately.
Google has more details about how to use their temporary removal tool and the steps on how to remove URLs permanently in this guide: https://support.google.com/webmasters/answer/9689846.
We suggest getting help from your hosting provider to address securing your site. We have a few other recommendations and resources here:5 things to do after a hack.
Forum: Plugins
In reply to: [Yoast SEO] My Site KW Reports ONLY Show Internal/Back-end WP Words – WHY?Hi @glsd,
Sorry to hear that you’re not getting the results that you’re expecting. Giving specific SEO advice like which keyphrases to use is a bit outside of the technical support that we can offer, but we’d be glad to take a look.
Can you send us a focus keyphrase and an example URL that isn’t appearing in search results? That will help us investigate the issue.
SEOQuake’s tools aren’t related to the ones in Yoast SEO, so if you have questions about the results in a report, we recommend contacting SEOQuake.
Forum: Plugins
In reply to: [Yoast SEO] Index ProblemHi @sarkariploy,
We checked articles on the site, but we didn’t find any problems with the meta tags or schema data that would prevent posts from appearing. We checked the Google News search results for your site and found that about 222 articles have been indexed, so it doesn’t look like there’s a problem with Yoast SEO. (See the News results).
You can try confirming that your site meets the Google News guidelines and it may help to submit your sitemap or RSS feeds in Google Publisher Center if you haven’t already. You can find more details in our guide: Submitting your site to Google News.
If that doesn’t seem to work after a week, we recommend posting the problem in the Google Publisher Center forum.
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO not working?Hi @arashmehri,
To encourage Google to update to the latest version, you can try using the Request Indexing tool in the Google Search Console. We have more details in this guide:?How to update information in Google search results.
There’s also a guide for getting search engines to crawl your site: Crawl speed: How to get Google to crawl your site faster
Please be aware that it can take a few days or more for Google to crawl your site and update the search results.
Hi @zitoshow,
We’ll leave this issue open for the next week just in case you have any other updates. After that, you’re welcome to reply to reopen this thread.
Forum: Plugins
In reply to: [Yoast SEO] Missing field item issue in breadcrumbs in google search consoleHi @jacek75,
We’re not able to see the same error using 16.7, so this seems to be specific to your site and not something that needs to be fixed in Yoast SEO.
Can you check your PHP error log for any error messages? You can do this by enabling WordPress debugging or contact your web host.
Since you’re only seeing the problem with the LC Blank template, we recommend reporting the error to the theme developer to see if there is already a solution.
We hope this helps. Let us know if you have more information for us to investigate.
Forum: Plugins
In reply to: [Yoast SEO] Canonical urls created that don’t existHi @aprilgoettle,
You’re eligible for our premium support, so we ask you to contact our support team directly.
This forum is only for the free version of Yoast SEO, so according to the forum guidelines, we’re not able to answer questions about our premium products here.
Forum: Plugins
In reply to: [Yoast SEO] Broodkruimels – Ongeldige URL in veld ‘id’Hi @mmwbadmin,
Thanks for making that more clear. Are you using any of the Yoast SEO filters or APIs to add your custom BreadcrumbList schema data? If you’re adding it manually or using another plugin, sadly, it’s a bit out of our scope of what we can offer on the forums to troubleshoot custom code.
You can find more information and code examples in the developer documentation for the Yoast Schema API if you’d like to consider using it.
Forum: Plugins
In reply to: [Yoast SEO] Breadcrumbs issue on Web StoriesHi @infinitians,
Thanks for the update. Please note that it may take some time for errors to disappear from Google Search Console after you fixed them.
Forum: Plugins
In reply to: [Yoast SEO] Translate you searched for on browser tabHi @ginkgogeor,
There is a Spanish (Argentina) translation in Yoast SEO for “you searched for”, so it shouldn’t appear in English.
It’s possible that there’s a reason why the text isn’t showing that isn’t related to Yoast SEO. Can you confirm that you’ve taken the steps to troubleshoot translations in the Loco Translate FAQ?
If so, can you send us a link to a screenshot that shows the problem?
Forum: Plugins
In reply to: [Yoast SEO] Permanent linksHi @julia77,
No data is removed from the Yoast options or the post metadata, so the SEO data was copied when the indexables tables were created. You can find more details in the Yoast developer documentation.
Just to go back to your original question, if you haven’t made any changes to your permalinks and you don’t see any other problems with Yoast SEO, the message you received seems to be a false positive and it doesn’t indicate that there’s a problem with your database or Yoast SEO data.
If you’d like us to troubleshoot why you’re seeing that notification, can you confirm that you’re using the latest version of Yoast SEO 16.6.1 and that Yoast SEO has completed the SEO data optimization under SEO > Tools?
Hi @kashift1624,
We see that your homepage is set to display the latest posts instead of a static page. However, this should not cause a problem with the breadcrumbs and a missing name. Can you confirm that you have set an SEO title for the homepage by going to SEO > Search Appearance? The SEO title should appear under the Homepage section.
We noticed that there is no Yoast schema data for the page, so there aren’t any Yoast breadcrumbs. You can disable only the Yoast breadcrumbs by adding code to your site. We have more details and a code example in the Yoast developer documentation: Removing schema graph pieces.
Forum: Plugins
In reply to: [Yoast SEO] SEO data does not updateHi @megatroenchen,
Thanks for the details. We compared the title and description to what’s being generated by Yoast SEO in the page source and we found that only the title didn’t match your settings.
To see if it solves the problem we’d like you to update to the latest version of Yoast SEO (16.6.1) and then try the following steps to reindex the SEO data on your site:
- Install and activate the Yoast Test Helper plugin
- Go to Tools -> Yoast Test
- Click the “Reset indexables and migrations” button
- Go to SEO -> Tools and under “Optimize SEO Data” click the “Start SEO data optimization” button.
For sites with more than 10,000 posts, we’d advise using the WP CLI command to do the indexation on the server instead of going to SEO > Tools. You can read more about this here: WP CLI – Reindex Indexables command
Does the incorrect title still appear?