🚀 Soft Launch - Still in BETA! Play around and explore local services, local produce and pre-loved treasures. Report bugs to help us improve!
Local Produce

K Jones Butchers Ltd

6 Redhill Rd Hitchin SG5 2NQ United Kingdom, Hitchin

Directory Listing Butcher Shops

About K Jones Butchers Ltd

Are you looking for high-quality meats sourced from local farms? K Jones Butchers Ltd in Hitchin offers a variety of fresh, locally sourced produce, including steak pie, prime beef cuts, sausages, black pudding, and steak. Customers are welcome to visit the store to explore the selection in person and find the best cuts for their meals. Wondering how to get to K Jones Butchers Ltd? Conveniently located at 6 Redhill Rd, Hitchin SG5 2NQ, you can check the map for the exact location. For inquiries, feel free to call 07951 133484 or email info@keithjonesbutchers.com.
This description was generated from public directory data. Business owners can claim and edit their listing for free.

Business Gallery

5 Photos
Click any image to view in full size

Location & Directions

Address
6 Redhill Rd Hitchin SG5 2NQ United Kingdom
Hitchin
United Kingdom
Quick Actions
Quick Contact
ADDRESS
6 Redhill Rd Hitchin SG5 2NQ United Kingdom
Hitchin
Listed Business
Is this your business?

Claim your free listing to update information and attract more customers.

Claim This Business

Related Businesses Nearby

Discover other Local Produce businesses in your area

Liam's Traditional Butchers
Liam's Traditional Butchers

20 Regent St Stotfold Hitchin SG5 4EA United Kingdom, Hitchin, SG5

Butcher Shops
Allinghams Butchers
Allinghams Butchers

22 Market Pl Hitchin SG5 1DT United Kingdom, Hitchin

Butcher Shops
Olde Sweet shoppe
Olde Sweet shoppe

19 High St Hitchin SG5 1AT United Kingdom, Hitchin

General Services

🐝 Site Under Maintenance

We're currently performing maintenance and updates to bring you the best local business directory experience.

Please check back soon. We'll be back online shortly!

Need immediate assistance? Contact us here

// Universal marketplace link interceptor - intercepts ALL marketplace links document.addEventListener('DOMContentLoaded', function() { // Find all links pointing to marketplace const marketplaceLinks = document.querySelectorAll('a[href="/marketplace"], a[href*="marketplace_home"]'); marketplaceLinks.forEach(function(link) { // Check if link contains "Shop Marketplace" text or shopping cart icon const linkText = link.textContent.trim(); const hasShoppingIcon = link.querySelector('.fa-shopping-cart'); if (linkText.includes('Shop Marketplace') || linkText.includes('SHOP MARKETPLACE') || hasShoppingIcon) { // Prevent default navigation and show modal link.addEventListener('click', function(e) { e.preventDefault(); // Use the existing showMarketplaceModal function if (typeof showMarketplaceModal === 'function') { showMarketplaceModal(); } else { // Fallback - directly show the modal const modal = document.getElementById('freshMarketplaceModal'); if (modal) { const bsModal = new bootstrap.Modal(modal); bsModal.show(); } } }); } }); });