www.britishcycling.org.uk Open in urlscan Pro
2606:4700:10::6816:64f  Public Scan

Submitted URL: https://link.myschemes.co.uk/u/nrd.php?p=Yz9niWIkf9_16033_5761088_1_9&ems_l=7132765&_esuh=_11_955ee1f69a1e6a6f4ff2e9635755555...
Effective URL: https://www.britishcycling.org.uk/about/article/5-ways-cycling-can-help-improve-your-mental-health
Submission: On May 20 via api from US — Scanned from DE

Form analysis 7 forms found in the DOM

<form class="gsc-search-box gsc-search-box-tools" accept-charset="utf-8">
  <table cellspacing="0" cellpadding="0" role="presentation" class="gsc-search-box">
    <tbody>
      <tr>
        <td class="gsc-input">
          <div class="gsc-input-box" id="gsc-iw-id1">
            <table cellspacing="0" cellpadding="0" role="presentation" id="gs_id50" class="gstl_50 gsc-input" style="width: 100%; padding: 0px;">
              <tbody>
                <tr>
                  <td id="gs_tti50" class="gsib_a"><input autocomplete="off" type="text" size="10" class="gsc-input" name="search" title="search" aria-label="search" id="gsc-i-id1" dir="ltr" spellcheck="false"
                      style="width: 100%; padding: 0px; border: none; margin: 0px; height: auto; outline: none;"></td>
                  <td class="gsib_b">
                    <div class="gsst_b" id="gs_st50" dir="ltr"><a class="gsst_a" href="javascript:void(0)" title="Clear search box" role="button" style="display: none;"><span class="gscb_a" id="gs_cb50" aria-hidden="true">×</span></a></div>
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
        </td>
        <td class="gsc-search-button"><button class="gsc-search-button gsc-search-button-v2"><svg width="13" height="13" viewBox="0 0 13 13">
              <title>search</title>
              <path
                d="m4.8495 7.8226c0.82666 0 1.5262-0.29146 2.0985-0.87438 0.57232-0.58292 0.86378-1.2877 0.87438-2.1144 0.010599-0.82666-0.28086-1.5262-0.87438-2.0985-0.59352-0.57232-1.293-0.86378-2.0985-0.87438-0.8055-0.010599-1.5103 0.28086-2.1144 0.87438-0.60414 0.59352-0.8956 1.293-0.87438 2.0985 0.021197 0.8055 0.31266 1.5103 0.87438 2.1144 0.56172 0.60414 1.2665 0.8956 2.1144 0.87438zm4.4695 0.2115 3.681 3.6819-1.259 1.284-3.6817-3.7 0.0019784-0.69479-0.090043-0.098846c-0.87973 0.76087-1.92 1.1413-3.1207 1.1413-1.3553 0-2.5025-0.46363-3.4417-1.3909s-1.4088-2.0686-1.4088-3.4239c0-1.3553 0.4696-2.4966 1.4088-3.4239 0.9392-0.92727 2.0864-1.3969 3.4417-1.4088 1.3553-0.011889 2.4906 0.45771 3.406 1.4088 0.9154 0.95107 1.379 2.0924 1.3909 3.4239 0 1.2126-0.38043 2.2588-1.1413 3.1385l0.098834 0.090049z">
              </path>
            </svg></button></td>
        <td class="gsc-clear-button">
          <div class="gsc-clear-button" title="clear results">&nbsp;</div>
        </td>
      </tr>
    </tbody>
  </table>
</form>

/events

<form "method=" get" action="/events">
  <input class="form__field form__field--medium form__field--string" type="text" placeholder="Postcode/City/Region..." id="ff-text-1" name="postcode">
  <button class="button button--medium">Find</button>
</form>

POST

