How to get yellowpages and yelp ratings to show in a website? - reactjs

I want to show business ratings on a webpage. It includes google business, yelp and yellow pages etc. I can find api's of google business and yelp but it seems Yellow pages doesn't provide any API. I wanna know if there any better way to get this rating from a single API like a WordPress plugin i.e Any package, module for react.

Related

How Would I Make a Custom Multipage Setup for a bunch of items on my React App

So im in the process of making a social media web app, and Im kind of stumped. The idea is that I want a page unique to every post, like amazon has thousands of pages for its individual products, not completely unique, but just have differences in the actual text and stuff. Any suggestions ?

Crawling a website that uses angular routes

I have a personal website that I use for some of my motorbike racing. I created it recently using node and angular. I decided to try angular routes for my page navigation etc. I think it worked well but I'm annoyed that my website isn't showing on google search.
When I've looked into how to get google to find your website I've followed many suggestions with meta names etc but when I came to a sitemap I discovered that most crawlers etc have problems finding any links on my website to other pages.
You can see my website here - MPC Racing
I have tried using this automatic sitemap creator and it can't find anything apart from my main page - XML Sitemap
Do you have any suggestions on how I can my website more easily found by search engines?
For example, a design company designed all my graphics for my bike and if I type into google "Webstep Racing Team" I get the link to their website as the first hit but nothing at all on my website. What is it they are doing and I'm not? - Webstep Racing Team
In Google Webmaster tools there is an option to 'Fetch as google'. So you see what google sees when it crawls your angular app. It gives you an image of what google sees.
However for me the problem is that the crawler does not crawl the angular links within the app.
By default the hashes are getting ignored by search engines, because normally they refer to parts of the same page.
You can follow google guidelines for ajax crawling urls to get the hashed url indexed by Google. The same standard also supported by Bing according to searchEngineLand post.
And because you are using angularJs, you might find Matias Niemela's post on how to have your AngularJS application indexed very useful. Demo and source code.

how to make google web page tree view in google search?

I'm looking for a code that Google or yahoo or bing or ... will automatically show web page tree view.
tree view of website it depends on sitemap, so, how can we set that Google will show website tree in Google search result, something like contact us page and other pages will appear in down of domain name that user will be able to click on those tree view links.
I really appropriate for your posts and comments about this issue.
Regards
It's not totally up to you, Google will decide when and if they are going to show that and it's only for the top result. You should add your site to Webmasters Tools and you can read more about Sitelinks.

Implementing Yelp business photos into iPhone app like Apple Maps

I'm curious how one might mimic Apple Map's iOS6 approach to showing Yelp photos. For example, when a user searches and clicks on a business, Maps shows a rotating slideshow of photos from Yelp's collection of pictures for that venue. The photos are shown with fade in/fade out transitions.
Does anyone know how to implement this? Also, might the same approach/functionality be offered using the foursquare API?
The Yelp API won't let you (only the first image is available), but if you where to use their API you could get the business yelp url and scrape the pictures from the actual page, BUT that would involve a lot of maintenance and I don't know it that would interfere with their terms (legal?)

How do i create an image site map for drupal 7 site?

I am maintaining a drupal 7 site with more than 500 pages. Most of the pages contains images.
I want to create image site map for my site.
Example image site map reference from google
ie, i want to list out images under each url. I have tried curl to retrieve images form each url. But it takes more time to execute each url.
Is there any easy and fastest way to implement it?
You can use a contributed module Google Image Sitemap
Google Image Sitemap
I'll do some tests and in a few days I hope you can tell something more

Resources