unt The number of unindexed objects. * * @return int The amount of unindexed posts expressed in percentage. */ public function get_unindexed_percentage( $unindexed_count ) { // Gets the amount of indexed objects in the site. $indexed_count = $this->indexable_repository->get_total_number_of_indexables(); // The total amount of objects in the site. $total_objects_count = ( $indexed_count + $unindexed_count ); return ( ( $unindexed_count / $total_objects_count ) * 100 ); } /** * Returns whether the SEO optimization button should show. * * @return bool Whether the SEO optimization button should show. */ public function should_show_optimization_button() { // Gets the amount of unindexed objects in the site. $unindexed_count = $this->get_filtered_unindexed_count(); // If the amount of unidexed posts is <10 don't show configuration button. if ( $unindexed_count <= 10 ) { return false; } // If the amount of unidexed posts is >10, but the total amount of unidexed posts is ≤4% of the total amount of objects in the site, don't show configuration button. if ( $this->get_unindexed_percentage( $unindexed_count ) <= 4 ) { return false; } return true; } /** * Returns the total number of unindexed objects and applies a filter for third party integrations. * * @return int The total number of unindexed objects. */ public function get_filtered_unindexed_count() { $unindexed_count = $this->get_unindexed_count(); /** * Filter: 'wpseo_indexing_get_unindexed_count' - Allow changing the amount of unindexed objects. * * @param int $unindexed_count The amount of unindexed objects. */ return \apply_filters( 'wpseo_indexing_get_unindexed_count', $unindexed_count ); } /** * Returns a limited number of unindexed objects. * * @param int $limit Limit the number of unindexed objects that are counted. * @param Indexation_Action_Interface[]|Limited_Indexing_Action_Interface[] $actions The actions whose counts will be calculated. * * @return int The total number of unindexed objects. */ public function get_limited_unindexed_count( $limit, $actions = [] ) { $unindexed_count = 0; if ( empty( $actions ) ) { $actions = $this->indexing_actions; } foreach ( $actions as $action ) { $unindexed_count += $action->get_limited_unindexed_count( $limit - $unindexed_count + 1 ); if ( $unindexed_count > $limit ) { return $unindexed_count; } } return $unindexed_count; } /** * Returns the total number of unindexed objects and applies a filter for third party integrations. * * @param int $limit Limit the number of unindexed objects that are counted. * * @return int The total number of unindexed objects. */ public function get_limited_filtered_unindexed_count( $limit ) { $unindexed_count = $this->get_limited_unindexed_count( $limit, $this->indexing_actions ); if ( $unindexed_count > $limit ) { return $unindexed_count; } /** * Filter: 'wpseo_indexing_get_limited_unindexed_count' - Allow changing the amount of unindexed objects, * and allow for a maximum number of items counted to improve performance. * * @param int $unindexed_count The amount of unindexed objects. * @param int|false $limit Limit the number of unindexed objects that need to be counted. * False if it doesn't need to be limited. */ return \apply_filters( 'wpseo_indexing_get_limited_unindexed_count', $unindexed_count, $limit ); } /** * Returns the total number of unindexed objects that can be indexed in the background and applies a filter for third party integrations. * * @param int $limit Limit the number of unindexed objects that are counted. * * @return int The total number of unindexed objects that can be indexed in the background. */ public function get_limited_filtered_unindexed_count_background( $limit ) { $unindexed_count = $this->get_limited_unindexed_count( $limit, $this->background_indexing_actions ); if ( $unindexed_count > $limit ) { return $unindexed_count; } /** * Filter: 'wpseo_indexing_get_limited_unindexed_count_background' - Allow changing the amount of unindexed objects that can be indexed in the background, * and allow for a maximum number of items counted to improve performance. * * @param int $unindexed_count The amount of unindexed objects. * @param int|false $limit Limit the number of unindexed objects that need to be counted. * False if it doesn't need to be limited. */ return \apply_filters( 'wpseo_indexing_get_limited_unindexed_count_background', $unindexed_count, $limit ); } } About The Brantford Ribfest - Brantford Kinsmen Ribfest Brantford Kinsmen Ribfest

About The Brantford Ribfest

Brantford Kinsmen Ribfest New Look Logo

Become one of more than 30,000 people who attended this spectacular family event filled with food, fun, and entertainment annually. Located next to the picturesque Grand River, the Brantford Kinsmen’s Ribfest takes place at: Held at Mohawk Park – 51 Lynnwood Drive • BRANTFORD, ON.
Friday, August 7th through to Sunday, August 9, 2026. The Kinsmen Club of Brantford started Brantford’s Ribfest in 2010 for the community to enjoy a fun filled family festival. 2025 is the 15th year for providing this amazing community event to the citizens of Brantford and beyond!
This year’s schedule is:
Friday 4PM-11PMSaturday 11AM-11PM, and Sunday 11AM-7PM. Brantford Ribfest is the major fund-raising activity for Kinsmen Club of Brantford. Over the past 14 years, it has generated greatly needed funds that have been put back into our community. The success of this event is dependent on the hard work of Kinsmen and hundreds of volunteers from the community. In addition, we rely on support from sponsors and a broad range of community partners. Come and celebrate with us. Let’s help us make an even greater contribution to our community!
All new this year
Smash ‘N’ Axes Emporium Inc. – Fri. & Sat. open – close

  • So swing by grab some food, drinks and some great music and try your hand at ax throwing.

 

“Feed your inner Beast”

Vendors Accept Cash and some also accept debit – ATM Available onsite
City of Brantford bylaws, prohibit smoking on Ribfest grounds but is allowed in designated areas.
PLEASE NO: Outside food or beverages, Coolers. Backpacks may be subject to be searched for items banned at Ribfest.

No Pets

•No Pets except guide animals at the festival.
Please leave your pet at home. The organizers, vendors, sponsors and staff wish to thank you in advance for leaving your pets at home when you visit this year’s Brantford RibFest. In an effort to maintain a safe, clean, and fun-filled family atmosphere, pets will not be able to enjoy Ribfest firsthand.

On duty service dogs are welcome. (identification from accredited service animal schools such as those listed at IGDF or ADI may be requested)

Map

Skip to content