proclipusa.com

Website review proclipusa.com

Custom Car Phone Holders & Best Dashboard Phone Mounts | ProClip USA

 Generated on April 16 2026 18:22 PM

Old data? UPDATE !

The score is 56/100

SEO Content

Title

Custom Car Phone Holders & Best Dashboard Phone Mounts | ProClip USA

Length : 68

Perfect, your title contains between 10 and 70 characters.

Description

Your phone mounted your way! ProClip custom-fit car phone mounts snap securely into your dash — no blocked views, no rattles, no dropped phones.

Length : 144

Great, your meta description contains between 70 and 160 characters.

Keywords

Very bad. We haven't found meta keywords on your page. Use this free online meta tags generator to create keywords.

Og Meta Properties

Good, your page take advantage of Og Properties.

Property Content
type website
site_name ProClip USA
locale EN_US

Headings

H1 H2 H3 H4 H5 H6
1 9 23 0 0 0
  • [H1] Custom phone mounts engineered for your exact car.
  • [H2] Pro Your Drive.
  • [H2] Build Your Custom ProClip
  • [H2] for correct heading hierarchy and keyword weight • SEO: section gains Product schema (itemscope/itemtype/itemprop) so Google reads name, price, offer without separate JSON-LD • SEO: CTA aria-label updated to include product name + price • PERF: bnr-lifestyle loading="lazy" → loading="eager" + fetchpriority="high" to improve LCP / Core Web Vitals • IMAGE: bnr-stamp-img src set to confirmed Shopify CDN URL (no more Genspark session-gated URLs anywhere in this file) • All CSS, layout, design, and animations untouched ============================================================ --> /* ── SCOPED RESET ─────────────────────────────────────────── */ #pgc-golf-banner *, #pgc-golf-banner *::before, #pgc-golf-banner *::after { box-sizing: border-box; margin: 0; padding: 0; } /* ── KEYFRAMES ────────────────────────────────────────────── */ @keyframes pgc-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.04); } } @keyframes pgc-badge-bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } } @keyframes pgc-ken-burns { 0% { transform: scale(1) translateX(0) translateY(0); } 100% { transform: scale(1.08) translateX(-2%) translateY(-1%); } } @keyframes pgc-pill-sweep { 0% { background-position: 100% 0; } 100% { background-position: 0% 0; } } /* ── OUTER WRAPPER ────────────────────────────────────────── */ #pgc-golf-banner { display: block; width: 100%; padding: 20px; background: transparent; font-family: 'Roboto', sans-serif; } /* ── CARD ─────────────────────────────────────────────────── */ #pgc-golf-banner .bnr-card { position: relative; width: 100%; max-width: 1335px; margin: 0 auto; border-radius: 16px; overflow: hidden; background: #000000; border: 1px solid #333333; box-shadow: 0 8px 32px rgba(0,0,0,0.6); transition: border-color 0.3s ease, box-shadow 0.3s ease; } #pgc-golf-banner .bnr-card:hover { border-color: #555555; box-shadow: 0 12px 48px rgba(0,0,0,0.8); } /* ── INNER GRID ───────────────────────────────────────────── */ #pgc-golf-banner .bnr-inner { display: grid; grid-template-columns: 52fr 48fr; min-height: 260px; align-items: stretch; } /* ── COPY COLUMN ──────────────────────────────────────────── */ #pgc-golf-banner .bnr-copy { display: flex; flex-direction: column; justify-content: center; gap: 14px; padding: 36px 40px; position: relative; z-index: 2; } /* ── BADGE ────────────────────────────────────────────────── */ #pgc-golf-banner .bnr-new-badge { display: inline-block; align-self: flex-start; background: #d71920; color: #ffffff; font-family: 'Oswald', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 14px; border-radius: 4px; animation: pgc-badge-bounce 2.4s ease-in-out infinite; cursor: default; transition: background 0.25s ease, transform 0.2s ease; } #pgc-golf-banner .bnr-new-badge:hover { background: #a8131a; animation-play-state: paused; transform: scale(1.04); } /* ── HEADLINE ─────────────────────────────────────────────── */ #pgc-golf-banner .bnr-h2 { font-family: 'Oswald', sans-serif; font-size: clamp(32px, 3.5vw, 52px); font-weight: 700; text-transform: uppercase; line-height: 1.1; letter-spacing: 0.01em; margin: 0; } #pgc-golf-banner .bnr-h2-white { color: #ffffff; display: inline; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; } #pgc-golf-banner .bnr-h2-red { color: #d71920; display: inline; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; } /* ── SUBHEAD ──────────────────────────────────────────────── */ #pgc-golf-banner .bnr-sub { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.6; color: #cccccc; max-width: 420px; } /* ── FEATURE PILLS ────────────────────────────────────────── */ #pgc-golf-banner .bnr-pills { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; } #pgc-golf-banner .bnr-pill { display: inline-flex; align-items: center; font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #ffffff; background: #1a1a1a; border: 1px solid #444444; border-radius: 20px; padding: 5px 13px; cursor: default; position: relative; overflow: hidden; transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease; } #pgc-golf-banner .bnr-pill::before { content: ''; position: absolute; inset: 0; background: linear-gradient( 120deg, transparent 0%, rgba(255,255,255,0.12) 50%, transparent 100% ); background-size: 200% 100%; background-position: 100% 0; opacity: 0; transition: opacity 0.25s ease; } #pgc-golf-banner .bnr-pill:hover { color: #ffffff; border-color: #d71920; background: #d71920; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(215,25,32,0.4); } #pgc-golf-banner .bnr-pill:hover::before { opacity: 1; animation: pgc-pill-sweep 0.5s ease forwards; } /* ── CTA STACK ────────────────────────────────────────────── */ #pgc-golf-banner .bnr-cta-stack { display: flex; flex-direction: row; align-items: center; gap: 20px; flex-wrap: wrap; } /* ── CTA BUTTON ───────────────────────────────────────────── */ #pgc-golf-banner .bnr-btn { display: inline-flex; align-items: center; gap: 8px; background: #d71920; color: #ffffff !important; font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none !important; padding: 14px 28px; border-radius: 6px; border: none; cursor: pointer; flex-shrink: 0; transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease; box-shadow: 0 4px 16px rgba(215,25,32,0.4); } #pgc-golf-banner .bnr-btn:hover { background: #a8131a; transform: translateY(-1px); box-shadow: 0 6px 24px rgba(215,25,32,0.6); } #pgc-golf-banner .bnr-btn:hover .bnr-btn-arrow { transform: translateX(4px); } #pgc-golf-banner .bnr-btn-arrow { display: inline-block; transition: transform 0.2s ease; } /* ── PRICE BLOCK ──────────────────────────────────────────── */ #pgc-golf-banner .bnr-price { display: flex; flex-direction: row; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 0; } #pgc-golf-banner .bnr-price-now { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; color: #ffffff; letter-spacing: 0.01em; text-transform: uppercase; } #pgc-golf-banner .bnr-price-was { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 400; color: #888888; text-decoration: line-through; } #pgc-golf-banner .bnr-price-save { font-family: 'Oswald', sans-serif; font-size: 12px; font-weight: 700; color: #ffffff; background: #d71920; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.06em; text-transform: uppercase; transition: transform 0.2s ease; } #pgc-golf-banner .bnr-price-save:hover { transform: scale(1.06); } /* ── IMAGE COLUMN ─────────────────────────────────────────── */ #pgc-golf-banner .bnr-img-col { position: relative; min-height: 260px; overflow: hidden; } #pgc-golf-banner .bnr-lifestyle { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: pgc-ken-burns 12s ease-in-out infinite alternate; } /* ── STAMP IMAGE OVERLAY ──────────────────────────────────── */ #pgc-golf-banner .bnr-stamp-img { position: absolute; bottom: 18px; right: 18px; width: 90px; height: 90px; object-fit: contain; z-index: 3; animation: pgc-pulse 3s ease-in-out infinite; transition: transform 0.25s ease; border-radius: 50%; } /* ── STAMP: hide if image fails (matches onerror handler) ─── */ #pgc-golf-banner .bnr-stamp-img.bnr-stamp-hidden { display: none !important; } /* ───────────────────────────────────────────────────────────── RESPONSIVE BREAKPOINTS ───────────────────────────────────────────────────────────── */ @media (max-width: 1480px) { #pgc-golf-banner { padding: 20px; } } /* ── ≤860px ────────────────────────────────────────────────── */ @media (max-width: 860px) { #pgc-golf-banner { padding: 16px 14px; } #pgc-golf-banner .bnr-inner { grid-template-columns: 1fr; min-height: unset; } #pgc-golf-banner .bnr-img-col { order: -1; min-height: 260px; max-height: 320px; } #pgc-golf-banner .bnr-copy { padding: 20px 20px 24px; align-items: center; text-align: center; } #pgc-golf-banner .bnr-new-badge { align-self: center; font-size: 11px; padding: 6px 12px; } #pgc-golf-banner .bnr-h2 { font-size: clamp(30px, 7vw, 44px); text-align: center; } #pgc-golf-banner .bnr-sub { font-size: 15px; max-width: 100%; text-align: center; } #pgc-golf-banner .bnr-pills { justify-content: center; } #pgc-golf-banner .bnr-cta-stack { flex-direction: column; align-items: center; gap: 12px; width: 100%; } #pgc-golf-banner .bnr-btn { width: 100%; justify-content: center; font-size: 15px; padding: 15px 28px; } #pgc-golf-banner .bnr-price { justify-content: center; width: 100%; } #pgc-golf-banner .bnr-stamp-img { width: 72px; height: 72px; bottom: 12px; right: 12px; } } /* ── ≤600px ───────────────────────────────────────────────── */ @media (max-width: 600px) { #pgc-golf-banner { padding: 16px 12px; } #pgc-golf-banner .bnr-card { border-radius: 14px; } #pgc-golf-banner .bnr-img-col { min-height: 240px; max-height: 300px; } #pgc-golf-banner .bnr-copy { padding: 20px 20px 24px; } #pgc-golf-banner .bnr-h2 { font-size: clamp(28px, 8vw, 40px); } #pgc-golf-banner .bnr-stamp-img { display: none; } } /* ── ≤390px ───────────────────────────────────────────────── */ @media (max-width: 390px) { #pgc-golf-banner { padding: 12px 10px; } #pgc-golf-banner .bnr-copy { padding: 16px 16px 18px; } #pgc-golf-banner .bnr-h2 { font-size: clamp(24px, 9vw, 34px); } #pgc-golf-banner .bnr-pill { font-size: 10px; } #pgc-golf-banner .bnr-pills { gap: 6px; } #pgc-golf-banner .bnr-btn { font-size: 12px; padding: 11px 20px; } #pgc-golf-banner .bnr-img-col { min-height: 200px; max-height: 260px; } } /* ── REDUCED MOTION ───────────────────────────────────────── */ @media (prefers-reduced-motion: reduce) { #pgc-golf-banner .bnr-lifestyle, #pgc-golf-banner .bnr-new-badge, #pgc-golf-banner .bnr-stamp-img, #pgc-golf-banner .bnr-pill::before { animation: none !important; transition: none !important; } } { "@context": "https://schema.org/", "@type": "Product", "name": "ProClip Golf Cart Phone Mount", "description": "MagSafe-compatible golf cart phone mount. Dual-magnet system holds firm on cart paths, rough ground and sudden stops. 3-second install on any golf cart. Compatible with iPhone, Samsung and Google Pixel.", "brand": { "@type": "Brand", "name": "ProClip USA" }, "image": "https://cdn.shopify.com/s/files/1/0362/1781/5179/files/260227-241947_Apple_Apple_-_iPhone_17_Pro_golf-6.jpg?v=1774301089", "url": "https://www.proclipusa.com/pages/proclip-golf-cart-mount", "offers": { "@type": "Offer", "priceCurrency": "USD", "price": "29.99", "priceValidUntil": "2026-12-31", "availability": "https://schema.org/InStock", "url": "https://www.proclipusa.com/pages/proclip-golf-cart-mount", "seller": { "@type": "Organization", "name": "ProClip USA" } } } New Golf Cart Mount Snap On. Tee Off.
  • [H2] THE LAST PHONE MOUNT YOU'LL EVER WANT.
  • [H2] Unbelievable Hold. Zero Drops.
  • [H2] Top-Rated Car Phone Mounts
  • [H2] Always Charging. Always Ready.
  • [H2] iPhone 17
  • [H2] Galaxy S26
  • [H3] Your Phone. Exactly Where You Need It.
  • [H3] What are you driving?
  • [H3] What device are you using?
  • [H3] Built for Your Car
  • [H3] Zero Rattles
  • [H3] No Blocked Views
  • [H3] Tried and Trusted
  • [H3] Mounting Base
  • [H3] Phone Holder
  • [H3] Your ProClip Installed
  • [H3] Perfect Cell Phone Mount
  • [H3] Heavy iPhone holder
  • [H3] One of the best phone mounts ever.
  • [H3] Easy to Install
  • [H3] Perfect Fit
  • [H3] Built to Last
  • [H3] Stay Connected
  • [H3] Customer Service
  • [H3] Resources
  • [H3] Our Company
  • [H3] Customer Service
  • [H3] Resources
  • [H3] Our Company

