Before Google+ got shut down I was able to embed reviews from my Google+ business page directly into my website by using the following code:
<div class="g-post" data-href="https://plus.google.com/+myCompanyName/posts/C5mXxBfvuyQ"></div>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
The link in the data-href attribute was obtained directly from the Google+ my business page.
Now that Google+ is no longer, the Google my business page provides a differently formatted link for reviews such as:
https://business.google.com/reviews/l/13034364536743825118/r/AIe9_BFhqAtkXvUqdYNeMuBBGjaAo-4Nzsp8GqZodh3JinpksaIs5fbp68A98KcYqF2nBVn5d98tYmQEc0S_NHIm8awwzKlOh216MBgrXUXucioaxZb60DA
When I place the new link into my old code it does not work and I receive the following error in the console:
Failed to load resource: the server responded with a status of 404 ()
Does anyone know the way to embed My Business reviews now?
If anyone finds this the best answer I could find was located here:
Link How To Show Google Reviews On Website
It's much more technical than it used to be, but I suppose that's expected...lol
There is a widget for WordPress I recently reviewed that does display your Google My Business reviews realy nicely and enables you to use your own css styles
Its called "Google Reviews Widget"
https://richplugins.com/documentation
Related
I have created a view that displays a sitemap with codeigniter when you access into www.domain.com/sitemap.xml, but there is any real sitemap.xml file.
My question is if google will read this or if i need to create a real sitemap.xml file on my site.
Thank you very much.
You can try to use Google webmaster tools
https://support.google.com/webmasters/answer/158587?hl=en
Here you find a function (fetch as google) where you can see your page in the way google see it.
I don't know how this page of my web site, takes much time to load:
michelepierri.it/blog
In this page there are post excerpts of blog.
Instead other pages like home page, take less time to load.
What can be causing this?
Thanks a lot.
Plugins I use:
Advanced Code Editor
All in One SEO Pack
Better Related Content
cbnet Twitter Widget
CloudFlare
Contact Form 7
Default Thumbnail Plus
Developer Formatter
Disqus Comment System
Fancybox
Fast Secure Contact Form
FeedBurner FeedSmith Extend
Google Analytics
Google XML Sitemaps
lorem shortcode
NextScripts: Social Networks Auto-Poster
Official StatCounter Plugin
Pingler
Really Simple CAPTCHA
Shareaholic | email, bookmark, share buttons
Simple Skype Status
Single Category Permalink
Skype Online Status
Social Metrics
SyntaxHighlighter Plus
Transposh Filtro per Traduzioni
Trash Manager
W3 Total Cache
WP-Cumulus
WP-o-Matic
WP Facebook Open Graph protocol
WP Minify
WP to Twitter
Youtube shortcode
Why so many plugins? That can actually impact your performance a fair amount. The first request to your site is taking a long time, which actually suggests a server issue (more likely to be an issue if you're on shared hosting with the number of plugins active).
I am wondering if anyone knows of a way to feed google reviews into my website? I would like it to be kinda of a testimonial type page. Or if i could feed it with a slider reviews that would be really awesome. Any ideas?
I recently needed to get reviews as well for a similar application, so I created a jQuery plugin that will fetch ALL the reviews and allows for options to be passed in for filtering.
google-places jQuery Plugin
This question is kind of old but maybe it will help someone else
The Google Places API now supports the return of up to five reviews from a Place Details Request.
https://maps.googleapis.com/maps/api/place/details/json?reference=CmRYAAAAciqGsTRX1mXRvuXSH2ErwW-jCINE1aLiwP64MCWDN5vkXvXoQGPKldMfmdGyqWSpm7BEYCgDm-iv7Kc2PF7QA7brMAwBbAcqMr5i1f4PwTpaovIZjysCEZTry8Ez30wpEhCNCXpynextCld2EBsDkRKsGhSLayuRyFsex6JA6NPh9dyupoTH3g&sensor=true&key=AddYourOwnKeyHere
I have build a site based on Ajax navigation.
I have build it that way, that whenever someone without javascript visits my site, the nav links, which usually load content via Ajax, are acting like normal links and the user can browse through the pages as usual.
Since, Google bot doesn't run javascript, it should theoretically be able to go through all links and corresponding sites as usual, right? Since they are valid links with the href tag pointed to the corresponding site.
Now I was wondering if thats sufficient or if I need to implant this method from Google too to make sure Google sees all my content?
Thanks for your insights and excuse my poor English!
If you can navigate your site by showing source (ctrl-u in chrome), google can also crawl your site. Yes, its that simple
We've recently launched a new website http://atlascode.com and since the launch I've been unable to get in-page analytics working on the website. Google also claims that my tracking code is not working but I think this is a misnomer.
Whenever I attempt to load in-page analytics I receive the error:
We've identified problems in your setup. These may cause problems loading In-Page Analytics.
Your site doesn't load ga.js from Google.
If you host the Google tracking code on your own servers, it isn't updated automatically and can miss important changes.
We didn't find a tracking snippet on your site. In-Page Analytics cannot load. Please make sure you have tracking installed correctly. If your snippet is included in a separate JavaScript file, you'll have to manually check it is being loaded correctly.
-ENDS-
I've simply copy and pasted the tracking code on to the website and haven't done anything out of the ordinary. I've also checked to make sure that under Web Property Settings my Web property name and default URL is atlascode.com.
Any ideas you guys have really would be welcomed.
EDIT: Added screenshot of Google Analytics error http://min.us/mdqlrhj
Thanks in advance
Simon
Well there's whole buncha people in the web complaining about the same issue.
I've noticed something funny.
Most of developers love to exclude Analytics tracking code for logged in administrators and trying to check out In-Page Analytics while they're logged in. So there's really no any ga.js.
In my experience, this occurred when I hadn't set my default URL to exactly match the URL set in the profile.
Matt
P.S. Someone beat me to your source!
Got the same problem on Magento Enterprise, but solution was pretty simple: GA code just need to be placed before <head> tags. After this simple fix In-Page tracking works perfectly.
Update
Also, be sure you have no framekiller installed in your site.