How to Fix Google Rich Snippets QAPageError? - google-rich-snippets

How to Google Rich Snippets QAPage Error?
My error page
https://destek.arifemreeryilmaz.com/sorular/web-sitesi-android-cihazda-renkli-bildirim-cubugu-nasil-yapilir/
and rich snippets error. how to fix this error.
Question#suggestedAnswer Error
QAPage Error
https://search.google.com/structured-data/testing-tool

Related

face Uncaught Syntax Error when check (add try-catch wrapping)

i face this error
The error I receive
here the file : https://igrafix.ir/wp-content/cache/autoptimize/autoptimize_c709febde8a57bd03504ae5fe6f38a57.php
when this option in photo Be checked above error happening. (site performance Improves 60%) But I encountered some problems ! like (Header menu doesn't load)
i tried : de active all plugins but doesn't work !?
solved by adding this Excluded JavaScript Code
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js

Error when uploading Image to user when registering?

I am trying to upload the profile picture for my user when registering, but the error "An unhandled exception occurred while processing the request" happens, what is this and how can I fix it. I have successfully loaded the image for the Index page, but my Register got the error as shown below. Here is my code
Error Picture
enter image description here
The error seems to indicate that you did not register the implementation of IProfileRepository. Please, check if you are doing something like below, in you Startup:
services.AddScoped<IProfileRepository, ProfileRepository>()
If you are not, I believe that's the cause. The important error message is actually the "Unable to resolve service..." phrase, shown in the image :)

Ghost: Custom error message

Is there a way to have custom error message. For example, instead of having Page Not Found for 404, we can have Page Non Trouvé (in french!).
Is it possible? Directly from the error.hbs page?
Or maybe is it a french pack?
Thanks!
Yes you can provide your own error.hbs file with your template (see: http://support.ghost.org/ghost-themes-overview/#error.hbs). In your custom error page you can show the error message in french or customize it's appearance with handlebars.
Ghost is going to provide better language support in the future. For now it's still on the wishlist (see: http://ideas.ghost.org/forums/285309-wishlist/suggestions/7191893-localization).

Error message showing up in Google search results

When I search for a specific keyword in Google. The website shows up, but where normally the meta description is being displayed, it shows a error message instead:
Warning: Invalid argument supplied for foreach() in C:\domains\domain.com\wwwroot\wp-content\themes\canvas\somefile.php on line 417
How is it possible that google shows this line of text instead of a normal description?
Because it's probaly the thing that shows up in either the or google somehow onlyl got that result when fetching the page.
Google does not filter error messages.
for example if you search Warning: Invalid argument supplied for foreach() in on you get http://www.bibliotheekgulpen-wittem.nl/index.php/2013-11-04-09-27-41/bibliotheek-wise-ap/134-bibliotheek-wise-app-2014 with a invalid foreach.
Looking at the page itself there is nothing invalid to be seen in the source.
Just bad luck that when google fetched the page it had an error.

Advanced Custom Fields plugin - potential bug?

Good day,
Does anyone know the solution to the following problem?
I have recently set up the Advanced Custom Fields plugin with a custom post template and have been using Gravity Forms to submit post data. Everything seemed to be working fine on a number of posts. However, I went to update a post through the post editor screen and when I clicked on 'update' or 'preview' I got the following error:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/uswfeoab/public_html/wp-content/plugins/advanced-custom-fields/core/fields/_functions.php on line 396
This was repeated 8 times before the following error code:
Warning: Cannot modify header information - headers already sent by (output started at /home/uswfeoab/public_html/wp-content/plugins/advanced-custom-fields/core/fields/_functions.php:396) in /home/uswfeoab/public_html/wp-includes/pluggable.php on line 876
I have had a good look at the forums and the ACF website but can't find any troubleshooting for errors relating to the _functions.php file. For reference the line of code on line 396 is $field = array_merge($defaults, $field);
Unfortunately this is way beyond my PHP skills. Any suggestions would be greatly appreciated!
Phew!
The author of Advanced Custom Fields issued and update to Version 4.1.2 today. This has resolved the problem.
Panic over!