{"id":7006,"date":"2020-02-12T17:12:36","date_gmt":"2020-02-12T17:12:36","guid":{"rendered":"https:\/\/visit-caerphilly.local\/caerphilly-workmens-hall\/"},"modified":"2025-10-09T16:10:13","modified_gmt":"2025-10-09T15:10:13","slug":"caerphilly-workmens-hall","status":"publish","type":"listings","link":"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/caerphilly-workmens-hall\/","title":{"rendered":"Neuadd y Gweithwyr, Caerffili"},"content":{"rendered":"\n\n\t<div class=\"wrapper\">\n\t\t\t\t\t<div class=\" single-featured-image\">\t\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2020\/02\/VZTA-Caerphilly-228-scaled.jpg\" alt=\"\" \/>\n\t\t\t\t<div class=\"video-tagline\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n\n\t<section id=\"\" class=\"block text-block\">\n\t\t<div class=\"wrapper\">\n\t\t\t<p><strong>Mae Neuadd y Gweithwyr, Caerffili, yn lleoliad celfyddydau ac adloniant cymunedol yng nghanol y dref sy&#8217;n cael ei rhedeg gan gr\u0175p bach ond ymroddedig o wirfoddolwyr.<\/strong><\/p>\n<p>Mae modd defnyddio&#8217;r llwyfan yn y brif neuadd ar gyfer pob math o ddigwyddiadau a sioeau \u2013 gan gynnwys dram\u00e2u, digrifwyr ar eu traed, gigiau roc a phantomeimiau. Mae lle yn y neuadd i gynulleidfa o tua 400 o bobl, ac mae offer goleuo a sain ar gael i&#8217;w defnyddio.<\/p>\n<p>Ym 1906, fe wnaeth gr\u0175p o weithwyr lleol y glofeydd ddechrau&#8217;r mudiad lles yng Nghaerffili. Fe wnaethon nhw sefydlu mudiad lles yn y dref, gan roi cyfran o&#8217;u cyflogau wythnosol i&#8217;r gronfa. Ym 1925, cafodd Neuadd y Gweithwyr, Caerffili, ei hagor i&#8217;r cyhoedd; roedd hi&#8217;n cynnwys ystafell gemau, ystafell snwcer, llyfrgell ac ystafell ddarllen, yn ogystal \u00e2&#8217;r brif neuadd a oedd yn gartref i sinema ac adloniant.<\/p>\n<p>Yn ystod y 1990au, cafodd statws rhestredig Gradd II ei roi i Neuadd y Gweithwyr, Caerffili. Sefydliad Lles Cymdeithasol y Diwydiant Glo (CISWO) sy&#8217;n berchen ar y Neuadd, a gr\u0175p penderfynol o wirfoddolwyr sy&#8217;n ei rhedeg a&#8217;i chynnal.<\/p>\n<p>Ydych chi eisiau llogi&#8217;r neuadd er mwyn cynnal digwyddiad? Byddwn ni bob amser yn fodlon trafod eich gofynion. Cysylltwch \u00e2 ni i gael sgwrs neu i drefnu ymweld \u00e2&#8217;r Neuadd.<\/p>\n<h3>Mae Neuadd y Gweithwyr, Caerffili, bob amser yn chwilio am wirfoddolwyr, felly, os hoffech chi fod yn rhan o bethau, cysylltwch \u00e2 ni.<\/h3>\n\t\t<\/div>\n\t<\/section>\n\t\n\n<script src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyCNYY6aenor9lbT84cYrEb5gzYo8p_fKiU\"><\/script>\n<script src=\"https:\/\/unpkg.com\/@googlemaps\/markerclusterer\/dist\/index.min.js\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/OverlappingMarkerSpiderfier\/1.0.3\/oms.min.js\"><\/script>\n\n<script type=\"text\/javascript\">\n(function($) {\n\n    \/\/ Init all maps\n    $(document).ready(function() {\n\t\t$('.acf-map').each(function(i, el) {\n\t\t\tsetTimeout(() => {\n\t\t\t\tinitMap($(el));\n\t\t\t}, i * 200); \/\/ stagger loading slightly per map\n\t\t});\n\t});\n\n    \/\/ Initialize individual map\n    function initMap($el) {\n        var $markers = $el.find('.marker');\n        var markers = [];\n\n        var mapArgs = {\n            zoom: $el.data('zoom') || 16,\n            mapTypeId: google.maps.MapTypeId.ROADMAP,\n            center: { lat: 0, lng: 0 }\n        };\n\n        var map = new google.maps.Map($el[0], mapArgs);\n\n        $markers.each(function() {\n            var marker = initMarker($(this), map);\n            markers.push(marker);\n        });\n\n        centerMap(map, markers);\n\n        \/\/ Spiderfier\n        var oms = new OverlappingMarkerSpiderfier(map, {\n            markersWontMove: true,\n            markersWontHide: true,\n            keepSpiderfied: true\n        });\n\n        markers.forEach(function(marker) {\n            oms.addMarker(marker);\n        });\n\n        \/\/ MarkerClusterer\n        new MarkerClusterer(map, markers, {\n            imagePath: 'https:\/\/developers.google.com\/maps\/documentation\/javascript\/examples\/markerclusterer\/m'\n        });\n\t\t\n\t\tgoogle.maps.event.trigger(map, 'resize');\n    }\n\n    \/\/ Create individual marker\n    function initMarker($marker, map) {\n        var lat = parseFloat($marker.data('lat'));\n        var lng = parseFloat($marker.data('lng'));\n        var latLng = { lat, lng };\n\n        var image = \"https:\/\/www.visitcaerphilly.com\/wp-content\/themes\/visitcaerphilly\/assets\/images\/map-marker-pin.png\";\n\n        var marker = new google.maps.Marker({\n            position: latLng,\n            map: map,\n            icon: image\n        });\n\n        if ($marker.html()) {\n            var infowindow = new google.maps.InfoWindow({\n                content: $marker.html()\n            });\n\n            marker.addListener('click', function() {\n                infowindow.open(map, marker);\n            });\n\n            marker.addListener('spider_click', function() {\n                infowindow.open(map, marker);\n            });\n        }\n\n        return marker;\n    }\n\n    \/\/ Center map based on markers\n    function centerMap(map, markers) {\n        var bounds = new google.maps.LatLngBounds();\n\n        markers.forEach(function(marker) {\n            bounds.extend(marker.getPosition());\n        });\n\n        if (markers.length === 1) {\n            map.setCenter(bounds.getCenter());\n            map.setZoom(map.zoom || 16);\n        } else {\n            map.fitBounds(bounds);\n        }\n    }\n\n})(jQuery);\n<\/script>\n\n\n\n\n\n\n\t<div class=\"wrapper\">\n\t\t<section id=\"\" class=\"block featured-content-block\">\n\t\t\t<div class=\"block-title\">\n\t\t\t\t<div class=\"block-title-items\">\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"fa-solid fa-stars\" aria-hidden=\"true\"><\/i>\n\t\t\t\t\t\t\t\t\t\t<h2>Mwy yng Nghaerffili<\/h2>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"featured-content-wrap\">\t\t\n                \n                    <article class=\"featured-content-card\">\n                        <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/ejs-reiki-therapy\/\">\n                            <div class=\"featured-content-image\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2026\/03\/Female-back-scaled.jpg\" alt=\"\" \/>\n                                                            <\/div>\n\n                            <div class=\"post-feed-feature-overlay\"><\/div>\n\n                            <div class=\"featured-content-content\">\n\n                                <h3>EJS Reiki Therapy<\/h3>\n                                <div class=\"featured-content-types\"><a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/gweithgareddau\/\" rel=\"tag\">Atyniadau a Gweithgareddau<\/a><\/div>\n                                \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n                                    \t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n                                     \tBedwas Family Chiropractic, 1 Pandy Road, Bedwas CF83 8EH\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t                            <\/div>\n                        <\/a>\n                    <\/article>\n                \n                    <article class=\"featured-content-card\">\n                        <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/serenity-spa-treatments\/\">\n                            <div class=\"featured-content-image\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2026\/03\/FB_IMG_1772483054037.jpg\" alt=\"\" \/>\n                                                            <\/div>\n\n                            <div class=\"post-feed-feature-overlay\"><\/div>\n\n                            <div class=\"featured-content-content\">\n\n                                <h3>Serenity Spa &amp; Treatments<\/h3>\n                                <div class=\"featured-content-types\"><a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/gweithgareddau\/\" rel=\"tag\">Atyniadau a Gweithgareddau<\/a><\/div>\n                                \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n                                    \t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n                                     \tSuite C2, The Lodge, Parc Busnes Caerffili CF83 3GG\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t                            <\/div>\n                        <\/a>\n                    <\/article>\n                \n                    <article class=\"featured-content-card\">\n                        <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/coffi-kava\/\">\n                            <div class=\"featured-content-image\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2025\/12\/TfW-Caerphilly-Day2_-25-scaled.jpg\" alt=\"\" \/>\n                                                            <\/div>\n\n                            <div class=\"post-feed-feature-overlay\"><\/div>\n\n                            <div class=\"featured-content-content\">\n\n                                <h3>Coffi Kava<\/h3>\n                                <div class=\"featured-content-types\"><a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/bwyd-a-diod\/\" rel=\"tag\">Bwyd a Diod<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/bwyty-tecawe\/\" rel=\"tag\">Bwyty tecaw\u00ea<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/caffi\/\" rel=\"tag\">Caffi<\/a><\/div>\n                                \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n                                    \t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n                                     \tGorsaf Drenau Caerffili, CF83 1JR\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t                            <\/div>\n                        <\/a>\n                    <\/article>\n                \n                    <article class=\"featured-content-card\">\n                        <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/diva-spa\/\">\n                            <div class=\"featured-content-image\">\n                                                                    <img decoding=\"async\" src=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2025\/11\/Christmas_Countdown_Instagram_Post.png\" alt=\"\" \/>\n                                                            <\/div>\n\n                            <div class=\"post-feed-feature-overlay\"><\/div>\n\n                            <div class=\"featured-content-content\">\n\n                                <h3>Diva Spa<\/h3>\n                                <div class=\"featured-content-types\"><a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/gweithgareddau\/\" rel=\"tag\">Atyniadau a Gweithgareddau<\/a>, <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/math\/siopa-a-manwerthu\/\" rel=\"tag\">Siopa a Manwerthu<\/a><\/div>\n                                \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"featured-content-location\">\n                                    \t<i class=\"fa-solid fa-location-dot\" aria-hidden=\"true\"><\/i>\n                                     \tUnig 3, Ffos Caerffili, Park Lane CF83 1FN\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t                            <\/div>\n                        <\/a>\n                    <\/article>\n                \t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<article class=\"featured-see-more\">\n                        <a href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/?listing_type=bwyd-a-diod,gweithgareddau,llety&#038;tc_location=caerffili\">\n                            <div class=\"post-feed-feature-overlay-blank\"><\/div>\n\t\t\t\t\t\t\t<h3>Gweld y cyfan Bwyd a Diod\/Atyniadau a Gweithgareddau\/Llety yn Caerffili<\/h3>\n                        <\/a>\n                    <\/article>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t<\/div>\n\n\n","protected":false},"featured_media":12390,"template":"","meta":{"_acf_changed":true,"inline_featured_image":false,"_links_to":"","_links_to_target":""},"tc_location":[953],"listing_type":[964,990],"class_list":["post-7006","listings","type-listings","status-publish","hentry","tc_location-caerffili","listing_type-gweithgareddau","listing_type-celfyddydau-a-diwylliant"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Neuadd y Gweithwyr, Caerffili | Visit Caerphilly<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/caerphilly-workmens-hall\/\" \/>\n<meta property=\"og:locale\" content=\"cy_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Neuadd y Gweithwyr, Caerffili | Visit Caerphilly\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/caerphilly-workmens-hall\/\" \/>\n<meta property=\"og:site_name\" content=\"Visit Caerphilly\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-09T15:10:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2020\/02\/VZTA-Caerphilly-228-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"2560\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/rhestrau\\\/caerphilly-workmens-hall\\\/\",\"url\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/rhestrau\\\/caerphilly-workmens-hall\\\/\",\"name\":\"Neuadd y Gweithwyr, Caerffili | Visit Caerphilly\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/rhestrau\\\/caerphilly-workmens-hall\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/rhestrau\\\/caerphilly-workmens-hall\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/VZTA-Caerphilly-228-scaled.jpg\",\"datePublished\":\"2020-02-12T17:12:36+00:00\",\"dateModified\":\"2025-10-09T15:10:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/rhestrau\\\/caerphilly-workmens-hall\\\/#breadcrumb\"},\"inLanguage\":\"cy-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/rhestrau\\\/caerphilly-workmens-hall\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"cy-GB\",\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/rhestrau\\\/caerphilly-workmens-hall\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/VZTA-Caerphilly-228-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/VZTA-Caerphilly-228-scaled.jpg\",\"width\":2560,\"height\":2560},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/rhestrau\\\/caerphilly-workmens-hall\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Hafan\",\"item\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Business Listings\",\"item\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/en\\\/listings\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Atyniadau a Gweithgareddau\",\"item\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/cy\\\/math\\\/gweithgareddau\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Neuadd y Gweithwyr, Caerffili\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/en\\\/\",\"name\":\"Visit Caerphilly\",\"description\":\"Visit Caerphilly\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.visitcaerphilly.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"cy-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Neuadd y Gweithwyr, Caerffili | Visit Caerphilly","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:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/caerphilly-workmens-hall\/","og_locale":"cy_GB","og_type":"article","og_title":"Neuadd y Gweithwyr, Caerffili | Visit Caerphilly","og_url":"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/caerphilly-workmens-hall\/","og_site_name":"Visit Caerphilly","article_modified_time":"2025-10-09T15:10:13+00:00","og_image":[{"width":2560,"height":2560,"url":"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2020\/02\/VZTA-Caerphilly-228-scaled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/caerphilly-workmens-hall\/","url":"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/caerphilly-workmens-hall\/","name":"Neuadd y Gweithwyr, Caerffili | Visit Caerphilly","isPartOf":{"@id":"https:\/\/www.visitcaerphilly.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/caerphilly-workmens-hall\/#primaryimage"},"image":{"@id":"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/caerphilly-workmens-hall\/#primaryimage"},"thumbnailUrl":"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2020\/02\/VZTA-Caerphilly-228-scaled.jpg","datePublished":"2020-02-12T17:12:36+00:00","dateModified":"2025-10-09T15:10:13+00:00","breadcrumb":{"@id":"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/caerphilly-workmens-hall\/#breadcrumb"},"inLanguage":"cy-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/caerphilly-workmens-hall\/"]}]},{"@type":"ImageObject","inLanguage":"cy-GB","@id":"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/caerphilly-workmens-hall\/#primaryimage","url":"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2020\/02\/VZTA-Caerphilly-228-scaled.jpg","contentUrl":"https:\/\/www.visitcaerphilly.com\/wp-content\/uploads\/2020\/02\/VZTA-Caerphilly-228-scaled.jpg","width":2560,"height":2560},{"@type":"BreadcrumbList","@id":"https:\/\/www.visitcaerphilly.com\/cy\/rhestrau\/caerphilly-workmens-hall\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hafan","item":"https:\/\/www.visitcaerphilly.com\/cy\/"},{"@type":"ListItem","position":2,"name":"Business Listings","item":"https:\/\/www.visitcaerphilly.com\/en\/listings\/"},{"@type":"ListItem","position":3,"name":"Atyniadau a Gweithgareddau","item":"https:\/\/www.visitcaerphilly.com\/cy\/math\/gweithgareddau\/"},{"@type":"ListItem","position":4,"name":"Neuadd y Gweithwyr, Caerffili"}]},{"@type":"WebSite","@id":"https:\/\/www.visitcaerphilly.com\/en\/#website","url":"https:\/\/www.visitcaerphilly.com\/en\/","name":"Visit Caerphilly","description":"Visit Caerphilly","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.visitcaerphilly.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"cy-GB"}]}},"_links":{"self":[{"href":"https:\/\/www.visitcaerphilly.com\/cy\/wp-json\/wp\/v2\/listings\/7006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.visitcaerphilly.com\/cy\/wp-json\/wp\/v2\/listings"}],"about":[{"href":"https:\/\/www.visitcaerphilly.com\/cy\/wp-json\/wp\/v2\/types\/listings"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.visitcaerphilly.com\/cy\/wp-json\/wp\/v2\/media\/12390"}],"wp:attachment":[{"href":"https:\/\/www.visitcaerphilly.com\/cy\/wp-json\/wp\/v2\/media?parent=7006"}],"wp:term":[{"taxonomy":"tc_location","embeddable":true,"href":"https:\/\/www.visitcaerphilly.com\/cy\/wp-json\/wp\/v2\/tc_location?post=7006"},{"taxonomy":"listing_type","embeddable":true,"href":"https:\/\/www.visitcaerphilly.com\/cy\/wp-json\/wp\/v2\/listing_type?post=7006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}