Local SEO Dentist GMB Reviews - Newport
A clean dataset of 49 Google Maps reviews for a local dental clinic.
@kaggle.mehreensiraj_local_seo_dentist_gmb_reviews_newport
A clean dataset of 49 Google Maps reviews for a local dental clinic.
@kaggle.mehreensiraj_local_seo_dentist_gmb_reviews_newport
Context
This dataset contains 49 cleaned customer reviews for a local dental clinic in Newport News, VA, USA. The data was scraped from a single Google My Business (GMB) listing in October 2025 using Apify.
This dataset was prepared as the first step in a portfolio project to demonstrate Aspect-Based Sentiment Analysis (ABSA) for local SEO and reputation management.
The file cleaned_gmb_reviews.csv contains three columns:
clinic_name: (text) The name of the GMB listing.rating: (integer) The star rating given by the user (1-5).review_text: (text) The full text of the review.The raw data (100 rows) was programmatically cleaned using Python and the pandas library to:
title, stars, text).stars to rating).This dataset is ideal for answering several key business questions:
CREATE TABLE cleaned_gmb_reviews (
"clinic_name" VARCHAR,
"rating" BIGINT,
"review_text" VARCHAR
);Anyone who has the link will be able to view this.