Images

We found 32 images on this web page.

2 alt attributes are empty or missing. Add alternative text so that search engines can better understand the content of your images.

Text/HTML Ratio

Ratio : 0%

This page's ratio of text to HTML code is below 15 percent, this means that your website probably needs more text content.

Flash

Perfect, no Flash content has been detected on this page.

Iframe

Great, there are no Iframes detected on this page.

URL Rewrite

Good. Your links looks friendly!

Underscores in the URLs

Perfect! No underscores detected in your URLs.

In-page links

We found a total of 22 links including 0 link(s) to files

Anchor Type Juice
Limited Time Offer - $20 Off Internal Passing Juice
Build Your Car Mount Internal Passing Juice
For Business Internal Passing Juice
For Consumers Internal Passing Juice
Shop MagnePro® Internal Passing Juice
Explore Wireless Charging Holders Internal Passing Juice
Shop iPhone Holders Internal Passing Juice
Shop Samsung Holders Internal Passing Juice
Contact Us Internal Passing Juice
Help Center Internal Passing Juice
Shipping Internal Passing Juice
Returns Internal Passing Juice
Warranty Internal Passing Juice
Tax Exempt Orders Internal Passing Juice
My Account Internal Passing Juice
Helpful Videos Internal Passing Juice
Blog Internal Passing Juice
Affiliates External Passing Juice
About Us Internal Passing Juice
Discounts and Coupons Internal Passing Juice
Reviews Internal Passing Juice
Careers Internal Passing Juice