<form id="create_acct_form" autocomplete="off" method="post">
  <div class="grid-tablet-col-1-2">
    <div class="form__item form__item--string">
      <h4>First name:</h4>
      <input id="forename" class="form__field form__field--string" type="text" name="forename">
      <h5 class="error" id="forename_error" style="display: none;">Please enter your first name.</h5>
    </div>
  </div>
  <div class="grid-tablet-col-1-2">
    <div class="form__item form__item--string">
      <h4>Last name:</h4>
      <input id="surname" class="form__field form__field--string" type="text" name="surname">
      <h5 class="error" id="surname_error" style="display: none;">Please enter your surname.</h5>
    </div>
  </div>
  <div class="grid-tablet-col-1-2">
    <div id="sign_up-email" class="form__item form__item--string">
      <h4>Email Address:</h4>
      <input id="email" class="form__field form__field--string validate_email" type="text" name="email">
      <h5 class="error" id="email_error" style="display: none;">Please enter your E-Mail address.</h5>
    </div>
  </div>
  <div class="grid-tablet-col-1-2">
    <div class="form__item form__item--string">
      <h4>Confirm Email:</h4>
      <input id="cemail" class="form__field form__field--string" type="text" name="cemail">
      <h5 class="error" id="cemail_error" style="display: none;">Please confirm your E-Mail address.</h5>
    </div>
  </div>
  <div class="grid-tablet-col-1-2">
    <div class="form__item form__item--string">
      <h4>Password:</h4>
      <input id="password3" class="form__field form__field--string form__field--password" type="password" name="password3">
      <h5 class="error" id="password3_error" style="display: none;">Please enter a password.</h5>
    </div>
  </div>
  <div class="grid-tablet-col-1-2">
    <div class="form__item form__item--string">
      <h4>Confirm Password:</h4>
      <input id="cpassword" class="form__field form__field--string form__field--password" type="password" name="cpassword" required="">
      <h5 class="error" id="cpassword_error" style="display: none;">Please confirm your password.</h5>
    </div>
  </div>
  <div id="sign_up-gender" class="grid-tablet-col-1-2">
    <div class="form__item form__item--select">
      <h4>Gender:</h4>
      <div class="select-wrap">
        <select id="gender" class="form__field form__field--select" name="gender" data-msg-required="">
          <option value="M">Male</option>
          <option value="F">Female</option>
        </select>
      </div>
      <h5 class="error" id="password3_error" style="display: none;">Please select your gender.</h5>
    </div>
  </div>
  <div class="grid-tablet-col-full">
    <div class="grid-tablet-wrap">
      <div class="grid-tablet-col-1-2">
        <h4>I'm interested in:</h4>
        <fieldset class="form__group">
          <div class="grid-tablet-wide-wrap half-gutter">
            <div class="grid-tablet-wide-col-1-2">
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="road_and_track">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Road/Track</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="mtb">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">MTB</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="cycle_speedway">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Cycle Speedway</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="bmx">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">BMX</label>
              </div>
            </div>
            <div class="grid-tablet-wide-col-1-2">
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="cyclocross">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Cyclocross</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="fan_updates">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Fan Updates</label>
              </div>
            </div>
          </div>
        </fieldset>
      </div>
      <div class="grid-tablet-col-1-2">
        <h4>The type of riding I do is:</h4>
        <fieldset class="form__group">
          <div class="grid-tablet-wide-wrap half-gutter">
            <div class="grid-tablet-wide-col-1-2">
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="racing">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Racing</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="sportives">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Sportives</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="club_rides">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Club Rides</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="commuting">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Commuting</label>
              </div>
            </div>
            <div class="grid-tablet-wide-col-1-2">
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="leisure">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Leisure Rides</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="family">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Family Rides</label>
              </div>
              <div class="form__item form__item--boolean form__item--group">
                <input class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="additional_interests[]" value="not_a_cyclist">
                <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">I am not an active cyclist</label>
              </div>
            </div>
          </div>
        </fieldset>
      </div>
    </div>
  </div>
  <div class="grid-tablet-col-full">
    <hr>
    <div class="grid-tablet-wrap">
      <div class="grid-tablet-col-1-2">
        <fieldset class="form__group">
          <div class="form__item form__item--boolean form__item--group">
            <input id="over_12" class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="over_12">
            <label class="form__label form__label--boolean form__label--group" for="over_12">I am aged over 16 or have permission from my guardian</label>
          </div>
          <div class="form__item form__item--boolean form__item--group">
            <input id="tsandcs" class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" name="tsandcs">
            <label class="form__label form__label--boolean form__label--group" for="tsandcs"> I have read and understood the <a href="/staticcontent/Website-Terms-and-Conditions-0" target="_blank">website terms of use</a> and the British Cycling
              <a href="/privacynotice" target="_blank">Privacy Notice</a>
            </label>
          </div>
          <div class="form__item form__item--boolean form__item--group">
            <input type="hidden" name="marketing_preferences[allow_all_email_marketing]" value="0"><input type="checkbox" name="marketing_preferences[allow_all_email_marketing]" id="marketing_preferences-allow_all_email_marketing"
              value="1">&nbsp;<label class="form__label form__label--boolean form__label--group" for="marketing_preferences-allow_all_email_marketing">As a britishcycling.org.uk user I am happy for British Cycling to send me cycling news, content,
              offers and tips by email.</label><br>
          </div>
        </fieldset>
      </div>
      <div class="grid-tablet-col-1-2">
        <div id="register_errors" class="error sign_up_sign_in_form_errors" style="display: none;"></div>
        <p>
          <a id="create_account_button" class="button button--xlarge button--block" href="">Register Now</a>
        </p>
      </div>
    </div>
  </div>
