proclipusa.com

Analisi sito web proclipusa.com

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

 Generato il Aprile 16 2026 18:22 PM

Statistiche non aggiornate? AGGIORNA !

Il punteggio e 56/100

SEO Content

Title

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

Lunghezza : 68

Perfetto, il tuo title contiene tra 10 e 70 caratteri.

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.

Lunghezza : 144

Grande, la tua meta description contiene tra 70 e 160 caratteri.

Keywords

Molto male. Non abbiamo trovato meta keywords nella tua pagina. Usa questo generatore gratuito online di meta tags per creare keywords.

Og Meta Properties

Buono, questa pagina sfrutta i vantaggi Og Properties.

Proprieta Contenuto
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

Abbiamo trovato 32 immagini in questa pagina web.

2 attributi alt sono vuoti o mancanti. Aggiungi testo alternativo in modo tale che i motori di ricerca possano comprendere meglio il contenuto delle tue immagini.

Text/HTML Ratio

Ratio : 0%

Il rapporto testo/codice HTML di questa pagina e inferiore a 15 percento, questo significa che il tuo sito web necessita probabilmente di molto piu contenuto.

Flash

Perfetto, non e stato rilevato contenuto Flash in questa pagina.

Iframe

Grande, non sono stati rilevati Iframes in questa pagina.

URL Rewrite

Buono. I tuoi links appaiono friendly!

Underscores in the URLs

Perfetto! Non sono stati rilevati underscores nei tuoi URLs.

In-page links

Abbiamo trovato un totale di 22 links inclusi 0 link(s) a files

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

SEO Keywords

Keywords Cloud

car orders holders business shipping phone free drive mounts search

Consistenza Keywords

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

Usabilita

Url

Dominio : proclipusa.com

Lunghezza : 14

Favicon

Grande, il tuo sito usa una favicon.

Stampabilita

Non abbiamo riscontrato codice CSS Print-Friendly.

Lingua

Buono. La tua lingua dichiarata en.

Dublin Core

Questa pagina non sfrutta i vantaggi di Dublin Core.

Documento

Doctype

HTML 5

Encoding

Perfetto. Hai dichiarato che il tuo charset e UTF-8.

Validita W3C

Errori : 0

Avvisi : 0

Email Privacy

Attenzione! E stato trovato almeno un indirizzo mail in plain text. Usa antispam protector gratuito per nascondere gli indirizzi mail agli spammers.

Deprecated HTML

Grande! Non abbiamo trovato tags HTML deprecati nel tuo codice.

Suggerimenti per velocizzare

Eccellente, il tuo sito web non utilizza nested tables.
Molto male, il tuo sito web utilizza stili CSS inline.
Molto male, il tuo sito web ha troppi file CSS files (piu di 4).
Perfetto, il tuo sito web ha pochi file JavaScript.
Perfetto, il vostro sito si avvale di gzip.

Mobile

Mobile Optimization

Apple Icon
Meta Viewport Tag
Flash content

Ottimizzazione

XML Sitemap

Grande, il vostro sito ha una sitemap XML.

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

Robots.txt

https://proclipusa.com/robots.txt

Grande, il vostro sito ha un file robots.txt.

Analytics

Non trovato

Non abbiamo rilevato uno strumento di analisi installato su questo sito web.

Web analytics consentono di misurare l'attività dei visitatori sul tuo sito web. Si dovrebbe avere installato almeno un strumento di analisi, ma può anche essere buona per installare una seconda, al fine di un controllo incrociato dei dati.

PageSpeed Insights


Dispositivo
Categorie

Free SEO Testing Tool

Free SEO Testing Tool e uno strumento di ottimizzazione per i motori di ricerca (seo tool) che serve per analizzare le tue pagine web