SEO Keywords

Keywords Cloud

orders phone holders drive business shipping free mounts car search

Keywords Consistency

Keyword Content Title Keywords Description Headings
phone 4
shipping 3
mounts 3
car 3
free 3

Usability

Url

Domain : proclipusa.com

Length : 14

Favicon

Great, your website has a favicon.

Printability

We could not find a Print-Friendly CSS.

Language

Good. Your declared language is en.

Dublin Core

This page does not take advantage of Dublin Core.

Document

Doctype

HTML 5

Encoding

Perfect. Your declared charset is UTF-8.

W3C Validity

Errors : 0

Warnings : 0

Email Privacy

Warning! At least one email address has been found in the plain text. Use free antispam protector to hide email from spammers.

Deprecated HTML

Great! We haven't found deprecated HTML tags in your HTML.

Speed Tips

Excellent, your website doesn't use nested tables.
Too bad, your website is using inline styles.
Too bad, your website has too many CSS files (more than 4).
Perfect, your website has few JavaScript files.
Perfect, your website takes advantage of gzip.

Mobile

Mobile Optimization

Apple Icon
Meta Viewport Tag
Flash content

Optimization

XML Sitemap

Great, your website has an XML sitemap.

https://www.proclipusa.com/sitemap.xml

Robots.txt

https://proclipusa.com/robots.txt

Great, your website has a robots.txt file.

Analytics

Missing

We didn't detect an analytics tool installed on this website.

Web analytics let you measure visitor activity on your website. You should have at least one analytics tool installed, but It can also be good to install a second in order to cross-check the data.

PageSpeed Insights


Device
Categories

Free SEO Testing Tool

Free SEO Testing Tool is a free SEO tool which provides you content analysis of the website.