</form>

Name: login_formPOST

<form id="login_form" autocomplete="off" name="login_form" action="" method="post">
  <div class="grid-tablet-wide-col-2-3">
    <div class="form__item form__item--string">
      <h4>Membership number:</h4>
      <input id="username2" class="form__field form__field--string" type="text" name="username2" value="" required="">
      <h5 class="error" for="username2" id="username2_error" style="display: none;">This field is required.</h5>
    </div>
    <div class="form__item form__item--string">
      <h4>Password:</h4>
      <input id="password2" class="form__field form__field--string form__field--password" type="password" name="password2" value="" required="">
      <h5 class="error" for="password2" id="password2_error" style="display: none;">This field is required.</h5>
    </div>
    <div class="form__item form__item--boolean form__item--group">
      <input id="remember_me" class="form__field form__field--medium form__field--boolean form__field--checkbox" type="checkbox" checked="checked" name="remember_me" value="1">
      <label class="form__label form__label--boolean form__label--group" for="ff-checkbox-1">Remember me</label>
    </div>
    <div id="login_errors" style="display:none">
      <h5 class="error" id="login_errors_label" style="display: none;"> </h5>
    </div>
    <div class="form__actions">
      <button id="login_button" class="button button--medium">Login</button>
      <input type="hidden" id="validcode" name="validcode" value="">
    </div>
  </div>
  <div class="grid-tablet-wide-col-1-3">
    <div class="article--login-register__help-box">
      <h5>Help</h5>
      <ul>
        <li> I don't know my <a id="forgot-passwork-link" href="javascript: void(0)">username/password</a>
        </li>
        <li> Not <a id="create_account_link" href="javascript:void(0);">registered</a> yet? </li>
        <li> Need further help? <a href="mailto:membership@britishcycling.org.uk">Contact us</a>
        </li>
      </ul>
    </div>
  </div>
</form>

POST

<form id="event_recover_passwd_form" autocomplete="off" method="post">
  <div class="">
    <p>If you do not know your password, enter your username and we will send a password reset to your registered email address.</p>
  </div>
  <div class="form__item form__item--string">
    <h4>Username / Membership No:</h4>
    <input id="recoverusername" class="form__field form__field--string" type="text" name="recoverusername" value="" required=""><br>
    <h5 class="error" for="recoverusername" id="recoverusername_error" style="display: none;">This field is required.</h5>
  </div>
  <div class="ok_button form__actions">
    <button id="recover_passwd_button" class="button button--medium">Reset Password</button>
  </div>
  <div id="event_recover_passwd_errors" style="display:none">
    <h5 class="error" id="event_recover_passwd_errors_label" style="display: none;"> </h5>
  </div>
</form>

<form id="event_recover_acct_form">
  <p>If you don't know your username, enter the email address with which your account is registered and we will send you a reminder.</p>
  <div class="form__item form__item--string">
    <h4>E-Mail Address:</h4>
    <input id="email2" name="email2" class="form__field form__field--string validate_email" type="text" value="" required=""><br>
    <h5 class="error" for="email2" id="email2_error" style="display: none;">This field is required.</h5>
  </div>
  <div class="ok_button form__actions">
    <button id="recover_username_button" class="button button--medium">Get Username</button>
  </div>
  <div id="event_recover_username_errors" style="display:none">
    <h5 class="error" id="event_recover_username_errors_label" style="width: 350px; text-align: left; display: none;"></h5>
  </div>
</form>

POST

<form id="confirm_password" autocomplete="off" method="post">
  <div class="grid-tablet-col-1-2">
    <div class="form__item form__item--string">
      <h4>Password</h4>
      <input id="cpassword2" class="form__field form__field--string" type="password" name="cpassword2" value="">
      <h5 class="error" for="cpassword2" id="cpassword2_error" style="display: none;">This field is required.</h5>
    </div>
    <div id="confirm_password_errors" style="display: none">
      <label class="error" id="confirm_password_errors_label" style="display: none;"></label>
    </div>
  </div>
  <div class="grid-tablet-col-1-2">
    <h4>&nbsp;</h4>
    <div class="form__actions">
      <button id="confirm_password_button" class="button button--medium">Confirm</button>
      <button id="confirm_password_cancel_button" class="button button--medium button--secondary">Cancel</button>
    </div>
  </div>
</form>

Text Content

