scoregolf.com
Open in
urlscan Pro
3.220.188.120
Public Scan
Submitted URL: http://scoregolf.com/
Effective URL: https://scoregolf.com/
Submission: On December 14 via manual from CA — Scanned from CA
Effective URL: https://scoregolf.com/
Submission: On December 14 via manual from CA — Scanned from CA
Form analysis
5 forms found in the DOMGET https://scoregolf.com/
<form method="get" id="zox-search-form" action="https://scoregolf.com/">
<input type="text" name="s" id="zox-search-input" value="Search" onfocus="if (this.value == "Search") { this.value = ""; }" onblur="if (this.value == "Search") { this.value = ""; }">
<input type="submit" id="zox-search-submit" value="Search">
</form>
POST
<form data-pp-form-submit="signup" id="pp_registration_4" method="post" enctype="multipart/form-data">
<div id="pp-registration-4" class="pp-form-wrapper pp-registration pp-registration-4 ppBuildScratch ppfl-square ppsbl-square ppsbw-full-width ppfs-medium ppfia-right">
<div class="ppbs-headline"><img src="/wp-content/uploads/2021/07/SCOREGolf-Slug-Cool-Grey-2.png" class="sl-sglogo">com MEMBERSHIP</div>
<div class="pp-form-field-wrap pp-custom-html fw-full fda-standard fld-above">
<div class="pp-form-field-input-textarea-wrap">
<div class="signup-text"><span class="sub-text-grey">Subscribe for</span> <span class="sub-text-red">FREE</span><br><span class="sub-text-grey">content and</span> <span class="sub-text-red">WIN</span> <span
class="sub-text-grey">prizes!</span><br><span class="sub-text-bold">SIGN UP NOW!</span></div>
</div>
</div>
<div class="pp-form-field-wrap reg-email fw-full fda-standard fld-above">
<div class="pp-form-field-input-textarea-wrap"><input name="reg_email" type="text" id="7t966o174lm0" placeholder="Email" class="pp-form-field reg-email" required="required"></div>
</div>
<div class="pp-form-field-wrap reg-username fw-full fda-standard fld-above">
<div class="pp-form-field-input-textarea-wrap"><input name="reg_username" type="text" id="khd25q0sa7k0" placeholder="Username" class="pp-form-field reg-username" required="required"></div>
</div>
<div class="pp-form-field-wrap reg-password fw-full has-password-visibility-icon fda-standard fld-above">
<div class="pp-form-field-input-textarea-wrap"><input name="reg_password" type="password" id="4lk1hgcia5e0" placeholder="Password" class="pp-form-field reg-password" required="required"><input name="reg_password_present" type="hidden"
value="true"><i class="pp-form-material-icons">visibility</i></div>
</div>
<div class="pp-form-submit-button-wrap">
<input data-pp-submit-label="SIGNUP" data-pp-processing-label="Processing" name="reg_submit" type="submit" class="pp-submit-form ppform-submit-button" value="SIGNUP" processing_label="Processing"><input type="hidden" id="_wpnonce"
name="_wpnonce" value="19fa02981f"><input type="hidden" name="_wp_http_referer" value="/">
</div>
</div>
<div class="ppress-form-bottom-links">
<a href="https://scoregolf.com/log-in/">Have an account? Login</a>
</div><input type="hidden" name="pp_current_url" value="https://scoregolf.com/"><input type="hidden" name="signup_form_id" value="4"><input type="hidden" name="signup_referrer_page" value="">
</form>
POST /golf-course-guide/search
<form class="columns large-12 block form-inline" method="post" action="/golf-course-guide/search">
<div class="width-100 my-2">
<input type="text" class="h-9" placeholder="Enter Golf Course Name" id="facility" name="facility" value="">
</div>
<button class="zxczxc" value="Search" type="submit"><i class="fas fa-chevron-right text-red-600"></i>
<div class="filter-by-method">
<span class="course-span"> FIND GOLF COURSE</span>
</div>
</button>
</form>
POST /golf-course-guide/search
<form id="formPostalSearch" class="columns large-12 block form-inline" method="post" action="/golf-course-guide/search">
<div class="width-100 my-2">
<input type="text" placeholder="Enter Postal Code" id="postalcode" class="h-9" name="postalcode" value="">
</div>
<button class="zxczxc" value="Search" type="submit"><i class="fas fa-chevron-right text-red-600"></i>
<div class="filter-by-method">
<span class="course-span">VIEW GOLF COURSE REGION</span>
</div>
</button>
<script>
jQuery(function() {
jQuery(document).on('submit', '#formPostalSearch', function() {
jQuery.ajax({
url: jQuery(this).attr('action'),
type: jQuery(this).attr('method'),
dataType: 'json',
data: jQuery(this).serialize(),
success: function(data) {
if (data.result) {
document.location.href = data.url;
} else {
alert('Error: postal code not found.');
}
},
error: function(xhr, err) {
alert('Error encountered, please retry.');
}
});
return false;
});
});
</script>
</form>
POST /golf-course-guide/search
<form class="width-100" style="margin-bottom: 15px;" method="post" action="/golf-course-guide/search">
<div class="region-div form-width-100">
<label id="sg-province">
<div class="flex relative bg-white h-9 w-full my-2">
<div class="absolute flex justify-end h-full w-full">
<div class="bg-red-600 flex h-9 items-center justify-center text-2xl text-white w-9 z-0" style="width: 2.5rem !important;">
<i class="fas fa-chevron-down"></i>
</div>
</div>
<select id="province" name="province" class="reg-prov bg-transparent w-full h-full absolute z-10" style="margin: 0 !important;background: transparent!important;"
onchange="if(this.value===''){this.style.fontStyle='italic'}else{this.style.fontStyle='normal'}" required="" oninvalid="this.setCustomValidity ('Please select a Province')" oninput="setCustomValidity('')">
<option value="" selected="">Select Province</option>
<option value="AB">Alberta</option>
<option value="BC">Bristish Columbia</option>
<option value="MB">Manitoba</option>
<option value="NB">New Brunswick</option>
<option value="NF">New Foundland</option>
<option value="NS">Nova Scotia</option>
<option value="ON">Ontario</option>
<option value="PE">Prince Edward Island</option>
<option value="QC">Quebec</option>
<option value="SK">Saskatchewan</option>
<option value="YT">Yukon and Territories</option>
</select>
</div>
</label>
<label id="sg-region" class="invisible h-0 w-0 absolute">
<div class="flex relative bg-white h-9 w-full my-2">
<div class="absolute flex justify-end h-full w-full">
<div class="bg-red-600 flex h-9 items-center justify-center text-2xl text-white w-9 z-0" style="width: 2.5rem !important;">
<i class="fas fa-chevron-down"></i>
</div>
</div>
<select id="region" name="region" class="reg-prov bg-transparent w-full h-full absolute z-10" style="margin: 0 !important;background: transparent!important;"
onchange="if(this.value===''){this.style.fontStyle='italic'}else{this.style.fontStyle='normal'}" required="" oninvalid="this.setCustomValidity ('Select Golf Course Region')" oninput="setCustomValidity('')">
<option value="" disabled="" selected="">Select Golf Course Region</option>
</select>
</div>
</label>
</div>
<button class="zxczxc" value="Search" type="submit"><i class="fas fa-chevron-right text-red-600"></i>
<div class="filter-by-method">
<span class="course-span">VIEW GOLF COURSE REGION</span>
</div>
</button>
</form>
Text Content
* News * Opinion * Jason Logan * Lorne Rubenstein * Rick Young * Features * Diversity and Inclusion * Special Features * Podcast – Next Round’s On Me * Interviews * Where To Play * Canadian Golf Course Directory * Course Features * Travel & Golf Vacations * What To Play * Clubs * Accessories * Fashion * How To Play * Ping – Play Your Best * Off the Tee * Into the Green * Around the Green * On the Green * Off the Course * Rankings * Top 100 Golf Courses in Canada * Top 59 Best Public Golf Courses in Canada * Course Directory * Videos * Futures Report presented by Titleist * Magazine Member Login Subscribe Connect with us Hi, what are you looking for? * MAGAZINE * SPECIAL FEATURES * Member Login * Subscribe SCOREGOLF * News * Opinion * Jason Logan * Lorne Rubenstein * Rick Young * Features * Diversity and Inclusion * Special Features * Podcast – Next Round’s On Me * Interviews * Where To Play * Canadian Golf Course Directory * Course Features * Travel & Golf Vacations * What To Play * Clubs * Accessories * Fashion * How To Play * Ping – Play Your Best * Off the Tee * Into the Green * Around the Green * On the Green * Off the Course * Rankings * Top 100 Golf Courses in Canada * Top 59 Best Public Golf Courses in Canada * Videos * Futures Report presented by Titleist * 2022 RBC PGA Scramble NEWS SZERYK EXCITED FOR SECOND LPGA TOUR SEASON Canadian earned full status with a T17 at Q-Series. John Chidley-Hill, Canadian Press1 hour ago TRENDING GOLF COURSE FEATURES HOW THIS AWESOME MUNI GOT EVEN BETTER FEATURES BEHIND THE SCENES WITH CAPTAIN MIKE WEIR LORNE RUBENSTEIN THERE’S NO NEED FOR GOLF TO PIVOT ON DIVOTS GOLF GEAR DOES SOLAR HAVE A FUTURE IN POWER CARTS? NEWS WOODS: “I DON’T HAVE MUCH LEFT IN THIS LEG” FEATURES NO. 12: COCKERILL’S TORRID DP WORLD TOUR STRETCH Manitoban nets second and third in six-week span on Euro circuit. Staff20 hours ago GOLF GEAR THE 21ST ANNUAL YOUNGER AWARDS: PART I Favourite clubs, shoe, ball, accessory, aid and underrated product of 2022. Rick Young1 day ago OPINION SPIETH, THOMAS SHOULD BE MAINSTAYS OF THE MATCH The confident — cocky? — duo should take on all comers until they lose. Jason Logan2 days ago NEWS CONNERS AND PARTNER TWO BACK AT QBE SHOOTOUT Canadian and teammate K.H. Lee open with a 14-under 58. Associated Press5 days ago OPINION SCOTT MAKES SENSE WITHOUT MAKING ENEMIES Adam Scott remains on the PGA Tour but still curious about LIV Golf. Doug Ferguson, Associated PressDecember 6, 2022 GOLF GEAR NEW IRONS, FITTING SYSTEM FROM TAYLORMADE TaylorMade adds to P-700 series while introducing SelectFit Kit system. Rick YoungDecember 6, 2022 NEWS HOVLAND HANGS ON TO REPEAT AT TIGER’S EVENT Norwegian becomes first player to defend Hero title since the tournament host. Doug Ferguson, Associated PressDecember 4, 2022 FEATURES BEHIND THE SCENES WITH CAPTAIN MIKE WEIR It was a hectic and exciting few days for the new Presidents Cup captain. Adam StanleyDecember 1, 2022 Advertisement com MEMBERSHIP Subscribe for FREE content and WIN prizes! SIGN UP NOW! visibility Have an account? Login Followon Social Media TRAX Canadian Course Directory FIND A CANADIAN GOLF COURSE BY: FIND GOLF COURSE OR VIEW GOLF COURSE REGION OR Select Province AlbertaBristish ColumbiaManitobaNew BrunswickNew FoundlandNova ScotiaOntarioPrince Edward IslandQuebecSaskatchewanYukon and Territories Select Golf Course Region VIEW GOLF COURSE REGION RANKINGS THE 2022 TOP 100 There are approximately 2,300 golf courses in Canada. These are the cream of the crop. NEWS WEIR GETS NOD AS NEXT PRESIDENTS CUP CAPTAIN The Presidents Cup veteran will lead the Internationals at Royal Montreal in 2024. Rick YoungNovember 30, 2022 NEWS WOODS: “I DON’T HAVE MUCH LEFT IN THIS LEG” An idle Tiger Woods made plenty of news at the Hero World Challenge. Doug Ferguson, Associated PressNovember 29, 2022 OPINION RBC OPTS FOR YOUTH WITH NEW PLAYER SIGNINGS Thoughts on RBC's youth movement plus Mike Weir and the Presidents Cup. Jason LoganNovember 29, 2022 NORTHSTAR BETS SPONSORED GET IN ON THE ACTION WITH NORTHSTAR BETS Picking a winner requires both research and luck. CADDIES OF CABOT CADDYING AT CABOT As the author discovered, the strong bonds formed with guests make caddying at Cabot special. FUTURES REPORT PRESENTED BY TITLEIST SPECIAL FEATURES FUTURES REPORT: HENRY LEE B.C. boy Henry Lee, a top-10 machine at the University of Washington, is off and running with his professional career. StaffSeptember 14, 2022 SPECIAL FEATURES FUTURES REPORT: NOAH STEELE Young pro Noah Steele has the skill, smarts and maturity to make it as a big league tour player. StaffAugust 31, 2022 SPECIAL FEATURES FUTURES REPORT: KATIE CRANSTON Long-bombing junior Katie Cranston already possesses an impressive resumé and has a bright future. StaffJuly 20, 2022 FLORIDA GOLF SPONSORED ESCAPE TO A PLACE WITH EVERYTHING Northeast Florida is the ideal golf escape from winter’s doom and gloom. 2023 ANNUAL ISSUE Our 1-100 ranking of the PGA Tour’s best Money, Money, Money: Pro golf’s new world Who will win the majors? (Rory!) Golf getaways for every season Leading Ladies: The LPGA Tour’s top 20 Jason Logan: What the PGA should not do Lorne Rubenstein: It’s all about the courses, of course Read Now GOLF GEAR Drivers Fairway Woods Hybrid Irons Putters Wedges Powered by i-River Integrated Solutions. MORE FROM SCOREGOLF & PARTNERS Sponsored A gorgeous gift for someone who has everything Sponsored A gorgeous gift for someone who has everything Sponsored This is the unsung hero of holiday gift-giving Sponsored This is the unsung hero of holiday gift-giving Courses * BY PROVINCE * BY REGION * BY CITY * TOP 100 GOLF COURSES * TOP 59 PUBLIC GOLF COURSES Opinions * JASON LOGAN - LOGAN'S ALLEY * RICK YOUNG - GOLF EQUIPMENT & BUSINESS * LORNE RUBENSTEIN - GOLF JOURNAL Equipment * BY BRAND * BY TYPE Instruction * OFF THE TEE * INTO THE GREEN * AROUND THE GREEN * ON THE GREEN * OFF THE COURSE Magazine * Newsletter * SIGNUP Support * ABOUT US * CONTACT US * SPECIAL FEATURES * ADVERTISE * PRIVACY POLICY © 2021 SCOREGolf. ALL RIGHTS RESERVED