{"id":150,"date":"2026-04-21T18:59:12","date_gmt":"2026-04-21T18:59:12","guid":{"rendered":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/?page_id=150"},"modified":"2026-06-15T13:51:41","modified_gmt":"2026-06-15T13:51:41","slug":"buy-beans","status":"publish","type":"page","link":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/buy-beans\/","title":{"rendered":"Buy Beans"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"150\" class=\"elementor elementor-150\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e027348 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e027348\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6242f49\" data-id=\"6242f49\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e9db897 elementor-widget elementor-widget-html\" data-id=\"e9db897\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  \/* Global Fonts & Variables *\/\r\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=DM+Sans:opsz,wght@9..40,400;9..40,500&family=Caveat:wght@500&display=swap');\r\n\r\n  :root {\r\n    --primary: #2B1A14; \r\n    --secondary: #C06E52; \r\n    --accent: #9CB495; \r\n    --bg-base: #F9F6F0; \r\n    --text-main: #1C1A19; \r\n    \r\n    --font-heading: 'Cormorant Garamond', serif;\r\n    --font-body: 'DM Sans', sans-serif;\r\n    --font-accent: 'Caveat', cursive;\r\n  }\r\n\r\n  body {\r\n    background-color: var(--bg-base);\r\n    margin: 0;\r\n    padding: 0;\r\n    font-family: var(--font-body);\r\n    color: var(--text-main);\r\n  }\r\n\r\n  \/* Minimal Store Header (Replaces the massive Hero) *\/\r\n  .cm-store-header {\r\n    text-align: center;\r\n    padding: 60px 20px 20px 20px;\r\n  }\r\n\r\n  .cm-store-title {\r\n    font-family: var(--font-heading);\r\n    font-size: clamp(2.5rem, 4vw, 3.5rem);\r\n    color: var(--primary);\r\n    margin: 0 0 10px 0;\r\n    line-height: 1.1;\r\n  }\r\n\r\n  .cm-store-subtitle {\r\n    font-size: 1.05rem;\r\n    color: #555;\r\n    max-width: 600px;\r\n    margin: 0 auto;\r\n  }\r\n\r\n  \/* Shop Container *\/\r\n  .cm-shop-container {\r\n    max-width: 1400px; \/* Widened to accommodate 4 columns *\/\r\n    margin: 0 auto;\r\n    padding: 20px 5% 80px 5%;\r\n  }\r\n\r\n  \/* Product Grid - Starbucks Style (4 Columns on Desktop) *\/\r\n  .cm-product-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(4, 1fr); \r\n    gap: 30px;\r\n  }\r\n\r\n  \/* Product Card - Compact Style *\/\r\n  .cm-product-card {\r\n    background: #ffffff;\r\n    border-radius: 12px;\r\n    overflow: hidden;\r\n    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);\r\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n    display: flex;\r\n    flex-direction: column;\r\n    position: relative;\r\n    border: 1px solid #f0f0f0;\r\n  }\r\n\r\n  .cm-product-card:hover {\r\n    transform: translateY(-5px);\r\n    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);\r\n  }\r\n\r\n  \/* Shrunken Image Wrapper - Height Increased *\/\r\n  .cm-product-img-wrapper {\r\n    width: 100%;\r\n    height: 280px; \/* Increased height for better visibility *\/\r\n    overflow: hidden;\r\n    position: relative;\r\n    background-color: #f9f9f9; \r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    \/* padding removed to allow image to use full height *\/\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .cm-product-img {\r\n    width: 100%;\r\n    height: 100%; \/* Set to 100% height *\/\r\n    object-fit: contain; \/* Ensures the whole bag is visible *\/\r\n    transition: transform 0.4s ease;\r\n  }\r\n\r\n  .cm-product-card:hover .cm-product-img {\r\n    transform: scale(1.08);\r\n  }\r\n\r\n  \/* Staple Badge - Scaled down *\/\r\n  .cm-staple-badge {\r\n    position: absolute;\r\n    top: 10px;\r\n    right: 10px;\r\n    background-color: var(--accent);\r\n    color: #ffffff;\r\n    font-size: 0.7rem;\r\n    font-weight: 600;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.5px;\r\n    padding: 4px 10px;\r\n    border-radius: 50px;\r\n    z-index: 2;\r\n  }\r\n\r\n  .cm-product-body {\r\n    padding: 20px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    flex-grow: 1;\r\n    text-align: center;\r\n  }\r\n\r\n  .cm-product-title {\r\n    font-family: var(--font-heading);\r\n    font-size: 1.6rem;\r\n    color: var(--primary);\r\n    margin: 0 0 5px 0;\r\n    font-weight: 600;\r\n    line-height: 1.1;\r\n  }\r\n\r\n  .cm-product-price {\r\n    font-family: var(--font-body);\r\n    font-size: 1.05rem;\r\n    font-weight: 600;\r\n    color: var(--secondary);\r\n    margin-bottom: 10px;\r\n  }\r\n\r\n  .cm-product-desc {\r\n    font-size: 0.9rem;\r\n    color: #666;\r\n    line-height: 1.5;\r\n    margin-bottom: 20px;\r\n    flex-grow: 1;\r\n  }\r\n\r\n  \/* Order Section *\/\r\n  .cm-order-controls {\r\n    margin-top: auto;\r\n  }\r\n\r\n  .cm-btn-cart {\r\n    display: block;\r\n    width: 100%;\r\n    box-sizing: border-box;\r\n    text-align: center;\r\n    background-color: var(--primary);\r\n    color: #ffffff;\r\n    text-decoration: none;\r\n    padding: 12px;\r\n    border-radius: 50px;\r\n    font-size: 1rem;\r\n    font-family: var(--font-body);\r\n    font-weight: 600;\r\n    transition: background-color 0.3s ease;\r\n  }\r\n\r\n  .cm-btn-cart:hover {\r\n    background-color: var(--secondary);\r\n  }\r\n\r\n  \/* Shipping Banner *\/\r\n  .cm-shipping-banner {\r\n    background-color: rgba(192, 110, 82, 0.1); \r\n    border: 1px solid var(--secondary);\r\n    color: var(--primary);\r\n    text-align: center;\r\n    padding: 20px;\r\n    border-radius: 8px;\r\n    margin-top: 50px;\r\n    font-family: var(--font-body);\r\n    font-size: 1.1rem;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 15px;\r\n  }\r\n\r\n  .cm-shipping-icon {\r\n    color: var(--secondary);\r\n    font-size: 1.5rem;\r\n  }\r\n  \r\n  .cm-shipping-text strong {\r\n    color: var(--secondary);\r\n  }\r\n\r\n  \/* Responsive Breakpoints *\/\r\n  @media (max-width: 1100px) {\r\n    .cm-product-grid {\r\n      grid-template-columns: repeat(2, 1fr); \/* 2 columns on tablets *\/\r\n    }\r\n  }\r\n\r\n  @media (max-width: 600px) {\r\n    .cm-product-grid {\r\n      grid-template-columns: 1fr; \/* 1 column on mobile *\/\r\n      gap: 25px;\r\n    }\r\n    .cm-shipping-banner {\r\n      flex-direction: column;\r\n      font-size: 1rem;\r\n      text-align: center;\r\n      gap: 5px;\r\n      padding: 15px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<!-- Minimal Store Header -->\r\n<div class=\"cm-store-header\">\r\n  <h1 class=\"cm-store-title\">Whole Bean Coffee<\/h1>\r\n  <p class=\"cm-store-subtitle\">Roasted fresh and delivered straight to your door.<\/p>\r\n<\/div>\r\n\r\n<!-- Shop Container -->\r\n<section class=\"cm-shop-container\">\r\n  <div class=\"cm-product-grid\">\r\n\r\n    <!-- Product 1: Italian Espresso -->\r\n    <div class=\"cm-product-card\">\r\n      <div class=\"cm-product-img-wrapper\">\r\n        <span class=\"cm-staple-badge\">Staple<\/span>\r\n        <img decoding=\"async\" src=\"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-23-at-11.35.06-PM-2.jpeg\" alt=\"Italian Espresso Beans\" class=\"cm-product-img\">\r\n      <\/div>\r\n      <div class=\"cm-product-body\">\r\n        <h3 class=\"cm-product-title\">Italian Espresso<\/h3>\r\n        <div class=\"cm-product-price\">$24.99 \/ 12oz<\/div>\r\n        <p class=\"cm-product-desc\">Rich, bold, and crafted to deliver a thick crema with notes of dark cocoa and toasted nuts.<\/p>\r\n        <div class=\"cm-order-controls\">\r\n          <a href=\"https:\/\/coffee-mee-llc.square.site\/\" class=\"cm-btn-cart\" target=\"_blank\">Buy Now<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Product 2: Uganda Mount Elgon -->\r\n    <div class=\"cm-product-card\">\r\n      <div class=\"cm-product-img-wrapper\">\r\n        <span class=\"cm-staple-badge\">Staple<\/span>\r\n        <img decoding=\"async\" src=\"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-23-at-11.31.21-PM-1.jpeg\" alt=\"Uganda Mount Elgon Beans\" class=\"cm-product-img\">\r\n      <\/div>\r\n      <div class=\"cm-product-body\">\r\n        <h3 class=\"cm-product-title\">Uganda Mt. Elgon<\/h3>\r\n        <div class=\"cm-product-price\">$22.99 \/ 12oz<\/div>\r\n        <p class=\"cm-product-desc\">Smooth, balanced, and deeply flavorful with hints of brown sugar. Our signature origin.<\/p>\r\n        <div class=\"cm-order-controls\">\r\n          <a href=\"https:\/\/coffee-mee-llc.square.site\/\" class=\"cm-btn-cart\" target=\"_blank\">Buy Now<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Product 3: Colombian -->\r\n    <div class=\"cm-product-card\">\r\n      <div class=\"cm-product-img-wrapper\">\r\n        <img decoding=\"async\" src=\"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/Colambia-Bag.jpeg\" alt=\"Colombian Beans\" class=\"cm-product-img\">\r\n      <\/div>\r\n      <div class=\"cm-product-body\">\r\n        <h3 class=\"cm-product-title\">Colombian Drip<\/h3>\r\n        <div class=\"cm-product-price\">$22.99 \/ 12oz<\/div>\r\n        <p class=\"cm-product-desc\">A bright medium roast featuring a smooth body with sweet citrus notes and a crisp caramel finish.<\/p>\r\n        <div class=\"cm-order-controls\">\r\n          <a href=\"https:\/\/coffee-mee-llc.square.site\/\" class=\"cm-btn-cart\" target=\"_blank\">Buy Now<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Product 4: Decaf Guatemalan -->\r\n    <div class=\"cm-product-card\">\r\n      <div class=\"cm-product-img-wrapper\">\r\n        <img decoding=\"async\" src=\"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/GUATEMALA-Bag.jpeg\" alt=\"Decaf Guatemalan Beans\" class=\"cm-product-img\">\r\n      <\/div>\r\n      <div class=\"cm-product-body\">\r\n        <h3 class=\"cm-product-title\">Decaf Guatemalan<\/h3>\r\n        <div class=\"cm-product-price\">$23.99 \/ 12oz<\/div>\r\n        <p class=\"cm-product-desc\">All the rich, comforting flavors you love without the caffeine. Features notes of milk chocolate.<\/p>\r\n        <div class=\"cm-order-controls\">\r\n          <a href=\"https:\/\/coffee-mee-llc.square.site\/\" class=\"cm-btn-cart\" target=\"_blank\">Buy Now<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n  <!-- Shipping Promo Banner -->\r\n  <div class=\"cm-shipping-banner\">\r\n    <span class=\"cm-shipping-icon\">\ud83d\udce6<\/span>\r\n    <span class=\"cm-shipping-text\">\r\n      $6.99 Flat Rate Shipping anywhere in the US. <br>\r\n      <strong>Free Shipping at $45+<\/strong> (Buy 2 bags, get free shipping!)\r\n    <\/span>\r\n  <\/div>\r\n\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Whole Bean Coffee Roasted fresh and delivered straight to your door. Staple Italian Espresso $24.99 \/ 12oz Rich, bold, and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-150","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Buy Coffee Beans Online \u2014 Coffee Me Tampa<\/title>\n<meta name=\"description\" content=\"Shop ethically sourced Ugandan coffee beans roasted fresh in Tampa, FL. Available for pickup or shipping.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/buy-beans\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Buy Coffee Beans Online \u2014 Coffee Me Tampa\" \/>\n<meta property=\"og:description\" content=\"Shop ethically sourced Ugandan coffee beans roasted fresh in Tampa, FL. Available for pickup or shipping.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/buy-beans\/\" \/>\n<meta property=\"og:site_name\" content=\"Coffee Me FL\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-15T13:51:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-23-at-11.35.06-PM-2.jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/buy-beans\\\/\",\"url\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/buy-beans\\\/\",\"name\":\"Buy Coffee Beans Online \u2014 Coffee Me Tampa\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/buy-beans\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/buy-beans\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/WhatsApp-Image-2026-04-23-at-11.35.06-PM-2.jpeg\",\"datePublished\":\"2026-04-21T18:59:12+00:00\",\"dateModified\":\"2026-06-15T13:51:41+00:00\",\"description\":\"Shop ethically sourced Ugandan coffee beans roasted fresh in Tampa, FL. Available for pickup or shipping.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/buy-beans\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/buy-beans\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/buy-beans\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/WhatsApp-Image-2026-04-23-at-11.35.06-PM-2.jpeg\",\"contentUrl\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/WhatsApp-Image-2026-04-23-at-11.35.06-PM-2.jpeg\",\"width\":1086,\"height\":1448},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/buy-beans\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Buy Beans\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/#website\",\"url\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/\",\"name\":\"Coffee Me FL\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/#organization\",\"name\":\"Coffee Me FL\",\"url\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/coffee-mug-edit1-04-1.avif\",\"contentUrl\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/coffee-mug-edit1-04-1.avif\",\"width\":91,\"height\":80,\"caption\":\"Coffee Me FL\"},\"image\":{\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Buy Coffee Beans Online \u2014 Coffee Me Tampa","description":"Shop ethically sourced Ugandan coffee beans roasted fresh in Tampa, FL. Available for pickup or shipping.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/buy-beans\/","og_locale":"en_US","og_type":"article","og_title":"Buy Coffee Beans Online \u2014 Coffee Me Tampa","og_description":"Shop ethically sourced Ugandan coffee beans roasted fresh in Tampa, FL. Available for pickup or shipping.","og_url":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/buy-beans\/","og_site_name":"Coffee Me FL","article_modified_time":"2026-06-15T13:51:41+00:00","og_image":[{"url":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-23-at-11.35.06-PM-2.jpeg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/buy-beans\/","url":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/buy-beans\/","name":"Buy Coffee Beans Online \u2014 Coffee Me Tampa","isPartOf":{"@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/buy-beans\/#primaryimage"},"image":{"@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/buy-beans\/#primaryimage"},"thumbnailUrl":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-23-at-11.35.06-PM-2.jpeg","datePublished":"2026-04-21T18:59:12+00:00","dateModified":"2026-06-15T13:51:41+00:00","description":"Shop ethically sourced Ugandan coffee beans roasted fresh in Tampa, FL. Available for pickup or shipping.","breadcrumb":{"@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/buy-beans\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bizexceldemo.com\/websites\/coffeemefl\/buy-beans\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/buy-beans\/#primaryimage","url":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-23-at-11.35.06-PM-2.jpeg","contentUrl":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-23-at-11.35.06-PM-2.jpeg","width":1086,"height":1448},{"@type":"BreadcrumbList","@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/buy-beans\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/"},{"@type":"ListItem","position":2,"name":"Buy Beans"}]},{"@type":"WebSite","@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/#website","url":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/","name":"Coffee Me FL","description":"","publisher":{"@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/#organization","name":"Coffee Me FL","url":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/#\/schema\/logo\/image\/","url":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/05\/coffee-mug-edit1-04-1.avif","contentUrl":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/05\/coffee-mug-edit1-04-1.avif","width":91,"height":80,"caption":"Coffee Me FL"},"image":{"@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/pages\/150","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/comments?post=150"}],"version-history":[{"count":31,"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/pages\/150\/revisions"}],"predecessor-version":[{"id":333,"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/pages\/150\/revisions\/333"}],"wp:attachment":[{"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/media?parent=150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}