Login Register for tips & videos
 * 
 * 
 * 
 * 

 * News
 * Events
 * Campaigning
 * Learning
 * Insight Zone
 * Great Britain Cycling Team
 * Shop Team Kit


 * Road
   * Road racing
   * Virtual Cycling
   * Sportives
   * Commuting
 * Off-Road
   * BMX Freestyle
   * BMX Racing
   * Cyclo-cross
   * Mountain bike
 * Track
   * Track cycling
   * Cycle speedway
 * Let's Ride
   * Pedal Parties
   * Breeze
   * Guided Rides
   * Community Groups
   * Cycling routes
 * Get Involved
   * Choose Cycling
   * Get into cycling
   * Officials & Volunteers
   * Club cycling
   * Kids & Young People
   * Talent Development Pathway
   * Disability & Para-cycling
   * Women's cycling
   * Regions & Nations
 * Membership
   * Become a member
   * Renew your membership
   * Member benefits
   * Join the community
   * Help and support

×

search
 

Custom Search

Sort by:
Relevance

Relevance
Date






ABOUT US

 * Who we are
 * Our team
 * Governance
 * Media
 * Company publications
 * Work for us
 * Contact us


5 WAYS CYCLING CAN HELP IMPROVE YOUR MENTAL HEALTH

Navigation:
Home » About us


NUMEROUS SCIENTIFIC STUDIES HAVE LINKED EXERCISE WITH IMPROVED MENTAL HEALTH,
AND WITH ONE IN FOUR OF US LIKELY TO EXPERIENCE A MENTAL HEALTH PROBLEM
(ACCORDING TO THE CHARITY MIND), PHYSICAL ACTIVITY SEEMS LIKE AN EXCELLENT PLACE
TO START IN IMPROVING OUR OVERALL WELLBEING, WHETHER WE’RE FIGHTING OFF
DAY-TO-DAY STRESS OR COMBATING THE SYMPTOMS OF AN ONGOING CONDITION.

There are lots of good reasons why using your bike should be your physical
activity of choice for improving your mental health.

HERE ARE OUR TOP FIVE:

1. It gets you out in the open

While all exercise is good exercise, doing it nature gives you bonus points
according to a study in Science Daily. The results showed that getting moving
out in the open leaves you feeling revitalised, energised and optimistic in a
way that bouncing around a gym can’t, while feelings of tension and anger were
reduced too. 17% fewer people who stopped cycling consider their lives
worthwhile, in comparison to those who continued.  So, ditch the gym and get on
your bike to soak up the scenery, sunshine and positive vibes.

2. Aerobic exercise reduces anxiety

A study in Science Direct showed that aerobic exercise, of which running and
cycling are great examples, can significantly reduce feelings of anxiety,
potentially preventing anxiousness from developing into full-blown panic attacks
or disorders. A recent study showed that 18% more of people who ride a bike
every day consider their life happy, compared to people who tried and stopped
cycling. Any type of aerobic exercise will do the trick, but a bike ride is
low-impact (so great for those of us worried about bad knees) and gets you out
into nature where you’ll soak up even more beneficial side-effects.

3. You can ride a bike socially

When it comes to riding a bike, you have the choice between whether you want to
go solo or make it a social activity. According to a large study published in
the Lancet, team sports are the best for improving mental health, with riding a
bike coming a close second. Imagine the benefits of grabbing some friends,
family or co-workers and going for a bike ride as a team sport. If you’re after
a family affair, you can find and register for your local, traffic-free HSBC UK
Lets Ride event here, or take a look at the Ride Social programme or Women’s
only HSBC UK Breeze Rides that are inclusive of any age, background or ability. 

4. It’s a proven stress-reliever

Regularly riding a bike is proven to reduce stress in itself. 15% more of people
who ride a bike every day are satisfied with their lives than people who haven’t
biked since becoming an adult. But there are other ways it could help. For
example, in the long-term regular cycling can work out cheaper than a gym
membership, which could alleviate financial worries. Plus, a 30-minute bout of
daily exercise can boost memory and creative thinking, which could help you feel
more positive about work.

5. It’s easy to fit into your daily life

Unlike dragging yourself to and from the gym, riding a bike can be woven into
your daily routine without disrupting it. Those who swap their dreary commutes
for cycling to and from work have a much lower risk of feeling stressed, and
there is research to suggest that making regular exercise a part of your
lifestyle - like working it into a hobby or daily routine - can better improve
your overall mood and wellbeing.


DUDLEY GRAND PRIX ADDED TO NATIONAL CIRCUIT SERIES

British Cycling is pleased to announce an additional round for the men’s and
women’s National Circuit Series, with riders taking to the start line in Dudley
on Friday 14 July.

Find out more


