Here’s the **Privacy Policy** HTML for WordPress:
“`html
Competitive Timing LLC (“we”, “us”, “our”) operates the CT Live Tracking mobile application and the liveplanit.com website (collectively, the “Service”). This Privacy Policy explains what information we collect, how we use it, and your choices.
Information We Collect
Account information. When you create an account, we collect your email address and display name. If you sign in with a third-party provider (Google, Apple), we receive the basic profile information you authorize.
GPS location data. If you enable live GPS tracking as a race participant, we collect your precise location, speed, heading, altitude, and accuracy while tracking is active. You control when tracking starts and stops. Location data is shared in real time with spectators and race organizers during the event and is retained for the duration of the event to display your progress on course maps.
Participant claims. If you claim a race bib through the app, we store the association between your account and your race entry (name, bib number, event).
Usage data. Our servers automatically log standard request information (IP address, request time, page visited) to maintain and secure the Service. We do not use third-party analytics or advertising trackers.
How We Use Your Information
We use the information we collect to operate and improve the Service, authenticate your account, display your GPS position to spectators during events, associate your account with your race results, and communicate with you about your account or events you participate in.
Third-Party Services
The Service uses Firebase (Google) for authentication and Mapbox for map display. These services may receive limited data necessary for their function (e.g., your authentication token, map tile requests). We do not sell or share your personal information with third parties for advertising purposes.
Data of Race Participants
Race participant data (names, bib numbers, split times) is provided by race organizers and timing systems and is publicly available at race events. If you are a race participant and would like your data removed, please contact the race organizer or reach out to us directly.
Data Retention
Account information is retained as long as your account is active. GPS location data is retained for the duration of the event and may be kept in aggregate or anonymized form afterward. You may request deletion of your account and associated data by contacting us.
Your Choices
You may use the Service to view race results without creating an account. GPS tracking is entirely optional and can be started and stopped at any time through the mobile app. You may delete your account by contacting us at the email below.
Children’s Privacy
The Service is not directed at children under 13. We do not knowingly collect personal information from children under 13. If you believe a child has provided us with personal information, please contact us so we can remove it.
Changes to This Policy
We may update this privacy policy from time to time. Any changes will be posted on this page with an updated revision date. Your continued use of the Service after changes are posted constitutes acceptance of the revised policy.
Contact Us
If you have questions about this privacy policy, contact us at:
Competitive Timing LLC
info@competitivetiming.com
competitivetiming.com
“`
And the **Terms of Service** HTML:
“`html
These Terms of Service (“Terms”) govern your use of the CT Live Tracking mobile application and the liveplanit.com website (collectively, the “Service”), operated by Competitive Timing LLC (“we”, “us”, “our”). By accessing or using the Service, you agree to be bound by these Terms.
Use of the Service
The Service provides real-time and historical race timing data, GPS tracking, and course maps for endurance sporting events. You may use the Service for personal, non-commercial purposes. You agree not to misuse the Service or interfere with its operation.
Accounts
Some features of the Service require you to create an account. You are responsible for maintaining the security of your account credentials and for all activity that occurs under your account. You agree to provide accurate information when creating an account.
GPS Tracking
If you enable GPS tracking as a race participant, your location data will be shared with spectators and race organizers in real time during the event. You may start and stop GPS tracking at any time through the app. Location data is retained for the duration of the event and may be used to display your progress on course maps.
Race Data
Race timing data displayed on the Service is provided by race organizers and timing systems. We make reasonable efforts to display accurate data but do not guarantee the accuracy, completeness, or timeliness of any race results. Official results are determined solely by the race organizer.
Intellectual Property
The Service and its original content, features, and functionality are owned by Competitive Timing LLC and are protected by applicable intellectual property laws. You may not reproduce, distribute, or create derivative works from any part of the Service without our prior written consent.
Disclaimer of Warranties
The Service is provided “as is” and “as available” without warranties of any kind, either express or implied. We do not warrant that the Service will be uninterrupted, error-free, or free of harmful components. Estimated race positions and finish times are approximations and should not be relied upon as official results.
Limitation of Liability
To the fullest extent permitted by law, Competitive Timing LLC shall not be liable for any indirect, incidental, special, consequential, or punitive damages arising out of or related to your use of the Service.
Changes to These Terms
We may update these Terms from time to time. Any changes will be posted on this page with an updated revision date. Your continued use of the Service after changes are posted constitutes acceptance of the revised Terms.
Contact Us
If you have questions about these Terms, contact us at:
Competitive Timing LLC
info@competitivetiming.com
competitivetiming.com
“`
Just create two pages in WordPress — set the slugs to `privacy` and `terms` — and paste the corresponding HTML into each. That gives you `competitivetiming.com/privacy` and `competitivetiming.com/terms` for the Google Cloud verification.
