Skip to main content

Why do my URLs look funny?

Comments

1 comment

  • Maxy glen

    The reason your URLs might look "funny" is because they have extra bits of information attached to them, called query parameters. These parameters are like little notes added to the URL to tell the webpage some things.

    Here's a breakdown of why you might see them:

    1. Tracking Data (UTM parameters):

      • Marketers use these to track how people find their websites.
      • They look like ?key=value pairs, for example: utm_source=google&utm_medium=cpc&utm_campaign=summer_sale
      • These are added by services like Google Analytics or Google Ads.
    2. Consent Mode Data:

      • This is related to cookie consent.
      • If you don't allow cookies, some websites might use URL parameters to pass data instead.
      • You might see something like ?_ga=... where "..." is a random-looking string.
      • This is done by Google Analytics to maintain data quality.

    These additions to your URLs are harmless and actually help websites understand how users interact with them. However, if you don't like them, you can sometimes disable them:

    • For Cookiebot CMP: You can use a toggle in Google Tag Manager or the WordPress plugin.
    • For Inline Script: Use the command gtag('set', 'url_passthrough', false);

    I hope this clarifies why your URLs might look unusual!

     
    0

Please sign in to leave a comment.