Outcome. LinkedIn profile URLs land in one clean, consistent format with tracking parameters stripped, and anything that is not a real LinkedIn profile URL gets flagged instead of silently sitting there unusable.
flowchart TD
A[LinkedIn URL known or changed] --> B[Custom code: strip tracking, force https + www, check /in/ or /company/ path]
B --> C{Valid shape?}
C -->|yes| D[Set cleaned URL, status Valid - standardized]
C -->|no| E[Status: Invalid - needs review, value untouched]

When to use it, when not to
- UseUse it when reps or forms paste LinkedIn URLs in varied forms: with or without "https://", with or without "www.", with tracking query parameters attached, or as a mobile-app share-link format.
- UseUse it to standardize the field for reliable use in mail merges, sales tools, or a "view on LinkedIn" button, so the stored value always opens correctly.
- SkipDo not use it as validation that the profile is real, active, or belongs to the actual contact. It checks URL shape, not identity.
- SkipDo not use it on a property that also stores non-LinkedIn social links; keep LinkedIn in its own property so the pattern-matching logic only has to understand one URL shape.
or the data quality pack, 39 EUR
One-time, excl. VAT. 30-day refund, no questions asked. Founding prices until 31 October, then 199 and 59 EUR. Includes every spec added later, up to the full 500, and the one-click installer on the full library. Building on client portals? The agency licence at 449 EUR covers unlimited client portals.