HUNDREDS OF SAVINGS MADE AVAILABLE TO MEMBERS THROUGH NEW REWARDS HUB

British Cycling is delighted to unveil an extensive new Member Rewards hub,
allowing members to access exclusive deals on top cycling, outdoor and tech
brands including Garmin, TrainingPeaks, Brompton and Freewheel.

Find out more


CLAY TAKES FIRST NATIONAL SERIES VICTORY AS RICHARDSON CLAIMS SECOND WIN AT THE
LINCOLN GRAND PRIX

Robyn Clay seized victory in style up the Michaelgate climb at the Rapha Lincoln
Grand Prix presented by Wattbike, while it was a Saint Piran clean sweep in the
men’s race as Alex Richardson secured his second win at the historic event.

Find out more


JOIN US


 * Become a member
 * Become an official fan
 * Membership dashboard
 * Register for e-newsletter

FIND OUT MORE


EVENTS


FIND EVENTS NEAR ME:

Find
 * Races
 * Challenge Rides & Sportives
 * Leisure Rides
 * Events for young people

VIEW ALL EVENTS


GET INTO BRITISH CYCLING

 * Register
 * Login
 * Recover


REGISTER WITH BRITISH CYCLING TODAY, IT'S FREE!



FIRST NAME:

PLEASE ENTER YOUR FIRST NAME.

LAST NAME:

PLEASE ENTER YOUR SURNAME.

EMAIL ADDRESS:

PLEASE ENTER YOUR E-MAIL ADDRESS.

CONFIRM EMAIL:

PLEASE CONFIRM YOUR E-MAIL ADDRESS.

PASSWORD:

PLEASE ENTER A PASSWORD.

CONFIRM PASSWORD:

PLEASE CONFIRM YOUR PASSWORD.

GENDER:

Male Female

PLEASE SELECT YOUR GENDER.

I'M INTERESTED IN:

Road/Track
MTB
Cycle Speedway
BMX
Cyclocross
Fan Updates

THE TYPE OF RIDING I DO IS:

Racing
Sportives
Club Rides
Commuting
Leisure Rides
Family Rides
I am not an active cyclist

--------------------------------------------------------------------------------

I am aged over 16 or have permission from my guardian
I have read and understood the website terms of use and the British Cycling
Privacy Notice
 As a britishcycling.org.uk user I am happy for British Cycling to send me
cycling news, content, offers and tips by email.


Register Now

--------------------------------------------------------------------------------

REGISTERED USER BENEFITS INCLUDE:


NEWS TO YOUR INBOX

Receive a complimentary copy of our weekly members e-newsletter.


VIDEO TIPS

We'll send you videos of our top cycling tips and techniques.


EXCLUSIVE OFFERS

Great offers on becoming a British Cycling member, however you ride.


BRITISH CYCLING EVENTS

As a registered user, you'll be able to enter over 4,000 events online.

or Join British Cycling Instead


LOGIN TO YOUR BRITISH CYCLING ACCOUNT.





MEMBERSHIP NUMBER:

THIS FIELD IS REQUIRED.

PASSWORD:

THIS FIELD IS REQUIRED.

Remember me



Login

HELP

 * I don't know my username/password
 * Not registered yet?
 * Need further help? Contact us


RETRIEVE YOUR ACCOUNT DETAILS

FORGOTTEN PASSWORD

If you do not know your password, enter your username and we will send a
password reset to your registered email address.

USERNAME / MEMBERSHIP NO:


THIS FIELD IS REQUIRED.

Reset Password



FORGOTTEN USERNAME / MEMBERSHIP NUMBER

If you don't know your username, enter the email address with which your account
is registered and we will send you a reminder.

E-MAIL ADDRESS:


THIS FIELD IS REQUIRED.

Get Username





We have found a match between your Facebook account and British Cycling.

To link accounts please enter your British Cycling password. You only need to do
this once.

PASSWORD

THIS FIELD IS REQUIRED.



 

Confirm Cancel


“FROM FANS AND RIDERS TO CYCLING ENTHUSIASTS AND PROFESSIONALS, BRITISH CYCLING
IS SUITABLE FOR ALL LEVELS AND ACTIVELY ENCOURAGES ALL TO GET INVOLVED”



Jason Kenny

About British Cycling

Join us

 * Contact us
 * Rules & constitution
 * Our partners
 * Vacancies
 * Terms of use
 * Privacy notice
 * Cookies
 * Anti-doping
 * Safeguarding

British Cycling,
Stuart Street,
Manchester M11 4DQ

Tel 0161 274 2000


 * Facebook
 * Twitter
 * Youtube
 * Flickr



© 2023 British Cycling
All Rights Reserved.