machynlleth-today.co.uk Ads.txt file
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta property="og:url" content="https://www.cambrian-news.co.uk"/><meta property="og:type" content="website"/><meta property="og:locale" content="en"/><meta property="og:site_name" content="Cambrian News"/><link rel="canonical" href=""/><script async="" id="ebx" src="//applets.ebxcdn.com/ebx.js"></script><link rel="icon" href="/favicons/tindle_crest.ico"/><meta name="view-transition" content="same-origin"/><meta name="google-site-verification" content="cambrian-news.co.uk"/><script type="text/javascript" async="">
try {
(function() {
// Prevent multiple initializations
if (window.__cmpInitialized) {
return;
}
window.__cmpInitialized = true;
var host = window.location.hostname;
var element = document.createElement('script');
var firstScript = document.getElementsByTagName('script')[0];
var url = 'https://cmp.inmobi.com'
.concat('/choice/', 'uGUachD16z0h6', '/', host, '/choice.js?tag_version=V3');
var uspTries = 0;
var uspTriesLimit = 3;
element.async = true;
element.type = 'text/javascript';
element.src = url;
firstScript.parentNode.insertBefore(element, firstScript);
function makeStub() {
var TCF_LOCATOR_NAME = '__tcfapiLocator';
var queue = [];
var win = window;
var cmpFrame;
var messageHandlerAdded = false;
function addFrame() {
var doc = win.document;
var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);
if (!otherCMP) {
if (doc.body) {
var iframe = doc.createElement('iframe');
iframe.style.cssText = 'display:none';
iframe.name = TCF_LOCATOR_NAME;
doc.body.appendChild(iframe);
} else {
setTimeout(addFrame, 5);
}
}
return !otherCMP;
}
function tcfAPIHandler() {
var gdprApplies;
var args = arguments;
if (!args.length) {
return queue;
} else if (args[0] === 'setGdprApplies') {
if (
args.length > 3 &&
args[2] === 2 &&
typeof args[3] === 'boolean'
) {
gdprApplies = args[3];
if (typeof args[2] === 'function') {
args[2]('set', true);
}
}
} else if (args[0] === 'ping') {
var retr = {
gdprApplies: gdprApplies,
cmpLoaded: false,
cmpStatus: 'stub'
};
if (typeof args[2] === 'function') {
args[2](retr);
}
} else {
if(args[0] === 'init' && typeof args[3] === 'object') {
args[3] = Object.assign(args[3], { tag_version: 'V3' });
}
queue.push(args);
}
}
function postMessageEventHandler(event) {
try {
var msgIsString = typeof event.data === 'string';
var json = {};
try {
if (msgIsString) {
json = JSON.parse(event.data);
} else {
json = event.data;
}
} catch (ignore) {}
var payload = json.__tcfapiCall;
if (payload) {
try {
window.__tcfapi(
payload.command,
payload.version,
function(retValue, success) {
var returnMsg = {
__tcfapiReturn: {
returnValue: retValue,
success: success,
callId: payload.callId
}
};
if (msgIsString) {
returnMsg = JSON.stringify(returnMsg);
}
if (event && event.source && event.source.postMessage) {
event.source.postMessage(returnMsg, '*');
}
},
payload.parameter
);
} catch (e) {
console.warn('TCF API error:', e);
}
}
} catch (error) {
console.warn('Error in postMessageEventHandler:', error);
}
}
while (win) {
try {
if (win.frames[TCF_LOCATOR_NAME]) {
cmpFrame = win;
break;
}
} catch (ignore) {}
if (win === window.top) {
break;
}
win = win.parent;
}
if (!cmpFrame) {
addFrame();
win.__tcfapi = tcfAPIHandler;
if (!messageHandlerAdded) {
win.addEventListener('message', postMessageEventHandler, false);
messageHandlerAdded = true;
}
}
};
makeStub();
function makeGppStub() {
const CMP_ID = 10;
const SUPPORTED_APIS = [
'2:tcfeuv2',
'6:uspv1',
'7:usnatv1',
'8:usca',
'9:usvav1',
'10:uscov1',
'11:usutv1',
'12:usctv1'
];
var gppMessageHandlerAdded = false;
window.__gpp_addFrame = function (n) {
if (!window.frames[n]) {
if (document.body) {
var i = document.createElement("iframe");
i.style.cssText = "display:none";
i.name = n;
document.body.appendChild(i);
} else {
window.setTimeout(window.__gpp_addFrame, 10, n);
}
}
};
window.__gpp_stub = function () {
var b = arguments;
__gpp.queue = __gpp.queue || [];
__gpp.events = __gpp.events || [];
if (!b.length || (b.length == 1 && b[0] == "queue")) {
return __gpp.queue;
}
if (b.length == 1 && b[0] == "events") {
return __gpp.events;
}
var cmd = b[0];
var clb = b.length > 1 ? b[1] : null;
var par = b.length > 2 ? b[2] : null;
// Validate callback is a function before using it
if (typeof clb !== 'function') {
console.warn('GPP: Invalid callback provided, skipping command:', cmd);
return;
}
if (cmd === "ping") {
clb(
{
gppVersion: "1.1", // must be "Version.Subversion", current: "1.1"
cmpStatus: "stub", // possible values: stub, loading, loaded, error
cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled
signalStatus: "not ready", // possible values: not ready, ready
supportedAPIs: SUPPORTED_APIS, // list of supported APIs
cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading
sectionList: [],
applicableSections: [-1],
gppString: "",
parsedSections: {},
},
true
);
} else if (cmd === "addEventListener") {
if (!("lastId" in __gpp)) {
__gpp.lastId = 0;
}
__gpp.lastId++;
var lnr = __gpp.lastId;
__gpp.events.push({
id: lnr,
callback: clb,
parameter: par,
});
clb(
{
eventName: "listenerRegistered",
listenerId: lnr, // Registered ID of the listener
data: true, // positive signal
pingData: {
gppVersion: "1.1", // must be "Version.Subversion", current: "1.1"
cmpStatus: "stub", // possible values: stub, loading, loaded, error
cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled
signalStatus: "not ready", // possible values: not ready, ready
supportedAPIs: SUPPORTED_APIS, // list of supported APIs
cmpId: CMP_ID, // list of supported APIs
sectionList: [],
applicableSections: [-1],
gppString: "",
parsedSections: {},
},
},
true
);
} else if (cmd === "removeEventListener") {
var success = false;
for (var i = 0; i < __gpp.events.length; i++) {
if (__gpp.events[i].id == par) {
__gpp.events.splice(i, 1);
success = true;
break;
}
}
clb(
{
eventName: "listenerRemoved",
listenerId: par, // Registered ID of the listener
data: success, // status info
pingData: {
gppVersion: "1.1", // must be "Version.Subversion", current: "1.1"
cmpStatus: "stub", // possible values: stub, loading, loaded, error
cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled
signalStatus: "not ready", // possible values: not ready, ready
supportedAPIs: SUPPORTED_APIS, // list of supported APIs
cmpId: CMP_ID, // CMP ID
sectionList: [],
applicableSections: [-1],
gppString: "",
parsedSections: {},
},
},
true
);
} else if (cmd === "hasSection") {
clb(false, true);
} else if (cmd === "getSection" || cmd === "getField") {
clb(null, true);
}
//queue all other commands
else {
__gpp.queue.push([].slice.apply(b));
}
};
window.__gpp_msghandler = function (event) {
try {
var msgIsString = typeof event.data === "string";
try {
var json = msgIsString ? JSON.parse(event.data) : event.data;
} catch (e) {
var json = null;
}
if (typeof json === "object" && json !== null && "__gppCall" in json) {
var i = json.__gppCall;
window.__gpp(
i.command,
function (retValue, success) {
var returnMsg = {
__gppReturn: {
returnValue: retValue,
success: success,
callId: i.callId,
},
};
event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*");
},
"parameter" in i ? i.parameter : null,
"version" in i ? i.version : "1.1"
);
}
} catch (error) {
console.warn('Error in __gpp_msghandler:', error);
}
};
if (!("__gpp" in window) || typeof window.__gpp !== "function") {
window.__gpp = window.__gpp_stub;
if (!gppMessageHandlerAdded) {
window.addEventListener("message", window.__gpp_msghandler, false);
gppMessageHandlerAdded = true;
}
window.__gpp_addFrame("__gppLocator");
}
};
makeGppStub();
var uspStubFunction = function() {
var arg = arguments;
if (typeof window.__uspapi !== uspStubFunction) {
setTimeout(function() {
if (typeof window.__uspapi !== 'undefined') {
try {
window.__uspapi.apply(window.__uspapi, arg);
} catch (e) {
console.warn('USP API error:', e);
}
}
}, 500);
}
};
var checkIfUspIsReady = function() {
uspTries++;
if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
console.warn('USP is not accessible');
} else {
clearInterval(uspInterval);
}
};
if (typeof window.__uspapi === 'undefined') {
window.__uspapi = uspStubFunction;
var uspInterval = setInterval(checkIfUspIsReady, 6000);
}
// Add cleanup function for page unload
window.addEventListener('beforeunload', function() {
try {
if (window.__gpp_msghandler) {
window.removeEventListener("message", window.__gpp_msghandler, false);
}
} catch (e) {
console.warn('Error during CMP cleanup:', e);
}
});
})()
} catch (e) {
console.error("Error in InMobi Choice consent script:", e.message);
}
</script><title>Cambrian News - local news at the heart of the community</title><meta name="robots" content="index,follow"/><meta name="googlebot" content="index,follow"/><meta name="description" content="Latest news, sport and what’s on in Wales and your local area."/><meta property="og:title" content="Cambrian News - local news at the heart of the community"/><meta property="og:description" content="Latest news, sport and what’s on in Wales and your local area."/><meta property="og:image" content="/images/cat_images/News.jpg"/><meta property="og:image:alt" content="Machynlleth"/><script type="application/ld+json">{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "www.cambrian-news.co.uk/your-area/machynlleth-0",
"name": "Machynlleth"
}
}
]
}</script><script type="text/javascript">
(function() {
/** CONFIGURATION START **/
var _sf_async_config = window._sf_async_config = (window._sf_async_config || {});
_sf_async_config.uid = 65613;
_sf_async_config.domain = "cambrian-news.co.uk"; //CHANGE THIS TO THE ROOT DOMAIN
_sf_async_config.flickerControl = false;
_sf_async_config.useCanonical = true;
_sf_async_config.useCanonicalDomain = true;
_sf_async_config.sections = "Machynlleth"; // CHANGE THIS TO YOUR SECTION NAME(s)
_sf_async_config.authors = ""; // CHANGE THIS TO YOUR AUTHOR NAME(s)
_sf_async_config.title = "Cambrian News - local news at the heart of the community";
_sf_async_config.pagetype = 'article';
_sf_async_config.path = 'www.cambrian-news.co.uk/your-area/machynlleth-0';
/** CONFIGURATION END **/
function loadChartbeat() {
var e = document.createElement('script');
var n = document.getElementsByTagName('script')[0];
e.type = 'text/javascript';
e.async = true;
e.src = '//static.chartbeat.com/js/chartbeat.js';;
n.parentNode.insertBefore(e, n);
}
loadChartbeat();
})();
</script><script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NWBC3MF');
</script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JQKNCXMZ5K');
</script><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-JQKNCXMZ5K"></script><meta name="next-head-count" content="25"/><link rel="preload" href="/_next/static/css/d00c8ee736709a15.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d00c8ee736709a15.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-0d1b80a048d4787e.js"></script><script defer="" src="/_next/static/chunks/2990218c-a013b945203aa83a.js"></script><script defer="" src="/_next/static/chunks/82a6ce3c-9ae1cfe19f080cc8.js"></script><script defer="" src="/_next/static/chunks/5617.68138c78f131d5ea.js"></script><script defer="" src="/_next/static/chunks/6337.03b88df702d20bae.js"></script><script defer="" src="/_next/static/chunks/280.916efe1bc9af5c6c.js"></script><script defer="" src="/_next/static/chunks/4257.f5f41a3df92ff58e.js"></script><script defer="" src="/_next/static/chunks/e45e4145-b177c1e63ab0804b.js"></script><script defer="" src="/_next/static/chunks/2253-0da88068b34153c5.js"></script><script defer="" src="/_next/static/chunks/8907.d47c06a4b2ef2bea.js"></script><script defer="" src="/_next/static/chunks/882.6a05213f51abc5ed.js"></script><script defer="" src="/_next/static/chunks/5823.0bf259c21754c4d3.js"></script><script src="/_next/static/chunks/webpack-3617bb7153af837c.js" defer=""></script><script src="/_next/static/chunks/framework-ef91cdc4e4d05e09.js" defer=""></script><script src="/_next/static/chunks/main-e3f6c261eec13e6e.js" defer=""></script><script src="/_next/static/chunks/pages/_app-d5299a3437a3bd86.js" defer=""></script><script src="/_next/static/chunks/5e1d0a5e-ddfb2df3133e93e7.js" defer=""></script><script src="/_next/static/chunks/1534-a565f04f99ae8f80.js" defer=""></script><script src="/_next/static/chunks/1996-7aa5810309b6c880.js" defer=""></script><script src="/_next/static/chunks/5605-acb88436a061f750.js" defer=""></script><script src="/_next/static/chunks/4713-ac3ee6290bb41a24.js" defer=""></script><script src="/_next/static/chunks/7565-2d078d38eaff6827.js" defer=""></script><script src="/_next/static/chunks/5783-5b4ba5fbafd01f7d.js" defer=""></script><script src="/_next/static/chunks/3647-0102ac8a7d128705.js" defer=""></script><script src="/_next/static/chunks/4609-41e959c308b801e0.js" defer=""></script><script src="/_next/static/chunks/pages/%5Bprimary_route%5D/%5Bseconday_route%5D-5d5a348a8e7d7d02.js" defer=""></script><script src="/_next/static/rizGApTRU1EXOC5VvvRq-/_buildManifest.js" defer=""></script><script src="/_next/static/rizGApTRU1EXOC5VvvRq-/_ssgManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.5">@-webkit-keyframes fade-in{from{opacity:0;}}/*!sc*/
@keyframes fade-in{from{opacity:0;}}/*!sc*/
@-webkit-keyframes fade-out{to{opacity:0;}}/*!sc*/
@keyframes fade-out{to{opacity:0;}}/*!sc*/
@view-transition{-webkit-navigation:auto;-moz-navigation:auto;-ms-navigation:auto;navigation:auto;}/*|*/@media (prefers-reduced-motion:reduce){@view-transition{-webkit-navigation:none;-moz-navigation:none;-ms-navigation:none;navigation:none;}}/*!sc*/
:root{view-transition-name:page;}/*!sc*/
:root::view-transition-old(page){-webkit-animation-name:fade-out;animation-name:fade-out;-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;}/*!sc*/
html,body{background-color:white;padding:0;margin:0;font-family:"Nunito",sans-serif;color:#272727;}/*!sc*/
a{color:inherit;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
p{margin:0;}/*!sc*/
h1{font-family:"Nunito";font-size:52px;font-style:normal;font-weight:800;line-height:60px;}/*!sc*/
@media (max-width:768px){h1{font-size:24px;line-height:32px;}}/*!sc*/
h2{font-family:"Nunito";font-size:32px;font-style:normal;font-weight:800;line-height:40px;}/*!sc*/
@media (max-width:768px){h2{font-size:20px;line-height:24px;}}/*!sc*/
*{box-sizing:border-box;}/*!sc*/
.ril-image-current{object-fit:contain;max-height:100vh;max-width:100vw;}/*!sc*/
data-styled.g1[id="sc-global-khhkej1"]{content:"sc-global-khhkej1,"}/*!sc*/
.gLGOjW{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;justify-items:center;min-height:250px;margin-bottom:20px;}/*!sc*/
@media (max-width:1170px){.gLGOjW{min-height:50px;margin-bottom:0;}}/*!sc*/
@media (max-width:754px){.gLGOjW.desktop_banner{display:none;}}/*!sc*/
@media (min-width:755px){.gLGOjW.mobile_banner{display:none;}}/*!sc*/
.gLGOjW .topbar{margin:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-self:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;justify-items:center;}/*!sc*/
@media (max-width:1170px){.gLGOjW .topbar{max-width:100vw;overflow-x:hidden;}}/*!sc*/
data-styled.g2[id="TopBannerstyled__Wrapper-sc-x2ypns-0"]{content:"gLGOjW,"}/*!sc*/
.iJDyvv{max-width:975px;margin:1rem auto;}/*!sc*/
@media (max-width:1150px){.iJDyvv{max-width:95vw;margin:1rem auto;}}/*!sc*/
.iJDyvv.section-wrapper{margin:250px auto 1rem;}/*!sc*/
@media (max-width:1150px){.iJDyvv.section-wrapper{margin:1rem auto;}}/*!sc*/
data-styled.g4[id="CenterWrapperstyled__InnerWrapper-sc-wsic9j-1"]{content:"iJDyvv,"}/*!sc*/
.czXlFy{display:grid;cursor:default;grid-template-columns:1fr 1fr 2fr;padding:32px 52px 0px 52px;font-size:14px;font-weight:400;line-height:16px;background:#FFF;font-family:'Nunito',sans-serif;border-top:1px solid #B11319;}/*!sc*/
@media (max-width:768px){.czXlFy{grid-template-columns:1fr;padding:16px;}}/*!sc*/
data-styled.g5[id="Footerstyled__FooterWrapper-sc-4mau84-0"]{content:"czXlFy,"}/*!sc*/
.kgitTH{max-width:70%;text-align:left;}/*!sc*/
.kgitTH address{font-style:normal;}/*!sc*/
.kgitTH .contact-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g6[id="Footerstyled__InnerContactWrapper-sc-4mau84-1"]{content:"kgitTH,"}/*!sc*/
.idEKQs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
@media (max-width:768px){.idEKQs{margin:20px 0 20px 0;}}/*!sc*/
.idEKQs .newsletter-footer{margin:0;padding:0;background-color:#FFF;}/*!sc*/
.idEKQs .newsletter-footer .newsletter_card .grid_container,.idEKQs .newsletter-footer .checkbox{width:85%;}/*!sc*/
data-styled.g7[id="Footerstyled__NewsletterWrapper-sc-4mau84-2"]{content:"idEKQs,"}/*!sc*/
.kfIVEr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/
@media (max-width:768px){.kfIVEr{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}/*!sc*/
data-styled.g8[id="Footerstyled__ContactDetailsWrapper-sc-4mau84-3"]{content:"kfIVEr,"}/*!sc*/
.kdVmIp{max-width:100%;width:100%;margin-bottom:32px;}/*!sc*/
.kdVmIp #logo{max-width:250px;margin:0;}/*!sc*/
@media (max-width:768px){.kdVmIp{margin:0 auto;width:100%;}.kdVmIp #logo{margin:0 auto;}}/*!sc*/
data-styled.g9[id="Footerstyled__LogoWrapper-sc-4mau84-4"]{content:"kdVmIp,"}/*!sc*/
.cRpDUh{background:#FFF;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:12px 52px 32px;font-family:'Koh',serif;font-style:normal;font-weight:400;line-height:16px;}/*!sc*/
data-styled.g10[id="Footerstyled__FooterBottom-sc-4mau84-5"]{content:"cRpDUh,"}/*!sc*/
.dVUVZt{background:#FFF;}/*!sc*/
data-styled.g11[id="Footerstyled__FooterBottomBorderContainer-sc-4mau84-6"]{content:"dVUVZt,"}/*!sc*/
.hmxnFS{width:calc(100% - 104px);border-top:1px solid #272727;margin:0 auto;background:#FFF;}/*!sc*/
data-styled.g12[id="Footerstyled__FooterBottomBorder-sc-4mau84-7"]{content:"hmxnFS,"}/*!sc*/
.ckqCBA{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
@media (max-width:768px){.ckqCBA{padding-top:26px;}}/*!sc*/
data-styled.g13[id="Footerstyled__ContactWrapper-sc-4mau84-8"]{content:"ckqCBA,"}/*!sc*/
.ieeCZS{margin-right:auto;}/*!sc*/
@media (max-width:768px){.ieeCZS{margin:0;}}/*!sc*/
data-styled.g14[id="Footerstyled__SocialWrapper-sc-4mau84-9"]{content:"ieeCZS,"}/*!sc*/
.cuKBbF{padding-bottom:8px;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;}/*!sc*/
data-styled.g15[id="Footerstyled__SubHeading-sc-4mau84-10"]{content:"cuKBbF,"}/*!sc*/
.hZRjGZ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}/*!sc*/
.hZRjGZ a{padding-right:8px;}/*!sc*/
data-styled.g16[id="Footerstyled__SocialLinkWrapper-sc-4mau84-11"]{content:"hZRjGZ,"}/*!sc*/
.hhjrfu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 50px;}/*!sc*/
.hhjrfu .footer-menu{list-style-type:none;padding:0;margin:0;}/*!sc*/
.hhjrfu .footer-menu li{margin:4px 0;}/*!sc*/
.hhjrfu .footer-menu li:hover{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
@media (max-width:768px){.hhjrfu{padding:16px 0 0 0;}}/*!sc*/
data-styled.g17[id="Footerstyled__FooterMenuWrapper-sc-4mau84-12"]{content:"hhjrfu,"}/*!sc*/
.ctzgUt{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding-bottom:8px;}/*!sc*/
.ctzgUt svg{margin-right:10px;}/*!sc*/
data-styled.g18[id="Footerstyled__LinksWrapper-sc-4mau84-13"]{content:"ctzgUt,"}/*!sc*/
.hmqzZk{font-size:12px;}/*!sc*/
data-styled.g19[id="Footerstyled__LegalText-sc-4mau84-14"]{content:"hmqzZk,"}/*!sc*/
.gpnIjg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g20[id="SocialLinkstyled__SocialLinkStyledWrapper-sc-cxgc9t-0"]{content:"gpnIjg,"}/*!sc*/
.kgJpcH{border-radius:25px;width:20px;height:20px;-webkit-text-decoration:none;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border:0;outline:0;cursor:pointer;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;background-color:transparent;}/*!sc*/
.kgJpcH svg{color:#1977f3;fill:white;font-size:16px;}/*!sc*/
.kgJpcH svg:hover{fill:white;}/*!sc*/
.fyYSFZ{border-radius:25px;width:20px;height:20px;-webkit-text-decoration:none;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border:0;outline:0;cursor:pointer;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;background-color:transparent;}/*!sc*/
.fyYSFZ svg{color:#0f1419;fill:white;font-size:16px;}/*!sc*/
.fyYSFZ svg:hover{fill:white;}/*!sc*/
data-styled.g21[id="SocialLinkstyled__SocialLinkStyled-sc-cxgc9t-1"]{content:"kgJpcH,fyYSFZ,"}/*!sc*/
.hrJPfr{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g24[id="Logo__Link-sc-m24d4e-1"]{content:"hrJPfr,"}/*!sc*/
.ilzXJo{width:350px;height:85px;object-fit:contain;margin:0 auto;cursor:pointer;}/*!sc*/
@media (max-width:1170px){.ilzXJo{width:250px;margin:auto;height:70px;}}/*!sc*/
@media (max-width:450px){.ilzXJo{width:220px;margin:auto;height:70px;}}/*!sc*/
data-styled.g25[id="Logo__Image-sc-m24d4e-2"]{content:"ilzXJo,"}/*!sc*/
.ihwjaE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}/*!sc*/
data-styled.g26[id="CheckBoxstyled__CheckboxWrapper-sc-8bsjax-0"]{content:"ihwjaE,"}/*!sc*/
.hnbabY{font-family:'Koh',serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px;}/*!sc*/
.hnbabY a{color:#B11319;}/*!sc*/
data-styled.g27[id="CheckBoxstyled__StyledLabel-sc-8bsjax-1"]{content:"hnbabY,"}/*!sc*/
.diYiYB{background-color:#F8E8E8;border-radius:16px;padding:0.5rem 6rem;margin-top:20px;}/*!sc*/
@media (max-width:768px){.diYiYB{padding:0.5rem 0;}}/*!sc*/
.diYiYB .newsletter_card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-shadow:none;margin:0;}/*!sc*/
.diYiYB .checkbox label{font-family:'Koh',serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-left:6px;}/*!sc*/
.diYiYB .checkbox a{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.diYiYB h1{font-family:'Nunito',sans-serif;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;margin-bottom:10px;}/*!sc*/
data-styled.g28[id="NewsLetterSignUpstyled__NewsLetterSignUpWrapper-sc-aru595-0"]{content:"diYiYB,"}/*!sc*/
.hKaFeL{font-family:'Koh',serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:10px;text-align:center;}/*!sc*/
data-styled.g29[id="NewsLetterSignUpstyled__Info-sc-aru595-1"]{content:"hKaFeL,"}/*!sc*/
.crjyZV{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px;}/*!sc*/
data-styled.g30[id="NewsLetterSignUpstyled__InputWrapper-sc-aru595-2"]{content:"crjyZV,"}/*!sc*/
.bgmdkq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/
@media (max-width:768px){.bgmdkq{grid-template-columns:1fr;row-gap:10px;}}/*!sc*/
data-styled.g31[id="NewsLetterSignUpstyled__Grid-sc-aru595-3"]{content:"bgmdkq,"}/*!sc*/
.hwcTNb{background-color:#B11319;color:#FFF;position:absolute;height:40px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;right:0;top:1px;border:0;width:90px;border-radius:0 20px 20px 0;cursor:pointer;font-family:'Nunito',sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px;}/*!sc*/
.hwcTNb:hover{background-color:#216CA8;}/*!sc*/
.hwcTNb:focus{background-color:#014984;}/*!sc*/
.hwcTNb:disabled{cursor:not-allowed;}/*!sc*/
data-styled.g33[id="NewsLetterSignUpstyled__SubmitButton-sc-aru595-5"]{content:"hwcTNb,"}/*!sc*/
.gWIDCO{font-family:'Nunito',sans-serif;outline:0;width:100%;margin:auto 0;border:0;padding:20px;font-size:16px;line-height:24px;box-sizing:border-box;border-radius:20px;background-color:#FFF;border:1px solid #BEBEBE;height:40px;}/*!sc*/
.gWIDCO:focus{border:1px solid #B11319;}/*!sc*/
.gWIDCO:hover{border:1px solid #B11319;}/*!sc*/
.gWIDCO::-webkit-input-placeholder{color:grey;}/*!sc*/
.gWIDCO::-moz-placeholder{color:grey;}/*!sc*/
.gWIDCO:-ms-input-placeholder{color:grey;}/*!sc*/
.gWIDCO::placeholder{color:grey;}/*!sc*/
data-styled.g35[id="Fieldstyled__InputStyled-sc-dpy94y-0"]{content:"gWIDCO,"}/*!sc*/
.iUrbTJ{right:0;top:12px;position:absolute;}/*!sc*/
data-styled.g38[id="Fieldstyled__IconWrapper-sc-dpy94y-3"]{content:"iUrbTJ,"}/*!sc*/
.iwGrFT{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;position:relative;}/*!sc*/
.iwGrFT span{margin-right:5px;}/*!sc*/
data-styled.g41[id="Fieldstyled__InputWrapper-sc-dpy94y-6"]{content:"iwGrFT,"}/*!sc*/
.cktzel{font-family:'Nunito',sans-serif;font-size:32px;font-style:normal;font-weight:800;line-height:40px;}/*!sc*/
@media (max-width:768px){.cktzel{font-size:20px;line-height:24px;}}/*!sc*/
.gmKyup{text-transform:uppercase;font-family:'Nunito',sans-serif;font-size:13px;font-style:normal;font-weight:900;line-height:30px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;text-align:left;margin:0;color:#B11319;}/*!sc*/
data-styled.g44[id="Titlestyled__StyledTitle-sc-1ijng3a-0"]{content:"cktzel,gmKyup,"}/*!sc*/
.bevunH{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-column-gap:10px;column-gap:10px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}/*!sc*/
data-styled.g45[id="Titlestyled__TitleWrapper-sc-1ijng3a-1"]{content:"bevunH,"}/*!sc*/
.hHrRMr{padding:1.5rem;background:#F8E8E8;border-radius:16px;display:grid;row-gap:12px;}/*!sc*/
@media (max-width:768px){.hHrRMr{padding:1rem;}}/*!sc*/
.hHrRMr .tab{font-family:'Nunito',sans-serif;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;color:#B11319;text-align:center;}/*!sc*/
data-styled.g46[id="Cardstyled__Wrapper-sc-3i636i-0"]{content:"hHrRMr,"}/*!sc*/
.ceHCmK{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:48px;padding-left:18px;padding-right:18px;border-bottom:1px solid #272727;}/*!sc*/
.ceHCmK a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g47[id="Menustyled__PrimaryMenuWrapper-sc-1pskso5-0"]{content:"ceHCmK,"}/*!sc*/
.eBvkaT{position:relative;}/*!sc*/
@media (max-width:1170px){.eBvkaT{display:none;}}/*!sc*/
data-styled.g48[id="Menustyled__Wrapper-sc-1pskso5-1"]{content:"eBvkaT,"}/*!sc*/
.jKuPPf{padding:0 0.6rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
data-styled.g52[id="Menustyled__Route-sc-1pskso5-5"]{content:"jKuPPf,"}/*!sc*/
.jpoXtE{cursor:pointer;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;margin:auto 0;text-align:center;vertical-align:middle;}/*!sc*/
.jpoXtE:hover{color:#B11319;}/*!sc*/
data-styled.g53[id="Menustyled__StyledRouteTitle-sc-1pskso5-6"]{content:"jpoXtE,"}/*!sc*/
.deeBTV{padding:0;}/*!sc*/
data-styled.g55[id="FullMenustyled__StyledHamburgerWrapper-sc-1w0m8ov-0"]{content:"deeBTV,"}/*!sc*/
.cqwPTv{width:20px;height:20px;}/*!sc*/
data-styled.g56[id="FullMenustyled__Placeholder-sc-1w0m8ov-1"]{content:"cqwPTv,"}/*!sc*/
.habHPd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-items:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;}/*!sc*/
data-styled.g60[id="FullMenustyled__FullMenuWrapper-sc-1w0m8ov-5"]{content:"habHPd,"}/*!sc*/
.hBasir{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
.hBasir button{padding-right:15px;}/*!sc*/
@media (min-width:1170px){.hBasir{display:none;}}/*!sc*/
data-styled.g70[id="Socialstyled__Wrapper-sc-1xd6fd1-0"]{content:"hBasir,"}/*!sc*/
.cXXNtD{font-family:'Nunito',sans-serif;font-size:12px;font-style:normal;cursor:pointer;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;background:none;border:0px;color:#272727;}/*!sc*/
data-styled.g74[id="Authstyled__Login-sc-1w1lsfc-1"]{content:"cXXNtD,"}/*!sc*/
.jUOfMf{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding-top:10px;}/*!sc*/
@media (max-width:1170px){.jUOfMf{display:none;}}/*!sc*/
data-styled.g75[id="Authstyled__AuthWrapper-sc-1w1lsfc-2"]{content:"jUOfMf,"}/*!sc*/
.conoim{display:grid;grid-template-rows:70px;grid-template-columns:0.4fr 2fr 0.4fr;border-bottom:1px solid #272727;padding:0 16px;}/*!sc*/
@media (min-width:768px){.conoim{display:grid;grid-template-rows:85px;grid-template-columns:1fr 2fr 1fr 55px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;}}/*!sc*/
@media (min-width:1170px){.conoim{border-bottom:0;padding:0 52px;}}/*!sc*/
data-styled.g88[id="Topbarstyled__Wrapper-sc-soygdx-0"]{content:"conoim,"}/*!sc*/
.eTlmix{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justfify-content:flex-start;}/*!sc*/
data-styled.g89[id="Topbarstyled__InnerWrapper-sc-soygdx-1"]{content:"eTlmix,"}/*!sc*/
.eOUyja{display:none;}/*!sc*/
@media (min-width:768px){.eOUyja{margin:auto 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end;}}/*!sc*/
@media (min-width:1170px){.eOUyja{padding-top:10px;}}/*!sc*/
data-styled.g90[id="Topbarstyled__PrimaryMenuSearchWrapper-sc-soygdx-2"]{content:"eOUyja,"}/*!sc*/
.eMRznF{background:white;border:none;font-size:1.8rem;margin:auto 0 auto 10px;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;}/*!sc*/
.eMRznF svg{width:16px;height:16px;}/*!sc*/
data-styled.g92[id="Searchstyled__SearchButton-sc-1hoi110-1"]{content:"eMRznF,"}/*!sc*/
.frVcYo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;}/*!sc*/
.frVcYo div{display:none;-webkit-animation:kDZho 0.3s ease-in-out;animation:kDZho 0.3s ease-in-out;}/*!sc*/
@media (max-width:768px){.frVcYo{display:none;}}/*!sc*/
data-styled.g93[id="Searchstyled__SearchWrapper-sc-1hoi110-2"]{content:"frVcYo,"}/*!sc*/
.esMLbm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;}/*!sc*/
@media (min-width:768px){.esMLbm{display:none;}}/*!sc*/
data-styled.g94[id="Searchstyled__SearchWrapperMobile-sc-1hoi110-3"]{content:"esMLbm,"}/*!sc*/
.kMUXQE{background:white;position:-webkit-sticky;position:sticky;top:0;z-index:1000;width:100%;}/*!sc*/
data-styled.g99[id="Navbarstyled__Navbar-sc-97icrg-0"]{content:"kMUXQE,"}/*!sc*/
.RBkGu{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;justify-items:center;height:250px;position:relative;}/*!sc*/
data-styled.g138[id="MPUstyled__MPUWrapper-sc-1cdmm4p-0"]{content:"RBkGu,"}/*!sc*/
.iEeMlD{position:absolute;}/*!sc*/
data-styled.g139[id="MPUstyled__MPUInnerWrapper-sc-1cdmm4p-1"]{content:"iEeMlD,"}/*!sc*/
.gEhCLI{cursor:pointer;position:relative;background:#F9F9F9;border-radius:16px;display:grid;grid-template-columns:119px 1fr;position:relative;font-size:12px;}/*!sc*/
@media (min-width:768px){.gEhCLI{max-height:110px;}}/*!sc*/
.gEhCLI .inner_wrapper{padding:8px;margin:auto 0;height:100%;}/*!sc*/
.gEhCLI .title{font-size:14px !important;font-style:normal;font-weight:700;line-height:16px;}/*!sc*/
.gEhCLI .title p{margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}/*!sc*/
@media (max-width:768px){.gEhCLI .title p{-webkit-line-clamp:2;}}/*!sc*/
.gEhCLI .title:hover{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
@media (max-width:768px){.gEhCLI .title{max-width:100%;}}/*!sc*/
.gEhCLI .image_wrapper{overflow:hidden;}/*!sc*/
@media (max-width:768px){.gEhCLI .image_wrapper{display:none;}}/*!sc*/
.gEhCLI img{height:100%;object-fit:cover;width:119px;border-radius:16px 0 0 16px;}/*!sc*/
@media (max-width:768px){.gEhCLI{grid-template-columns:1fr;}}/*!sc*/
.gEhCLI .live{position:absolute;top:0;background-color:white;font-family:'Nunito',sans-serif;font-size:13px;font-style:normal;font-weight:900;line-height:16px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;text-align:left;text-transform:uppercase;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#c80015;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7px 11px;}/*!sc*/
.gEhCLI .live p{margin:0;}/*!sc*/
@media (max-width:768px){.gEhCLI .live{font-size:11px;padding:3px 5px;}}/*!sc*/
.gEhCLI.multiX2articles{grid-template-rows:280px auto;}/*!sc*/
@media (max-width:768px){.gEhCLI.multiX2articles{grid-template-rows:200px auto;}}/*!sc*/
.gEhCLI .tab_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.gEhCLI .breaking_news{background-color:#c80015;color:white;text-transform:uppercase;float:left;padding:1px 8px;margin:0;font-weight:900;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;bottom:0;font-size:11px;}/*!sc*/
.gEhCLI .breaking_news p{margin:0;}/*!sc*/
.gEhCLI .tab{font-family:'Nunito',sans-serif;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;color:#FFF;background:#B11319;padding:4px;border-radius:2px;margin-bottom:4px;}/*!sc*/
.gEhCLI .tab p{margin:0;}/*!sc*/
.gEhCLI .tab_sponsored{background-color:#B11319;}/*!sc*/
.thYnY{cursor:pointer;position:relative;background:#F9F9F9;border-radius:16px;}/*!sc*/
@media (max-width:768px){.thYnY{grid-template-columns:112px 1fr;}}/*!sc*/
.thYnY .inner_wrapper{margin-top:0;}/*!sc*/
@media (max-width:768px){.thYnY .inner_wrapper{position:static;}}/*!sc*/
.thYnY .title{font-family:'Nunito',sans-serif;font-size:18px;font-weight:700;line-height:24px;}/*!sc*/
@media (max-width:768px){.thYnY .title{font-size:14px;line-height:16px;}}/*!sc*/
.thYnY .title p{margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}/*!sc*/
@media (max-width:768px){.thYnY .title p{-webkit-line-clamp:2;}}/*!sc*/
@media (max-width:768px){.thYnY .title{max-width:95%;}}/*!sc*/
.thYnY .title:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.thYnY .inner_wrapper{padding:8px;}/*!sc*/
.thYnY .image_wrapper{overflow:hidden;}/*!sc*/
.thYnY .image_wrapper img{height:153px;object-fit:cover;width:100%;border-radius:16px 16px 0 0;}/*!sc*/
@media (max-width:768px){.thYnY .image_wrapper img{height:100%;border-radius:16px 0 0 16px;}}/*!sc*/
.thYnY .tab:nth-child(even){background-color:#B11319;color:white;}/*!sc*/
.thYnY .tab:nth-child(even):hover{cursor:pointer;color:white;}/*!sc*/
.thYnY .live{position:absolute;top:0;background-color:white;font-family:'Nunito',sans-serif;font-size:13px;font-style:normal;font-weight:900;line-height:16px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;text-align:left;text-transform:uppercase;display:grid;color:#c80015;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 5px;grid-template-columns:5px 1fr;}/*!sc*/
.thYnY .live p{margin:0;}/*!sc*/
@media (max-width:768px){.thYnY .live{font-size:11px;}}/*!sc*/
@media (max-width:768px){.thYnY{display:grid;font-size:11px;}}/*!sc*/
.thYnY.multiX2articles{grid-template-rows:280px auto;}/*!sc*/
@media (max-width:768px){.thYnY.multiX2articles{grid-template-rows:200px auto;}}/*!sc*/
.thYnY .tab_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.thYnY .breaking_news{background-color:#c80015;color:white;text-transform:uppercase;float:left;padding:1px 8px;margin:0;font-weight:900;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;bottom:0;font-size:11px;}/*!sc*/
.thYnY .breaking_news p{margin:0;}/*!sc*/
.thYnY .tab{font-family:'Nunito',sans-serif;font-size:12px;font-style:normal;font-weight:800;line-height:12px;text-transform:uppercase;color:#FFF;background:#B11319;padding:4px;border-radius:2px;margin-bottom:4px;}/*!sc*/
.thYnY .tab p{margin:0;}/*!sc*/
.thYnY .tab_sponsored{background-color:#B11319;}/*!sc*/
data-styled.g141[id="Itemstyled__SectionItemWrapper-sc-119v85k-0"]{content:"gEhCLI,thYnY,"}/*!sc*/
.dtVqHv{background-color:#B11319;border-radius:100px;height:52px;width:52px;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;bottom:12px;left:12px;}/*!sc*/
.dtVqHv svg{fill:white;margin:auto;}/*!sc*/
.articleX3plus .Herostyled__IconWrapper-sc-1kv60q9-0{height:52px;width:52px;}/*!sc*/
.articleX3plus .Herostyled__IconWrapper-sc-1kv60q9-0 svg{height:16px;}/*!sc*/
.heroplus3 .Herostyled__IconWrapper-sc-1kv60q9-0,.articles-wrapper .dtVqHv,.articleX6 .dtVqHv{height:26px;width:26px;}/*!sc*/
.heroplus3 .Herostyled__IconWrapper-sc-1kv60q9-0 svg,.articles-wrapper .dtVqHv svg,.articleX6 .dtVqHv svg{height:8px;}/*!sc*/
@media (max-width:768px){.articleX3plus .Herostyled__IconWrapper-sc-1kv60q9-0{height:26px;width:26px;}.articleX3plus .Herostyled__IconWrapper-sc-1kv60q9-0 svg{height:8px;}}/*!sc*/
data-styled.g142[id="Herostyled__IconWrapper-sc-1kv60q9-0"]{content:"dtVqHv,"}/*!sc*/
.bqXHMh{background:#F9F9F9;border-radius:16px;position:relative;}/*!sc*/
.bqXHMh .inner_wrapper{padding:8px;}/*!sc*/
.bqXHMh .hero_image{width:100%;height:210px;object-fit:cover;border-radius:16px;cursor:pointer;}/*!sc*/
@media (max-width:768px){.bqXHMh .hero_image{height:350px;}}/*!sc*/
.bqXHMh .h1{font-style:normal;line-height:30px;-webkit-letter-spacing:0em;-moz-letter-spacing:0em;-ms-letter-spacing:0em;letter-spacing:0em;text-align:left;font-weight:400;font-size:18px;margin:0px;max-width:500px;}/*!sc*/
.bqXHMh .hero_body{display:none;}/*!sc*/
.bqXHMh .inner_wrapper{margin:auto 0;width:100%;display:grid;row-gap:8px;}/*!sc*/
.bqXHMh .title_wrapper{margin:0;min-width:250px;font-family:'Nunito',sans-serif;font-size:18px;font-style:normal;font-weight:700;width:100%;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}/*!sc*/
@media (max-width:768px){.bqXHMh .title_wrapper{font-size:24px;}}/*!sc*/
.bqXHMh .title_wrapper:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.bqXHMh .tab_sponsored{background-color:#b11319 !important;}/*!sc*/
.bqXHMh .tab:nth-child(even){background-color:#B11319;color:#FFF;}/*!sc*/
.bqXHMh .tab:nth-child(even):hover{background-color:#B11319;cursor:pointer;color:#FFF;}/*!sc*/
.bqXHMh .tab_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
.bqXHMh .tab{font-size:12px;color:#FFF;background-color:#B11319;text-transform:uppercase;font-family:'Nunito',sans-serif;font-style:normal;font-weight:800;line-height:12px;text-align:left;padding:3px 8px;}/*!sc*/
.bqXHMh .tab .p{margin:0;}/*!sc*/
.bqXHMh .tab:hover{cursor:pointer;}/*!sc*/
.bqXHMh .hero_body p{font-family:'Koh',serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0;}/*!sc*/
@media (max-width:768px){.bqXHMh .hero_body p{font-size:13px;}}/*!sc*/
.bqXHMh .hero_body:hover{cursor:pointer;}/*!sc*/
.bqXHMh a{position:relative;}/*!sc*/
.bqXHMh .inner_wrapper{bottom:0;}/*!sc*/
@media (max-width:768px){.bqXHMh .inner_wrapper{padding:8px;}}/*!sc*/
.bqXHMh .live{position:absolute;top:0;background-color:white;font-family:'Nunito',sans-serif;font-size:13px;font-style:normal;font-weight:900;line-height:16px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;text-align:left;text-transform:uppercase;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#c80015;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7px 11px;}/*!sc*/
.bqXHMh .live p{margin:0;}/*!sc*/
@media (max-width:768px){.bqXHMh .live{font-size:11px;padding:3px 5px;}}/*!sc*/
.bqXHMh .breaking_news{background-color:#c80015;color:white;text-transform:uppercase;float:left;padding:3px 8px;margin:0;text-transform:uppercase;font-weight:900;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;bottom:0;font-size:12px;}/*!sc*/
.bqXHMh .breaking_news p{margin:0;}/*!sc*/
.bqXHMh .author{color:#B11319;font-family:'Koh',serif;font-size:12px;font-style:normal;font-weight:900;line-height:14px;-webkit-letter-spacing:0em;-moz-letter-spacing:0em;-ms-letter-spacing:0em;letter-spacing:0em;text-align:left;margin:10px auto 2px 8px;}/*!sc*/
@media (max-width:768px){.bqXHMh .author{display:none;}}/*!sc*/
.bqXHMh .author:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
data-styled.g143[id="Herostyled__HeroWrapper-sc-1kv60q9-1"]{content:"bqXHMh,"}/*!sc*/
.AyDfc{display:grid;grid-template-columns:1fr 300px;-webkit-column-gap:12px;column-gap:12px;padding-bottom:31px;}/*!sc*/
@media (max-width:768px){.AyDfc{grid-template-columns:1fr;padding-bottom:20px;row-gap:12px;}}/*!sc*/
data-styled.g144[id="ArticleX6PlusMPUstyled__Wrapper-sc-h42bmg-0"]{content:"AyDfc,"}/*!sc*/
.fEKWfe{display:grid;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;grid-template-columns:1fr 1fr;row-gap:12px;-webkit-column-gap:12px;column-gap:12px;}/*!sc*/
data-styled.g145[id="ArticleX6PlusMPUstyled__ArticlesWrapper-sc-h42bmg-1"]{content:"fEKWfe,"}/*!sc*/
.bVOEjB{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
data-styled.g146[id="ArticleX6PlusMPUstyled__MPUWrapper-sc-h42bmg-2"]{content:"bVOEjB,"}/*!sc*/
.cUfGxT{display:grid;grid-template-columns:1fr 2fr;-webkit-column-gap:12px;column-gap:12px;padding-bottom:31px;}/*!sc*/
@media (max-width:768px){.cUfGxT{grid-template-columns:1fr;padding-bottom:20px;}.cUfGxT .articles-wrapper{grid-template-columns:1fr 1fr;grid-gap:12px;-webkit-column-gap:12px;column-gap:12px;padding-top:12px;}.cUfGxT .image_wrapper{display:block;}.cUfGxT .image_wrapper img{border-radius:16px 16px 0 0;width:100%;}}/*!sc*/
data-styled.g148[id="HeroPlus6styled__Wrapper-sc-1u189i7-0"]{content:"cUfGxT,"}/*!sc*/
.lhTygO{display:grid;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;grid-template-columns:1fr 1fr;row-gap:12px;-webkit-column-gap:12px;column-gap:12px;}/*!sc*/
data-styled.g149[id="HeroPlus6styled__ArticlesWrapper-sc-1u189i7-1"]{content:"lhTygO,"}/*!sc*/
.jPwNGo{display:grid;width:100%;min-height:250px;grid-template-columns:1fr 1fr 1fr 300px;-webkit-column-gap:1rem;column-gap:1rem;padding-bottom:31px;}/*!sc*/
@media (max-width:768px){.jPwNGo{grid-template-columns:1fr;padding-bottom:20px;row-gap:12px;}}/*!sc*/
data-styled.g156[id="ArticleX3PlusMPUstyled__Wrapper-sc-1m3pk3y-0"]{content:"jPwNGo,"}/*!sc*/
@-webkit-keyframes kDZho{from{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}to{opacity:0;-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);}}/*!sc*/
@keyframes kDZho{from{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}to{opacity:0;-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);}}/*!sc*/
data-styled.g317[id="sc-keyframes-kDZho"]{content:"kDZho,"}/*!sc*/
</style></head><body><div id="__next" data-reactroot=""><div style="background:white"><nav class="Navbarstyled__Navbar-sc-97icrg-0 kMUXQE"><div class="Topbarstyled__Wrapper-sc-soygdx-0 conoim"><div class="Topbarstyled__InnerWrapper-sc-soygdx-1 eTlmix"><div class="FullMenustyled__FullMenuWrapper-sc-1w0m8ov-5 habHPd"><div class="FullMenustyled__StyledHamburgerWrapper-sc-1w0m8ov-0 deeBTV"><div class="FullMenustyled__Placeholder-sc-1w0m8ov-1 cqwPTv"></div></div></div></div><a href="/" class="Logo__Link-sc-m24d4e-1 hrJPfr"><img src="/images/logos/cambrian_news.jpg" alt="cambrian-news.co.uk" id="logo" loading="lazy" srcSet="
/images/logos/cambrian_news.jpg?width=220&height=70&crop=220:70 220w,
/images/logos/cambrian_news.jpg?width=350&height=85&crop=350:85 350w,
" class="Logo__Image-sc-m24d4e-2 ilzXJo"/></a><div class="Topbarstyled__PrimaryMenuSearchWrapper-sc-soygdx-2 eOUyja"><form><div class="Searchstyled__SearchWrapperMobile-sc-1hoi110-3 esMLbm"> <button type="submit" class="Searchstyled__SearchButton-sc-1hoi110-1 eMRznF"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M9.08 0.440002C4.56875 0.440002 0.919998 4.08875 0.919998 8.6C0.919998 13.1113 4.56875 16.76 9.08 16.76C10.6906 16.76 12.1812 16.2875 13.445 15.485L19.34 21.38L21.38 19.34L15.56 13.535C16.6062 12.1625 17.24 10.4619 17.24 8.6C17.24 4.08875 13.5912 0.440002 9.08 0.440002ZM9.08 2.36C12.5356 2.36 15.32 5.14438 15.32 8.6C15.32 12.0556 12.5356 14.84 9.08 14.84C5.62437 14.84 2.84 12.0556 2.84 8.6C2.84 5.14438 5.62437 2.36 9.08 2.36Z" fill="#272727"></path></svg></button></div><div class="Searchstyled__SearchWrapper-sc-1hoi110-2 frVcYo"><button type="button" class="Searchstyled__SearchButton-sc-1hoi110-1 eMRznF"><svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M9.08 0.440002C4.56875 0.440002 0.919998 4.08875 0.919998 8.6C0.919998 13.1113 4.56875 16.76 9.08 16.76C10.6906 16.76 12.1812 16.2875 13.445 15.485L19.34 21.38L21.38 19.34L15.56 13.535C16.6062 12.1625 17.24 10.4619 17.24 8.6C17.24 4.08875 13.5912 0.440002 9.08 0.440002ZM9.08 2.36C12.5356 2.36 15.32 5.14438 15.32 8.6C15.32 12.0556 12.5356 14.84 9.08 14.84C5.62437 14.84 2.84 12.0556 2.84 8.6C2.84 5.14438 5.62437 2.36 9.08 2.36Z" fill="#272727"></path></svg></button></div></form></div><div class="Socialstyled__Wrapper-sc-1xd6fd1-0 hBasir"><button class="Authstyled__Login-sc-1w1lsfc-1 cXXNtD"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="icon/user"><path id="Vector" d="M4.271 18.3457C4.271 18.3457 6.50002 15.5 12 15.5C17.5 15.5 19.7291 18.3457 19.7291 18.3457M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12Z" stroke="#272727" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg></button></div><div class="Authstyled__AuthWrapper-sc-1w1lsfc-2 jUOfMf"><button class="Authstyled__Login-sc-1w1lsfc-1 cXXNtD">Login</button></div></div><div class="Menustyled__Wrapper-sc-1pskso5-1 eBvkaT"><div class="Menustyled__PrimaryMenuWrapper-sc-1pskso5-0 ceHCmK"><a href="/"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 jpoXtE">Home</p></div></a><a href="/news"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 jpoXtE">News</p></div></a><a href="/opinion"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 jpoXtE">Opinion</p></div></a><a href="/sport"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 jpoXtE">Sport</p></div></a><a href="#"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 jpoXtE">Your area</p></div></a><a href="/whats-on"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 jpoXtE">What’s on</p></div></a><a href="/send_us_story"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 jpoXtE">Send your story</p></div></a><a href="https://publicnoticeportal.uk/cambrian-news-series"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 jpoXtE">Public Notices</p></div></a><a href="https://www.new-job-today.co.uk/"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 jpoXtE">Jobs</p></div></a><a href="/subscription"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 jpoXtE">Subscription</p></div></a><a href="#"><div class="Menustyled__Route-sc-1pskso5-5 jKuPPf"><p class="Menustyled__StyledRouteTitle-sc-1pskso5-6 jpoXtE">More</p></div></a></div></div></nav><main style="min-height:850px;background:white"><script type="application/ld+json">
{
"@type": "Organization",
"@context": "https://schema.org",
"name": "Cambrian News",
"url": "https://www.cambrian-news.co.uk",
"logo": {
"@type": "ImageObject",
"url": "https://www.cambrian-news.co.uk/images/logos/cambrian_news.jpg",
"width": 150,
"height": 50
}
}
</script><div style="margin-bottom:40px"><div class="CenterWrapperstyled__Wrapper-sc-wsic9j-0 hlAnts"><div class="CenterWrapperstyled__InnerWrapper-sc-wsic9j-1 iJDyvv section-wrapper"><div id="wp"></div><div class="TopBannerstyled__Wrapper-sc-x2ypns-0 gLGOjW mobile_banner"><div id="leaderboard_mob" class="topbar" style="width:100%;height:200"></div></div><div><div class="Titlestyled__TitleWrapper-sc-1ijng3a-1 bevunH"><h1 type="section" class="Titlestyled__StyledTitle-sc-1ijng3a-0 cktzel">Machynlleth</h1></div></div><div><div class="ArticleX6PlusMPUstyled__Wrapper-sc-h42bmg-0 AyDfc"><div class="ArticleX6PlusMPUstyled__ArticlesWrapper-sc-h42bmg-1 fEKWfe articles-wrapper"><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI articleX6"><div class="image_wrapper"><a href="/news/entertainment/artists-launch-exhibition-at-machynlleths-oriel-sploj-832981" style="position:relative;display:block;height:100%"><img alt="Artists launch exhibition at Machynlleth's Oriel Sploj" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/09/17/8/34/Untitled-design-2025-09-17T093750-572.png?trim=0,225,0,223&width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/17/8/34/Untitled-design-2025-09-17T093750-572.png?trim=0,225,0,223&width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/17/8/34/Untitled-design-2025-09-17T093750-572.png?trim=0,225,0,223&width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/entertainment"><div><p>Entertainment</p></div></a></div><div><a style="display:flex" href="/news/entertainment/artists-launch-exhibition-at-machynlleths-oriel-sploj-832981"><div class="title"><p>Artists launch exhibition at Machynlleth's Oriel Sploj</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI articleX6"><div class="image_wrapper"><a href="/news/entertainment/machynlleths-led-zeppelin-micro-nation-releases-first-single-under-new-record-label-832244" style="position:relative;display:block;height:100%"><img alt="Led Zeppelin micro nation releases first single under new record label" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/04/17/16/35/Bron-yr-Aur.jpeg?trim=0,503,0,504&width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/04/17/16/35/Bron-yr-Aur.jpeg?trim=0,503,0,504&width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/04/17/16/35/Bron-yr-Aur.jpeg?trim=0,503,0,504&width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/entertainment"><div><p>Entertainment</p></div></a></div><div><a style="display:flex" href="/news/entertainment/machynlleths-led-zeppelin-micro-nation-releases-first-single-under-new-record-label-832244"><div class="title"><p>Led Zeppelin micro nation releases first single under new record label</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI articleX6"><div class="image_wrapper"><a href="/news/business/satellite-internet-to-be-trialled-on-machynlleth-buses-832832" style="position:relative;display:block;height:100%"><img alt="Satellite internet to be trialled on Machynlleth buses" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/09/16/13/12/TfW_fflecsi-12.jpeg?trim=0,342,0,341&width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/16/13/12/TfW_fflecsi-12.jpeg?trim=0,342,0,341&width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/16/13/12/TfW_fflecsi-12.jpeg?trim=0,342,0,341&width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/business"><div><p>Business</p></div></a></div><div><a style="display:flex" href="/news/business/satellite-internet-to-be-trialled-on-machynlleth-buses-832832"><div class="title"><p>Satellite internet to be trialled on Machynlleth buses</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI articleX6"><div class="image_wrapper"><a href="/news/999/tensions-in-newtown-as-anti-immigration-protestors-clash-with-opposition-at-weekend-832125" style="position:relative;display:block;height:100%"><div class="Herostyled__IconWrapper-sc-1kv60q9-0 dtVqHv"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg></div><img alt="Tensions as Newtown anti-immigration protestors clash with opposition" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/09/15/11/38/Newtown-anti-immigration-protest.jpeg?trim=0,503,0,504&width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/15/11/38/Newtown-anti-immigration-protest.jpeg?trim=0,503,0,504&width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/15/11/38/Newtown-anti-immigration-protest.jpeg?trim=0,503,0,504&width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/999"><div><p>999</p></div></a></div><div><a style="display:flex" href="/news/999/tensions-in-newtown-as-anti-immigration-protestors-clash-with-opposition-at-weekend-832125"><div class="title"><p>Tensions as Newtown anti-immigration protestors clash with opposition</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI articleX6"><div class="image_wrapper"><a href="/news/mid-wales-residents-called-to-report-empty-homes-to-tackle-housing-crisis-831362" style="position:relative;display:block;height:100%"><img alt="Mid Wales residents to report empty homes to tackle housing crisis" src="https://www.cambrian-news.co.uk/tindle-static/image/2024/03/27/13/36/Empty%20House.jpg?trim=0,238,0,18&width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2024/03/27/13/36/Empty%20House.jpg?trim=0,238,0,18&width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2024/03/27/13/36/Empty%20House.jpg?trim=0,238,0,18&width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/mid-wales-residents-called-to-report-empty-homes-to-tackle-housing-crisis-831362"><div class="title"><p>Mid Wales residents to report empty homes to tackle housing crisis</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI articleX6"><div class="image_wrapper"><a href="/news/999/police-issue-no-fly-zone-order-over-mid-wales-town-ahead-of-planned-protests-831645" style="position:relative;display:block;height:100%"><img alt="Police issue 'no fly zone' order over mid Wales town" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/09/12/11/13/Newtown-no-fly-zone.png?trim=0,14,0,272&width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/12/11/13/Newtown-no-fly-zone.png?trim=0,14,0,272&width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/12/11/13/Newtown-no-fly-zone.png?trim=0,14,0,272&width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/999"><div><p>999</p></div></a></div><div><a style="display:flex" href="/news/999/police-issue-no-fly-zone-order-over-mid-wales-town-ahead-of-planned-protests-831645"><div class="title"><p>Police issue 'no fly zone' order over mid Wales town</p></div></a></div></div></div></div><div class="ArticleX6PlusMPUstyled__MPUWrapper-sc-h42bmg-2 bVOEjB"><div class="MPUstyled__MPUWrapper-sc-1cdmm4p-0 RBkGu"><div class="MPUstyled__MPUInnerWrapper-sc-1cdmm4p-1 iEeMlD"><div id="mpu3" class="six_item" style="width:100%;height:200"></div></div></div></div></div></div><div><div class="ArticleX3PlusMPUstyled__Wrapper-sc-1m3pk3y-0 jPwNGo"><div size="3" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 thYnY articleX3plus"><div class="image_wrapper"><a href="/news/palestinian-teens-to-visit-machynlleth-after-residents-raise-thousands-831413" style="position:relative;display:block;height:100%"><img alt="Palestinian youth to visit Machynlleth after residents raise thousands" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/09/11/15/11/Palestinian-youth-exchange-project.png?trim=166,0,55,0&width=310&height=153&crop=310:153" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/11/15/11/Palestinian-youth-exchange-project.png?trim=166,0,55,0&width=125&height=80&crop=125:80 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/11/15/11/Palestinian-youth-exchange-project.png?trim=166,0,55,0&width=310&height=153&crop=310:153 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/palestinian-teens-to-visit-machynlleth-after-residents-raise-thousands-831413"><div class="title"><p>Palestinian youth to visit Machynlleth after residents raise thousands</p></div></a></div></div></div><div size="3" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 thYnY articleX3plus"><div class="image_wrapper"><a href="/news/over-1000-children-in-mid-wales-could-be-missing-out-on-free-childcare-831298" style="position:relative;display:block;height:100%"><img alt="1,000 children in mid Wales could be missing out on free childcare" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/09/09/14/47/Powys-County-Council-is-urging-parents-to-check-if-they-are-eligible-for-free-or-reduced-cost-childc.jpeg?width=310&height=153&crop=310:153" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/09/14/47/Powys-County-Council-is-urging-parents-to-check-if-they-are-eligible-for-free-or-reduced-cost-childc.jpeg?width=125&height=80&crop=125:80 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/09/14/47/Powys-County-Council-is-urging-parents-to-check-if-they-are-eligible-for-free-or-reduced-cost-childc.jpeg?width=310&height=153&crop=310:153 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/over-1000-children-in-mid-wales-could-be-missing-out-on-free-childcare-831298"><div class="title"><p>1,000 children in mid Wales could be missing out on free childcare</p></div></a></div></div></div><div size="3" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 thYnY articleX3plus"><div class="image_wrapper"><a href="/news/lorry-collision-disrupts-cambrian-line-trains-831033" style="position:relative;display:block;height:100%"><img alt="Lorry collision disrupts Cambrian Line trains" src="https://www.cambrian-news.co.uk/tindle-static/image/2022/06/08/18/TfW%20logo.png?width=310&height=153&crop=310:153" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2022/06/08/18/TfW%20logo.png?width=125&height=80&crop=125:80 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2022/06/08/18/TfW%20logo.png?width=310&height=153&crop=310:153 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/lorry-collision-disrupts-cambrian-line-trains-831033"><div class="title"><p>Lorry collision disrupts Cambrian Line trains</p></div></a></div></div></div><div class="MPUstyled__MPUWrapper-sc-1cdmm4p-0 RBkGu"><div class="MPUstyled__MPUInnerWrapper-sc-1cdmm4p-1 iEeMlD"><div id="mpu4" class="three_item" style="width:100%;height:200"></div></div></div></div></div><div><div class="HeroPlus6styled__Wrapper-sc-1u189i7-0 cUfGxT hero6-only"><div size="6" class="Herostyled__HeroWrapper-sc-1kv60q9-1 bqXHMh"><a href="/news/health/cystic-fibrosis-day-mid-wales-mum-on-how-new-research-could-support-families-830067"><img alt="Mid Wales mum's hope for new Cystic Fibrosis research" class="hero_image" loading="lazy" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/09/08/13/56/Diane-and-Vicki-Lloyd-2.jpeg?width=640&height=525&crop=640:525" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/08/13/56/Diane-and-Vicki-Lloyd-2.jpeg?width=380&height=350&crop=380:350 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/08/13/56/Diane-and-Vicki-Lloyd-2.jpeg?width=640&height=525&crop=640:525 840w,
"/></a><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/health"><div>Health</div></a></div><a style="display:flex" href="/news/health/cystic-fibrosis-day-mid-wales-mum-on-how-new-research-could-support-families-830067"><h1 class="title_wrapper">Mid Wales mum's hope for new Cystic Fibrosis research</h1></a><div class="hero_body"><a href="/news/health/cystic-fibrosis-day-mid-wales-mum-on-how-new-research-could-support-families-830067"><div></div></a></div></div></div><div class="HeroPlus6styled__ArticlesWrapper-sc-1u189i7-1 lhTygO articles-wrapper"><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI"><div class="image_wrapper"><a href="/news/pum-diwrnod-o-ryddid-to-be-performed-in-llanidloes-829949" style="position:relative;display:block;height:100%"><img alt="Welsh musical coming to Llani" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/09/08/11/06/IMG_3498.jpeg?trim=0,500,0,499&width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/08/11/06/IMG_3498.jpeg?trim=0,500,0,499&width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/08/11/06/IMG_3498.jpeg?trim=0,500,0,499&width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/pum-diwrnod-o-ryddid-to-be-performed-in-llanidloes-829949"><div class="title"><p>Welsh musical coming to Llani</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI"><div class="image_wrapper"><a href="/news/school-bus-change-affects-penglais-and-penweddig-pupils-parent-explains-829915" style="position:relative;display:block;height:100%"><img alt="Machynlleth parents concerned over bus changes" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/09/08/10/26/Lucy-and-Ellie-Stubbs.jpeg?trim=0,512,0,512&width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/08/10/26/Lucy-and-Ellie-Stubbs.jpeg?trim=0,512,0,512&width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/08/10/26/Lucy-and-Ellie-Stubbs.jpeg?trim=0,512,0,512&width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/school-bus-change-affects-penglais-and-penweddig-pupils-parent-explains-829915"><div class="title"><p>Machynlleth parents concerned over bus changes</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI"><div class="image_wrapper"><a href="/news/llani-cowboy-hoedown-to-raise-money-for-mid-wales-youth-828996" style="position:relative;display:block;height:100%"><img alt="Llani 'Cowboy Hoedown' to raise money for mid Wales youth" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/09/04/11/53/llani.png?trim=0,752,0,750&width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/04/11/53/llani.png?trim=0,752,0,750&width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/04/11/53/llani.png?trim=0,752,0,750&width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/llani-cowboy-hoedown-to-raise-money-for-mid-wales-youth-828996"><div class="title"><p>Llani 'Cowboy Hoedown' to raise money for mid Wales youth</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI"><div class="image_wrapper"><a href="/news/business/council-leaders-visit-cat-for-update-on-ps25m-project-828363" style="position:relative;display:block;height:100%"><img alt="Council leaders visit CAT for update on £25m project" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/09/02/15/21/Councillor-Visit-to-CAT.jpeg?trim=0,395,0,393&width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/02/15/21/Councillor-Visit-to-CAT.jpeg?trim=0,395,0,393&width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/09/02/15/21/Councillor-Visit-to-CAT.jpeg?trim=0,395,0,393&width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/business"><div><p>Business</p></div></a></div><div><a style="display:flex" href="/news/business/council-leaders-visit-cat-for-update-on-ps25m-project-828363"><div class="title"><p>Council leaders visit CAT for update on £25m project</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI"><div class="image_wrapper"><a href="/news/999/breaking-smoke-fills-machynlleth-shop-due-to-faulty-alarm-system-826796" style="position:relative;display:block;height:100%"><img alt="Breaking: Smoke fills Machynlleth shop due to faulty alarm system" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/08/28/12/53/Fire-Spar-Machynlleth.jpeg?trim=0,503,0,504&width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/28/12/53/Fire-Spar-Machynlleth.jpeg?trim=0,503,0,504&width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/28/12/53/Fire-Spar-Machynlleth.jpeg?trim=0,503,0,504&width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/999"><div><p>999</p></div></a></div><div><a style="display:flex" href="/news/999/breaking-smoke-fills-machynlleth-shop-due-to-faulty-alarm-system-826796"><div class="title"><p>Breaking: Smoke fills Machynlleth shop due to faulty alarm system</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI"><div class="image_wrapper"><a href="/news/business/historic-llanidloes-hotel-to-reopen-with-new-owners-after-shock-closure-826383" style="position:relative;display:block;height:100%"><img alt="Historic Llanidloes hotel to reopen with new owners " src="https://www.cambrian-news.co.uk/tindle-static/image/2025/08/27/11/55/The-Unicorn-Hotel.jpeg?width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/27/11/55/The-Unicorn-Hotel.jpeg?width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/27/11/55/The-Unicorn-Hotel.jpeg?width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/business"><div><p>Business</p></div></a></div><div><a style="display:flex" href="/news/business/historic-llanidloes-hotel-to-reopen-with-new-owners-after-shock-closure-826383"><div class="title"><p>Historic Llanidloes hotel to reopen with new owners </p></div></a></div></div></div></div></div><div class="TopBannerstyled__Wrapper-sc-x2ypns-0 gLGOjW desktop_banner"><div id="leaderboard_dtop" class="topbar" style="width:100%;height:200"></div></div></div><div><div class="ArticleX3PlusMPUstyled__Wrapper-sc-1m3pk3y-0 jPwNGo"><div size="3" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 thYnY articleX3plus"><div class="image_wrapper"><a href="/news/victims-of-machynlleth-house-fire-thank-community-from-the-bottom-of-our-hearts-for-crisis-response-826423" style="position:relative;display:block;height:100%"><div class="Herostyled__IconWrapper-sc-1kv60q9-0 dtVqHv"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg></div><img alt="Mach house fire victims thank community from "bottom of our hearts"" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/08/27/12/44/Machynlleth-fire.jpeg?trim=188,0,216,0&width=310&height=153&crop=310:153" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/27/12/44/Machynlleth-fire.jpeg?trim=188,0,216,0&width=125&height=80&crop=125:80 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/27/12/44/Machynlleth-fire.jpeg?trim=188,0,216,0&width=310&height=153&crop=310:153 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/victims-of-machynlleth-house-fire-thank-community-from-the-bottom-of-our-hearts-for-crisis-response-826423"><div class="title"><p>Mach house fire victims thank community from "bottom of our hearts"</p></div></a></div></div></div><div size="3" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 thYnY articleX3plus"><div class="image_wrapper"><a href="/news/business/broadband-grant-delivers-life-changing-connectivity-for-mid-wales-man-826012" style="position:relative;display:block;height:100%"><img alt="Broadband grant delivers life-changing connectivity for mid Wales man" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/08/26/11/16/Access-Broadband-Cymru-Mark-Snowdon.jpeg?width=310&height=153&crop=310:153" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/26/11/16/Access-Broadband-Cymru-Mark-Snowdon.jpeg?width=125&height=80&crop=125:80 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/26/11/16/Access-Broadband-Cymru-Mark-Snowdon.jpeg?width=310&height=153&crop=310:153 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/business"><div><p>Business</p></div></a></div><div><a style="display:flex" href="/news/business/broadband-grant-delivers-life-changing-connectivity-for-mid-wales-man-826012"><div class="title"><p>Broadband grant delivers life-changing connectivity for mid Wales man</p></div></a></div></div></div><div size="3" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 thYnY articleX3plus"><div class="image_wrapper"><a href="/news/woman-who-became-wales-first-female-statue-celebrated-in-machynlleth-for-200th-birthday-next-year-825229" style="position:relative;display:block;height:100%"><img alt="Woman who became Wales' first female statue to be celebrated in Mach" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/08/22/14/23/Mary-Cornelia-Vane-Tempest.jpeg?trim=0,0,171,0&width=310&height=153&crop=310:153" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/22/14/23/Mary-Cornelia-Vane-Tempest.jpeg?trim=0,0,171,0&width=125&height=80&crop=125:80 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/22/14/23/Mary-Cornelia-Vane-Tempest.jpeg?trim=0,0,171,0&width=310&height=153&crop=310:153 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/woman-who-became-wales-first-female-statue-celebrated-in-machynlleth-for-200th-birthday-next-year-825229"><div class="title"><p>Woman who became Wales' first female statue to be celebrated in Mach</p></div></a></div></div></div><div class="MPUstyled__MPUWrapper-sc-1cdmm4p-0 RBkGu"><div class="MPUstyled__MPUInnerWrapper-sc-1cdmm4p-1 iEeMlD"><div id="mpu5" class="three_item" style="width:100%;height:200"></div></div></div></div></div><div><div class="HeroPlus6styled__Wrapper-sc-1u189i7-0 cUfGxT hero6-only"><div size="6" class="Herostyled__HeroWrapper-sc-1kv60q9-1 bqXHMh"><a href="/news/999/breaking-fire-burns-through-roof-of-machynlleth-house-as-residents-evacuated-825331"><img alt="Breaking: Roof collapses as fire burns at Machynlleth home" class="hero_image" loading="lazy" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/08/22/18/56/Machynlleth-fire.jpeg?trim=66,0,67,0&width=640&height=525&crop=640:525" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/22/18/56/Machynlleth-fire.jpeg?trim=66,0,67,0&width=380&height=350&crop=380:350 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/22/18/56/Machynlleth-fire.jpeg?trim=66,0,67,0&width=640&height=525&crop=640:525 840w,
"/></a><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/999"><div>999</div></a></div><a style="display:flex" href="/news/999/breaking-fire-burns-through-roof-of-machynlleth-house-as-residents-evacuated-825331"><h1 class="title_wrapper">Breaking: Roof collapses as fire burns at Machynlleth home</h1></a><div class="hero_body"><a href="/news/999/breaking-fire-burns-through-roof-of-machynlleth-house-as-residents-evacuated-825331"><div></div></a></div></div></div><div class="HeroPlus6styled__ArticlesWrapper-sc-1u189i7-1 lhTygO articles-wrapper"><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI"><div class="image_wrapper"><a href="/news/machynlleth-day-services-for-older-adults-to-return-as-powys-announce-consolidation-of-services-825092" style="position:relative;display:block;height:100%"><img alt="Machynlleth day services for older adults to return" src="https://www.cambrian-news.co.uk/tindle-static/image/2024/08/02/13/09/Day-care-services-in-Machynlleth.jpg?width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2024/08/02/13/09/Day-care-services-in-Machynlleth.jpg?width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2024/08/02/13/09/Day-care-services-in-Machynlleth.jpg?width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/machynlleth-day-services-for-older-adults-to-return-as-powys-announce-consolidation-of-services-825092"><div class="title"><p>Machynlleth day services for older adults to return</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI"><div class="image_wrapper"><a href="/news/999/mid-wales-mp-brands-rural-crime-a-blight-calls-to-create-dedicated-inspector-post-825187" style="position:relative;display:block;height:100%"><img alt="Mid Wales MP joins NFU call for dedicated rural crime inspector post" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/01/30/13/44/Montgomeryshire-MP-Steve-Witherden.jpeg?trim=0,256,0,256&width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/01/30/13/44/Montgomeryshire-MP-Steve-Witherden.jpeg?trim=0,256,0,256&width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/01/30/13/44/Montgomeryshire-MP-Steve-Witherden.jpeg?trim=0,256,0,256&width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/999"><div><p>999</p></div></a></div><div><a style="display:flex" href="/news/999/mid-wales-mp-brands-rural-crime-a-blight-calls-to-create-dedicated-inspector-post-825187"><div class="title"><p>Mid Wales MP joins NFU call for dedicated rural crime inspector post</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI"><div class="image_wrapper"><a href="/news/powys-schools-celebrate-gcse-results-825036" style="position:relative;display:block;height:100%"><img alt="Powys schools celebrate GCSE results" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/08/21/12/56/bro-hyddgen-7.jpeg?trim=45,0,114,0&width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/21/12/56/bro-hyddgen-7.jpeg?trim=45,0,114,0&width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/21/12/56/bro-hyddgen-7.jpeg?trim=45,0,114,0&width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news"><div><p>News</p></div></a></div><div><a style="display:flex" href="/news/powys-schools-celebrate-gcse-results-825036"><div class="title"><p>Powys schools celebrate GCSE results</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI"><div class="image_wrapper"><a href="/news/business/mid-wales-businesses-to-get-cash-injection-thanks-to-new-grant-fund-824649" style="position:relative;display:block;height:100%"><img alt="Mid Wales businesses to get cash injection thanks to new grant fund" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/08/21/11/22/CastAlum.jpeg?trim=0,824,0,88&width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/21/11/22/CastAlum.jpeg?trim=0,824,0,88&width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/21/11/22/CastAlum.jpeg?trim=0,824,0,88&width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/business"><div><p>Business</p></div></a></div><div><a style="display:flex" href="/news/business/mid-wales-businesses-to-get-cash-injection-thanks-to-new-grant-fund-824649"><div class="title"><p>Mid Wales businesses to get cash injection thanks to new grant fund</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI"><div class="image_wrapper"><a href="/news/entertainment/llani-live-cancelled-with-volunteers-putting-energy-into-first-ever-llanidloes-chocolate-festival-824851" style="position:relative;display:block;height:100%"><img alt="Llanidloes music festival cancelled" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/08/21/15/56/Meredith-Whitely.jpeg?width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/21/15/56/Meredith-Whitely.jpeg?width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/21/15/56/Meredith-Whitely.jpeg?width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/entertainment"><div><p>Entertainment</p></div></a></div><div><a style="display:flex" href="/news/entertainment/llani-live-cancelled-with-volunteers-putting-energy-into-first-ever-llanidloes-chocolate-festival-824851"><div class="title"><p>Llanidloes music festival cancelled</p></div></a></div></div></div><div size="6" class="Itemstyled__SectionItemWrapper-sc-119v85k-0 gEhCLI"><div class="image_wrapper"><a href="/news/entertainment/llanidloes-prepares-to-launch-first-ever-wales-wide-chocolate-festival-this-autumn-823461" style="position:relative;display:block;height:100%"><img alt="Llanidloes to launch first Wales-wide chocolate festival this autumn" src="https://www.cambrian-news.co.uk/tindle-static/image/2025/08/18/13/13/Chocolate-Festival-of-Wales.png?width=200&height=88&crop=119:88" loading="lazy" srcSet="
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/18/13/13/Chocolate-Festival-of-Wales.png?width=118&height=64&crop=96:64 540w,
https://www.cambrian-news.co.uk/tindle-static/image/2025/08/18/13/13/Chocolate-Festival-of-Wales.png?width=200&height=88&crop=119:88 840w,
"/></a></div><div class="inner_wrapper"><div class="tab_wrapper"><a class="tab" href="/news/entertainment"><div><p>Entertainment</p></div></a></div><div><a style="display:flex" href="/news/entertainment/llanidloes-prepares-to-launch-first-ever-wales-wide-chocolate-festival-this-autumn-823461"><div class="title"><p>Llanidloes to launch first Wales-wide chocolate festival this autumn</p></div></a></div></div></div></div></div></div></div></div></div></main><footer class="Footerstyled__FooterWrapper-sc-4mau84-0 czXlFy"><div class="Footerstyled__ContactDetailsWrapper-sc-4mau84-3 kfIVEr"><div class="Footerstyled__LogoWrapper-sc-4mau84-4 kdVmIp"><a href="/" class="Logo__Link-sc-m24d4e-1 hrJPfr"><img src="/images/logos/cambrian_news.jpg" alt="cambrian-news.co.uk" id="logo" loading="lazy" srcSet="
/images/logos/cambrian_news.jpg?width=220&height=70&crop=220:70 220w,
/images/logos/cambrian_news.jpg?width=350&height=85&crop=350:85 350w,
" class="Logo__Image-sc-m24d4e-2 ilzXJo"/></a></div><div class="Footerstyled__ContactWrapper-sc-4mau84-8 ckqCBA"><div class="Footerstyled__InnerContactWrapper-sc-4mau84-1 kgitTH"><div><p class="Footerstyled__SubHeading-sc-4mau84-10 cuKBbF">Contact</p><address>PO Box 4<br/>Aberystwyth<br/>Ceredigion<br/>Wales<br/>SY23 3WB<br/><br/><div class="Footerstyled__LinksWrapper-sc-4mau84-13 ctzgUt"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M18.1182 14.702L14 15.5C11.2183 14.1038 9.50001 12.5 8.50001 10L9.26996 5.8699L7.81453 2H4.06361C2.93606 2 2.04815 2.93178 2.21655 4.04668C2.63696 6.83 3.87654 11.8765 7.50001 15.5C11.3052 19.3052 16.7857 20.9564 19.802 21.6127C20.9668 21.8662 22 20.9575 22 19.7655V16.1812L18.1182 14.702Z" stroke="#272727" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>Tel:<!-- --> <a href="tel:01970615000" target="_blank" rel="noreferrer">01970 615000</a><br/></div><div class="Footerstyled__LinksWrapper-sc-4mau84-13 ctzgUt"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M7.4301 8.38558C7.09076 8.14804 6.62311 8.23057 6.38558 8.5699C6.14804 8.90924 6.23057 9.37689 6.5699 9.61442L7.4301 8.38558ZM12 12.5L11.5699 13.1144C11.8281 13.2952 12.1719 13.2952 12.4301 13.1144L12 12.5ZM17.4301 9.61442C17.7694 9.37689 17.852 8.90924 17.6144 8.5699C17.3769 8.23057 16.9092 8.14804 16.5699 8.38558L17.4301 9.61442ZM6.5699 9.61442L11.5699 13.1144L12.4301 11.8856L7.4301 8.38558L6.5699 9.61442ZM12.4301 13.1144L17.4301 9.61442L16.5699 8.38558L11.5699 11.8856L12.4301 13.1144ZM2.75 17V7H1.25V17H2.75ZM2.75 7C2.75 6.30964 3.30964 5.75 4 5.75V4.25C2.48122 4.25 1.25 5.48122 1.25 7H2.75ZM4 5.75H20V4.25H4V5.75ZM20 5.75C20.6904 5.75 21.25 6.30964 21.25 7H22.75C22.75 5.48122 21.5188 4.25 20 4.25V5.75ZM21.25 7V17H22.75V7H21.25ZM21.25 17C21.25 17.6904 20.6904 18.25 20 18.25V19.75C21.5188 19.75 22.75 18.5188 22.75 17H21.25ZM20 18.25H4V19.75H20V18.25ZM4 18.25C3.30964 18.25 2.75 17.6904 2.75 17H1.25C1.25 18.5188 2.48122 19.75 4 19.75V18.25Z" fill="#272727"></path></svg><a href="/cdn-cgi/l/email-protection#5431303d201437353936263d353a793a3123277a373b7a213f" target="_blank" rel="noreferrer" class="contact-link"><span class="__cf_email__" data-cfemail="70151419043013111d120219111e5d1e1507035e131f5e051b">[email protected]</span></a></div></address></div></div><div class="Footerstyled__SocialWrapper-sc-4mau84-9 ieeCZS"><p class="Footerstyled__SubHeading-sc-4mau84-10 cuKBbF">Follow us</p><div class="Footerstyled__SocialLinkWrapper-sc-4mau84-11 hZRjGZ"><a href="https://www.facebook.com/CambrianNews" target="_blank" class="SocialLinkstyled__SocialLinkStyledWrapper-sc-cxgc9t-0 gpnIjg"><div class="SocialLinkstyled__SocialLinkStyled-sc-cxgc9t-1 kgJpcH"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g id="icon/facebook"><path id="Vector" d="M11.9999 1.43994C6.16794 1.43994 1.43994 6.16794 1.43994 11.9999C1.43994 17.2943 5.33994 21.6657 10.4217 22.4294V14.7988H7.80906V12.023H10.4217V10.1759C10.4217 7.11786 11.9116 5.7753 14.4532 5.7753C15.6705 5.7753 16.3142 5.86554 16.619 5.90682V8.32986H14.8852C13.8062 8.32986 13.4294 9.35274 13.4294 10.5057V12.023H16.5916L16.1625 14.7988H13.4294V22.4519C18.5836 21.7526 22.5599 17.3457 22.5599 11.9999C22.5599 6.16794 17.8319 1.43994 11.9999 1.43994Z" fill="#272727"></path></g></svg></div></a><a href="https://twitter.com/cambriannews" target="_blank" class="SocialLinkstyled__SocialLinkStyledWrapper-sc-cxgc9t-0 gpnIjg"><div class="SocialLinkstyled__SocialLinkStyled-sc-cxgc9t-1 fyYSFZ"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M2.84157 2.88L9.87938 13.14L2.99063 21.12H4.51688L10.5534 14.1225L15.3534 21.12H21.12L13.7672 10.4016L20.2556 2.88H18.7341L13.0922 9.41625L8.60813 2.88H2.84157ZM4.66407 3.84H8.10282L19.2975 20.16H15.8588L4.66407 3.84Z" fill="#272727"></path></svg></div></a></div></div></div></div><div id="footer-menu" class="Footerstyled__FooterMenuWrapper-sc-4mau84-12 hhjrfu"><p class="Footerstyled__SubHeading-sc-4mau84-10 cuKBbF">Further Links</p><ul class="footer-menu"><li><a href="/service/terms-and-conditions-503202" id="g68kk8jw">Terms & Conditions</a></li><li><a href="/service/contact-503248" id="iy6n9pqv">Contact</a></li><li><a href="/service/privacy-and-cookies-503247" id="thm781y5">Privacy policy</a></li><li><a href="https://www.new-job-today.co.uk/" id="67tknunp">Jobs</a></li></ul></div><div class="Footerstyled__NewsletterWrapper-sc-4mau84-2 idEKQs"><div class="NewsLetterSignUpstyled__NewsLetterSignUpWrapper-sc-aru595-0 diYiYB newsletter-footer"><div class="Cardstyled__Wrapper-sc-3i636i-0 hHrRMr newsletter_card"><div class="Titlestyled__TitleWrapper-sc-1ijng3a-1 bevunH"><h1 type="card" class="Titlestyled__StyledTitle-sc-1ijng3a-0 gmKyup">Newsletter Sign up</h1></div><div class="NewsLetterSignUpstyled__Grid-sc-aru595-3 bgmdkq grid_container"><span class="NewsLetterSignUpstyled__Info-sc-aru595-1 hKaFeL">Get your latest local news for free in your email inbox</span><form action="#"><div class="NewsLetterSignUpstyled__InputWrapper-sc-aru595-2 crjyZV"><div class="Fieldstyled__InputWrapper-sc-dpy94y-6 iwGrFT"><input type="text" name="email" value="" placeholder="Enter your email address" data-testid="input" class="Fieldstyled__InputStyled-sc-dpy94y-0 gWIDCO"/><span class="Fieldstyled__IconWrapper-sc-dpy94y-3 iUrbTJ"></span></div><button type="submit" disabled="" class="NewsLetterSignUpstyled__SubmitButton-sc-aru595-5 hwcTNb">Submit</button></div></form></div><div class="CheckBoxstyled__CheckboxWrapper-sc-8bsjax-0 ihwjaE checkbox"><input type="checkbox"/><label class="CheckBoxstyled__StyledLabel-sc-8bsjax-1 hnbabY"> <span>I would like to be emailed about offers, events and updates from Cambrian News. Read our <a href="/privacy">privacy notice</a></span></label></div></div></div></div><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
var _comscore = _comscore || [];
_comscore.push({ c1: "2", c2: "22002390", options: {
enableFirstPartyCookie: true
} });
(function() {
var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
s.src = "https://sb.scorecardresearch.com/cs/22002390/beacon.js";
el.parentNode.insertBefore(s, el);
})();
</script><noscript><img src="https://sb.scorecardresearch.com/p?c1=2&c2=22002390&cv=4.4.0&cj=1"/></noscript></footer><div class="Footerstyled__FooterBottomBorderContainer-sc-4mau84-6 dVUVZt"><div class="Footerstyled__FooterBottomBorder-sc-4mau84-7 hmxnFS"></div></div><div class="Footerstyled__FooterBottom-sc-4mau84-5 cRpDUh"><p class="Footerstyled__LegalText-sc-4mau84-14 hmqzZk">Owned or licensed to Tindle Newspapers Ltd. | Independent Family-Owned Newspapers | Copyright & Trade Mark Notice & 2013 -<!-- --> <!-- -->2025</p></div></div><script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
</script><script async="" src="https://micro.rubiconproject.com/prebid/dynamic/11022.js?group=tindle"></script><script async="" src="https://tindle.1xl.adopstar.uk/tindle.js"></script><script async="">
class CsvDomainMapper{constructor(e){this.csvUrl=e}getIdByDomain=e=>{let t=()=>fetch(this.csvUrl).then(e=>e.ok?e.text():Promise.reject("CSV fetch failed")).then(e=>e.split("\n").slice(1).reduce((e,t)=>{let[n,s]=t.split(",").map(e=>e.trim());return n&&s&&(e[n.replace(/^www\./,"")]=s),e},{}));return e=e.replace(/^www\./,""),this.domainIdMap?Promise.resolve(this.domainIdMap[e]||null):t().then(t=>(this.domainIdMap=t,t[e]||null))}}const mapper=new CsvDomainMapper("https://cdn.exitbee.com/csvs/1xlSiteIds.csv");mapper.getIdByDomain(window.location.hostname).then(e=>{e?(!function(e,t,n,s,a){e.ExitBeeObject=a,e[a]=e[a]||function(){(e[a].args=e[a].args||[]).push(arguments)};let i=t.createElement(n),r=t.getElementsByTagName(n)[0];i.async=1,i.src=s,r.parentNode.insertBefore(i,r)}(window,document,"script","https://cdn.exitbee.com/xtb.min.js","xtb"),window.xtb("loadSite",e)):console.warn("Domain ID not found in CSV")});
</script></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"data":{"data":{"type":"section","layout":{"name":"Cambrian News Default section_layout","id":46,"updated":1727291158,"section":null},"section":{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229},"cacheKeys":["web_tindle_prod_section_576_publication_11","tindle_prod","web_tindle_prod","web_tindle_prod_section_576","web_tindle_prod_publication_11","web_tindle_prod_2025-09-17","web_tindle_prod_2025-09-17_publication_11","web_tindle_prod_your-area_machynlleth-0"],"adConfig":13,"components":[{"type":"Title","description":"This component displays a \u003cstrong\u003eTitle element\u003c/strong\u003e.","labelText":"Machynlleth","labelLink":null,"alignment":null,"commercialBadgeTerm":null,"commercialBadgeImage":null,"commercialBadgeLink":null,"updated":null,"headingStyle":false},{"type":"ArticleX6PlusMPU","description":"This component contains \u003cstrong\u003e6 articles\u003c/strong\u003e and displays an \u003cstrong\u003eMPU\u003c/strong\u003e.","labelText":null,"labelLink":null,"useAuthorImage":false,"ad":{"type":"mpu","alignment":"Right","adSource":null},"updated":null,"taboolaExcludeArticles":null,"contentSourceDomain":null,"remotePublication":false,"articles":[{"type":"article","id":"832981","remoteId":null,"status":true,"title":"Artists launch exhibition at Machynlleth's Oriel Sploj","titleShort":"Artists launch exhibition at Machynlleth's Oriel Sploj","titleSocial":"Explore 'Floop' in Machynlleth's new gallery","titleSEO":"Artists launch exhibition at Machynlleth's Oriel Sploj","lead":"\u003cp\u003eOriel Sploj opens in Machynlleth with 'Floop', showcasing works by 17 artists.\u003c/p\u003e","path":"/news/entertainment/artists-launch-exhibition-at-machynlleths-oriel-sploj-832981","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Entertainment","path":"/news/entertainment","id":544,"uuid":"4da2778d-4083-411f-b632-9a4dc900ea89","sourceId":null,"sourceName":null,"sourcePath":"entertainment","changed":"1753305121","firstLetter":"e","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Entertainment","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":1493}],"workflow":"Raw","sections":[{"name":"Entertainment","path":"/news/entertainment","id":544,"uuid":"4da2778d-4083-411f-b632-9a4dc900ea89","sourceId":null,"sourceName":null,"sourcePath":"entertainment","changed":"1753305121","firstLetter":"e","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Entertainment","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":1493},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229},{"name":"Gwynedd","path":"/your-area/gwynedd","id":11527,"uuid":"be754c0a-39bc-42f2-9e6e-41d08b9e0d40","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753307161","firstLetter":"g","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Gwynedd","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":""},"articleCount":1288}],"hero":[{"type":"image","data":{"title":"Untitled design - 2025-09-17T093750.572","description":"Floop co-curators William Tremlett and Nadia-Lin in the Oriel Sploj exhibition space","caption":"\u003cp\u003eFloop co-curators William Tremlett and Nadia-Lin in the Oriel Sploj exhibition space\u003c/p\u003e","copyright":"Picture supplied","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/09/17/8/34/Untitled-design-2025-09-17T093750-572.png","id":null,"bundle":"remote_image","mid":779899,"changed":"1758098315","created":"1758098315","uid":25,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Julie McNicholls Vale"},"extra":{"imageSize":{"width":1338,"height":890},"sizes":{"onebyone":{"trimData":{"top":0,"right":225,"bottom":0,"left":223},"cropData":{"x":223.99999999999994,"y":0,"width":889.9999999999999,"height":889.9999999999999,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Julie McNicholls Vale","id":498,"changed":"1753305182","remoteId":"12","email":"julie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Deputy news editor","imageUrl":"https://www.farnhamherald.com/images/reporters/CN-Logo-Square9.jpg","twitter":"JulieCambrian","facebook":null,"location":null,"path":"/author/julie-mcnicholls-vale","description":null,"firstLetter":"j","bundle":"author","extra":{"instagram":null,"snapchat":null,"linkedin":null,"tiktok":null,"headerImageUrl":null,"titleSEO":"","seoDescription":"Julie McNicholls Vale is a Deputy News Editor. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":"","description":"\u003cp\u003e \u003c/p\u003e\u003cp\u003e\u003c/p\u003e"},"articleCount":5946}],"updated":1758121215,"changed":1758098539,"publish":1758121215,"firstCreated":1758098501,"firstPublished":1758121215,"overrideDate":1758098054,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":336,"extra":{"isBreakingNews":false}},{"type":"article","id":"832244","remoteId":null,"status":true,"title":"Machynlleth's Led Zeppelin micro nation releases first single under new record label","titleShort":"Led Zeppelin micro nation releases first single under new record label","titleSocial":"Machynlleth's Led Zeppelin micro nation releases first single under new record label","titleSEO":"Machynlleth's Led Zeppelin micro nation releases first single under new record label","lead":"","path":"/news/entertainment/machynlleths-led-zeppelin-micro-nation-releases-first-single-under-new-record-label-832244","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Entertainment","path":"/news/entertainment","id":544,"uuid":"4da2778d-4083-411f-b632-9a4dc900ea89","sourceId":null,"sourceName":null,"sourcePath":"entertainment","changed":"1753305121","firstLetter":"e","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Entertainment","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":1493}],"workflow":"Raw","sections":[{"name":"Entertainment","path":"/news/entertainment","id":544,"uuid":"4da2778d-4083-411f-b632-9a4dc900ea89","sourceId":null,"sourceName":null,"sourcePath":"entertainment","changed":"1753305121","firstLetter":"e","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Entertainment","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":1493},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Bron yr Aur","description":"Scott Roe, founder and 'Duke' of the Bron yr Aur Independent Nation","caption":"\u003cp\u003eScott Roe, founder and 'Duke' of the Bron yr Aur Independent Nation\u003c/p\u003e","copyright":"Cambrian News","credit":null,"alt":"Scott Roe, founder and 'Duke' of the Bron yr Aur Independent Nation","doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/04/17/16/35/Bron-yr-Aur.jpeg","id":null,"bundle":"remote_image","mid":734896,"changed":"1744906356","created":"1744906356","uid":186,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Debbie Luxon"},"extra":{"imageSize":{"width":3008,"height":2000},"sizes":{"onebyone":{"trimData":{"top":0,"right":503,"bottom":0,"left":504},"cropData":{"x":504,"y":0,"width":2000.0000000000002,"height":2000.0000000000002,"rotate":0,"scaleX":1,"scaleY":1}},"threebytwo":{"trimData":{"top":0,"right":5,"bottom":0,"left":3},"cropData":{"x":3.999999999999989,"y":0,"width":3000,"height":2000.0000000000002,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1758038436,"changed":1757939625,"publish":1758038436,"firstCreated":1757937585,"firstPublished":1758038436,"overrideDate":1757937019,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":382,"extra":{"isBreakingNews":false}},{"type":"article","id":"832832","remoteId":null,"status":true,"title":"Satellite internet to be trialled on Machynlleth buses","titleShort":"Satellite internet to be trialled on Machynlleth buses","titleSocial":"Satellite internet to be trialled on Machynlleth buses","titleSEO":"Satellite internet to be trialled on Machynlleth buses","lead":"","path":"/news/business/satellite-internet-to-be-trialled-on-machynlleth-buses-832832","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Business","path":"/news/business","id":428,"uuid":"c7b2f79d-dc78-4589-a1bf-2ce854ca8ee9","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753440275","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Business","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"gtmCampaign":0},"articleCount":2384}],"workflow":"Raw","sections":[{"name":"Business","path":"/news/business","id":428,"uuid":"c7b2f79d-dc78-4589-a1bf-2ce854ca8ee9","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753440275","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Business","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"gtmCampaign":0},"articleCount":2384},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"TfW_fflecsi-12","description":"Fflecsi bus","caption":"\u003cp\u003eThe Fflecsi service will trial satellite internet signal for passengers\u003c/p\u003e","copyright":"Transport for Wales","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/09/16/13/12/TfW_fflecsi-12.jpeg","id":null,"bundle":"remote_image","mid":779781,"changed":"1758030672","created":"1758030672","uid":23,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Dylan Davies"},"extra":{"imageSize":{"width":2048,"height":1365},"sizes":{"onebyone":{"trimData":{"top":0,"right":342,"bottom":0,"left":341},"cropData":{"x":341.5,"y":0,"width":1365,"height":1365,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Dylan Davies","id":583,"changed":"1753102802","remoteId":null,"email":"dylan@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"News editor","imageUrl":"https://www.farnhamherald.com/images/reporters/CN-Logo-Square8.jpg","twitter":"dylandavies1","facebook":null,"location":null,"path":"/author/dylan-davies","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Dylan Davies is a News Editor for the Cambrian News, on behalf of Tindle News.","takeover":""},"articleCount":4970}],"updated":1758030714,"changed":1758030714,"publish":1758030714,"firstCreated":1758030714,"firstPublished":1758030714,"overrideDate":1758030569,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":316,"extra":{"isBreakingNews":false}},{"type":"article","id":"832125","remoteId":null,"status":true,"title":"Tensions in Newtown as anti-immigration protestors clash with opposition at weekend","titleShort":"Tensions as Newtown anti-immigration protestors clash with opposition","titleSocial":"Tensions in Newtown as anti-immigration protestors clash with opposition at weekend","titleSEO":"Tensions in Newtown as anti-immigration protestors clash with opposition at weekend","lead":"","path":"/news/999/tensions-in-newtown-as-anti-immigration-protestors-clash-with-opposition-at-weekend-832125","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"999","path":"/news/999","id":427,"uuid":"9face96e-d03e-47b7-be81-3abaaf0dfeba","sourceId":null,"sourceName":null,"sourcePath":"999","changed":"1753305361","firstLetter":"9","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e 999","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":"","commercialCampaign":false,"titleSEO":"","seoDescription":"This is the page to find all the latest articles regarding 999."},"articleCount":3053}],"workflow":"Raw","sections":[{"name":"999","path":"/news/999","id":427,"uuid":"9face96e-d03e-47b7-be81-3abaaf0dfeba","sourceId":null,"sourceName":null,"sourcePath":"999","changed":"1753305361","firstLetter":"9","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e 999","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":"","commercialCampaign":false,"titleSEO":"","seoDescription":"This is the page to find all the latest articles regarding 999."},"articleCount":3053},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"dailymotion","data":{"id":"x9qlc4i","bundle":"dailymotion_id","mid":779470,"changed":"1757952429"}},{"type":"image","data":{"title":"Newtown anti-immigration protest","description":"The two protest groups meet in Newtown on 13 September - (left) counter protest (right) anti-immigration protest, with police holding a line in between. Photo: Cambrian News","caption":"\u003cp\u003eThe two protest groups meet in Newtown on 13 September - (left) counter protest (right) anti-immigration protest, with police holding a line in between. Photo: Cambrian News\u003c/p\u003e","copyright":"Cambrian News","credit":null,"alt":"The two protest groups meet in Newtown on 13 September - (left) counter protest (right) anti-immigration protest, with police holding a line in between. Photo: Cambrian News","doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/09/15/11/38/Newtown-anti-immigration-protest.jpeg","id":null,"bundle":"remote_image","mid":779218,"changed":"1757936079","created":"1757936079","uid":186,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Debbie Luxon"},"extra":{"imageSize":{"width":3008,"height":2000},"sizes":{"onebyone":{"trimData":{"top":0,"right":503,"bottom":0,"left":504},"cropData":{"x":504,"y":0,"width":2000.0000000000002,"height":2000.0000000000002,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1757939442,"changed":1757952438,"publish":1757939442,"firstCreated":1757931114,"firstPublished":1757939442,"overrideDate":1757930854,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":644,"extra":{"isBreakingNews":false}},{"type":"article","id":"831362","remoteId":null,"status":true,"title":"Mid Wales residents called to report empty homes to tackle housing crisis","titleShort":"Mid Wales residents to report empty homes to tackle housing crisis","titleSocial":"Mid Wales residents called to report empty homes to tackle housing crisis","titleSEO":"Mid Wales residents called to report empty homes to tackle housing crisis","lead":"","path":"/news/mid-wales-residents-called-to-report-empty-homes-to-tackle-housing-crisis-831362","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Empty House","description":"Empty House","caption":"\u003cp\u003e\u003c/p\u003e","copyright":"LDRS","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2024/03/27/13/36/Empty%20House.jpg","id":null,"bundle":"remote_image","mid":621850,"changed":"1711544797","created":"1711544797","uid":143,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Ben Howe"},"extra":{"imageSize":{"width":860,"height":604},"sizes":{"onebyone":{"trimData":{"top":0,"bottom":0,"right":238,"left":18}},"threebyone":{"trimData":{"top":264,"bottom":53,"right":0,"left":0}},"twobyone":{"trimData":{"top":113,"bottom":61,"right":0,"left":0}},"threebytwo":{"trimData":{"top":0,"bottom":31,"right":0,"left":0}},"sixteenbynine":{"trimData":{"top":75,"bottom":45,"right":0,"left":0}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1757757618,"changed":1757601280,"publish":1757757618,"firstCreated":1757598218,"firstPublished":1757757618,"overrideDate":1757592679,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":353,"extra":{"isBreakingNews":false}},{"type":"article","id":"831645","remoteId":null,"status":true,"title":"Police issue 'no fly zone' order over mid Wales town ahead of planned protests","titleShort":"Police issue 'no fly zone' order over mid Wales town","titleSocial":"Police issue 'no fly zone' order over mid Wales town ahead of planned protests","titleSEO":"Police issue 'no fly zone' order over mid Wales town ahead of planned protests","lead":"","path":"/news/999/police-issue-no-fly-zone-order-over-mid-wales-town-ahead-of-planned-protests-831645","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"999","path":"/news/999","id":427,"uuid":"9face96e-d03e-47b7-be81-3abaaf0dfeba","sourceId":null,"sourceName":null,"sourcePath":"999","changed":"1753305361","firstLetter":"9","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e 999","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":"","commercialCampaign":false,"titleSEO":"","seoDescription":"This is the page to find all the latest articles regarding 999."},"articleCount":3053}],"workflow":"Raw","sections":[{"name":"999","path":"/news/999","id":427,"uuid":"9face96e-d03e-47b7-be81-3abaaf0dfeba","sourceId":null,"sourceName":null,"sourcePath":"999","changed":"1753305361","firstLetter":"9","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e 999","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":"","commercialCampaign":false,"titleSEO":"","seoDescription":"This is the page to find all the latest articles regarding 999."},"articleCount":3053},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Newtown no-fly zone","description":"A temporary flight restriction zone, specifically affecting drones, will be imposed above Newtown this Saturday (13 September) as we seek to facilitate lawful and peaceful protests in the town centre. Photo: Dyfed-Powys Police","caption":"\u003cp\u003eA temporary flight restriction zone, specifically affecting drones, will be imposed above Newtown this Saturday (13 September) as we seek to facilitate lawful and peaceful protests in the town centre. Photo: Dyfed-Powys Police\u003c/p\u003e","copyright":"Dyfed-Powys Police","credit":null,"alt":"A temporary flight restriction zone, specifically affecting drones, will be imposed above Newtown this Saturday (13 September) as we seek to facilitate lawful and peaceful protests in the town centre. Photo: Dyfed-Powys Police","doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/09/12/11/13/Newtown-no-fly-zone.png","id":null,"bundle":"remote_image","mid":778753,"changed":"1757676853","created":"1757676853","uid":186,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Debbie Luxon"},"extra":{"imageSize":{"width":1159,"height":873},"sizes":{"onebyone":{"trimData":{"top":0,"bottom":0,"right":14,"left":272}},"twobyone":{"trimData":{"top":245,"bottom":48,"right":0,"left":0}},"threebyone":{"trimData":{"top":436,"bottom":51,"right":0,"left":0}},"sixteenbynine":{"trimData":{"top":190,"bottom":31,"right":0,"left":0}},"threebytwo":{"trimData":{"top":54,"bottom":46,"right":0,"left":0}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1757681185,"changed":1757681184,"publish":1757681185,"firstCreated":1757673399,"firstPublished":1757681185,"overrideDate":1757672997,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":542,"extra":{"isBreakingNews":false}}],"mpu":3},{"type":"ArticleX3PlusMPU","description":"This component contains \u003cstrong\u003e3 articles\u003c/strong\u003e and displays an \u003cstrong\u003eMPU\u003c/strong\u003e.","labelText":null,"labelLink":null,"useAuthorImage":false,"ad":{"type":"mpu","alignment":"Right","adSource":null},"updated":null,"taboolaExcludeArticles":null,"contentSourceDomain":null,"remotePublication":false,"articles":[{"type":"article","id":"831413","remoteId":null,"status":true,"title":"Palestinian teens to visit Machynlleth after residents raise thousands","titleShort":"Palestinian youth to visit Machynlleth after residents raise thousands","titleSocial":"Palestinian youth to visit Machynlleth after residents raise thousands","titleSEO":"Palestinian youth to visit Machynlleth after residents raise thousands for first exchange programme","lead":"","path":"/news/palestinian-teens-to-visit-machynlleth-after-residents-raise-thousands-831413","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Palestinian youth exchange project","description":"Eight teenagers from Palestine and their three youth leaders will be visiting Machynlleth as part of a Wales and London youth exchange project this month. Photo: Camden Abu Dis Friendship Association","caption":"\u003cp\u003eEight teenagers from Palestine and their three youth leaders will be visiting Machynlleth as part of a Wales-London youth exchange project this month. Photo: Camden Abu Dis Friendship Association\u003c/p\u003e","copyright":"Camden Abu Dis Friendship Association","credit":null,"alt":"Eight teenagers from Palestine and their three youth leaders will be visiting Machynlleth as part of a Wales and London youth exchange project this month. Photo: Camden Abu Dis Friendship Association","doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/09/11/15/11/Palestinian-youth-exchange-project.png","id":null,"bundle":"remote_image","mid":778544,"changed":"1757604071","created":"1757604071","uid":186,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Debbie Luxon"},"extra":{"imageSize":{"width":1338,"height":890},"sizes":{"threebytwo":{"trimData":{"top":0,"bottom":0,"right":3,"left":0}},"twobyone":{"trimData":{"top":166,"bottom":55,"right":0,"left":0}},"onebyone":{"trimData":{"top":0,"bottom":0,"right":4,"left":444}},"threebyone":{"trimData":{"top":27,"bottom":417,"right":0,"left":0}},"sixteenbynine":{"trimData":{"top":111,"bottom":26,"right":0,"left":0}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1757667632,"changed":1757664395,"publish":1757667632,"firstCreated":1757603676,"firstPublished":1757667632,"overrideDate":1757603601,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":349,"extra":{"isBreakingNews":false}},{"type":"article","id":"831298","remoteId":null,"status":true,"title":"Over 1,000 children in mid Wales could be missing out on free childcare","titleShort":"1,000 children in mid Wales could be missing out on free childcare","titleSocial":"Over 1,000 children in mid Wales could be missing out on free childcare","titleSEO":"Over 1,000 children in mid Wales could be missing out on free childcare","lead":"","path":"/news/over-1000-children-in-mid-wales-could-be-missing-out-on-free-childcare-831298","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Powys County Council is urging parents to check if they are eligible for free or reduced-cost childcare","description":"Powys County Council is urging parents to check if they are eligible for free or reduced-cost childcare","caption":"\u003cp\u003ePowys County Council is urging parents to check if they are eligible for free or reduced-cost childcare\u003c/p\u003e","copyright":"Stock image","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/09/09/14/47/Powys-County-Council-is-urging-parents-to-check-if-they-are-eligible-for-free-or-reduced-cost-childc.jpeg","id":null,"bundle":"remote_image","mid":777964,"changed":"1757428127","created":"1757428127","uid":34,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"luke williams"},"extra":{"imageSize":{"width":5184,"height":3456},"sizes":{"Freeform":{"trimData":{"top":0,"right":0,"bottom":0,"left":0},"cropData":{"x":0,"y":0,"width":5184,"height":3456,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1757606437,"changed":1757592700,"publish":1757606437,"firstCreated":1757590359,"firstPublished":1757606437,"overrideDate":1757589020,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":373,"extra":{"isBreakingNews":false}},{"type":"article","id":"831033","remoteId":null,"status":true,"title":"Lorry collision disrupts Cambrian Line trains","titleShort":"Lorry collision disrupts Cambrian Line trains","titleSocial":"Lorry collision disrupts Cambrian Line trains","titleSEO":"Lorry collision disrupts Cambrian Line trains","lead":"\u003cp\u003eTrains in Caersws faced delays after a lorry collided with a railway bridge, temporarily closing the Cambrian Line. Services resume, but some disruption continues.\u003c/p\u003e","path":"/news/lorry-collision-disrupts-cambrian-line-trains-831033","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"TfW logo.png","description":"Transport for Wales","caption":"\u003cp\u003eAlthough not in dispute with the RMT, strike action will severely disrupt Transport for Wales services\u003c/p\u003e","copyright":"Transport for Wales","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2022/06/08/18/TfW%20logo.png","id":null,"bundle":"remote_image","mid":466852,"changed":"1654709632","created":"1654709632","uid":23,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Dylan Davies"},"extra":{"imageSize":{"width":1000,"height":666}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Julie McNicholls Vale","id":498,"changed":"1753305182","remoteId":"12","email":"julie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Deputy news editor","imageUrl":"https://www.farnhamherald.com/images/reporters/CN-Logo-Square9.jpg","twitter":"JulieCambrian","facebook":null,"location":null,"path":"/author/julie-mcnicholls-vale","description":null,"firstLetter":"j","bundle":"author","extra":{"instagram":null,"snapchat":null,"linkedin":null,"tiktok":null,"headerImageUrl":null,"titleSEO":"","seoDescription":"Julie McNicholls Vale is a Deputy News Editor. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":"","description":"\u003cp\u003e \u003c/p\u003e\u003cp\u003e\u003c/p\u003e"},"articleCount":5946}],"updated":1757518800,"changed":1757518800,"publish":1757518800,"firstCreated":1757518800,"firstPublished":1757518800,"overrideDate":1757518481,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":108,"extra":{"isBreakingNews":false}}],"mpu":4},{"type":"HeroPlus6Articles","description":"This component contains \u003cstrong\u003e7 articles\u003c/strong\u003e.","labelText":null,"labelLink":null,"useAuthorImage":false,"heroAlignment":"Left","updated":null,"taboolaExcludeArticles":null,"contentSourceDomain":null,"remotePublication":false,"articles":[{"type":"article","id":"830067","remoteId":null,"status":true,"title":"Cystic Fibrosis Day: Mid Wales mum on how new research could support families","titleShort":"Mid Wales mum's hope for new Cystic Fibrosis research","titleSocial":"Cystic Fibrosis Day: Mid Wales mum on how new research could support families","titleSEO":"Cystic Fibrosis Day: Mid Wales mum on how new research could support families","lead":"","path":"/news/health/cystic-fibrosis-day-mid-wales-mum-on-how-new-research-could-support-families-830067","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Health","path":"/news/health","id":434,"uuid":"4903dcd4-3137-479d-a369-75f6cb4de13f","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753280101","firstLetter":"h","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Health","bundle":"section","articleCount":2978}],"workflow":"Raw","sections":[{"name":"Health","path":"/news/health","id":434,"uuid":"4903dcd4-3137-479d-a369-75f6cb4de13f","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753280101","firstLetter":"h","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Health","bundle":"section","articleCount":2978},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Diane and Vicki Lloyd 2","description":"Diane and Vicki Lloyd","caption":"\u003cp\u003eDiane and Vicki Lloyd\u003c/p\u003e","copyright":"Health and Care Research Wales","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/09/08/13/56/Diane-and-Vicki-Lloyd-2.jpeg","id":null,"bundle":"remote_image","mid":777534,"changed":"1757339336","created":"1757339336","uid":23,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Dylan Davies"},"extra":{"imageSize":{"width":1080,"height":1382},"sizes":{"onebyone":{"trimData":{"top":151,"right":0,"bottom":151,"left":0},"cropData":{"x":0,"y":151,"width":1080,"height":1080,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Dylan Davies","id":583,"changed":"1753102802","remoteId":null,"email":"dylan@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"News editor","imageUrl":"https://www.farnhamherald.com/images/reporters/CN-Logo-Square8.jpg","twitter":"dylandavies1","facebook":null,"location":null,"path":"/author/dylan-davies","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Dylan Davies is a News Editor for the Cambrian News, on behalf of Tindle News.","takeover":""},"articleCount":4970}],"updated":1757341816,"changed":1757339421,"publish":1757341816,"firstCreated":1757339385,"firstPublished":1757341841,"overrideDate":1757339146,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":534,"extra":{"isBreakingNews":false}},{"type":"article","id":"829949","remoteId":null,"status":true,"title":"Pum Diwrnod o Ryddid to be performed in Llanidloes","titleShort":"Welsh musical coming to Llani","titleSocial":"Pum Diwrnod o Ryddid to be performed in Llanidloes","titleSEO":"Pum Diwrnod o Ryddid to be performed in Llanidloes","lead":"","path":"/news/pum-diwrnod-o-ryddid-to-be-performed-in-llanidloes-829949","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"IMG_3498","description":"Chartists","caption":"\u003cp\u003eFive Days of Freedom will be performed in Llanidloes town centre\u003c/p\u003e","copyright":"Theatr Maldwyn","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/09/08/11/06/IMG_3498.jpeg","id":null,"bundle":"remote_image","mid":777445,"changed":"1757330166","created":"1757330166","uid":23,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Dylan Davies"},"extra":{"imageSize":{"width":3000,"height":2000},"sizes":{"onebyone":{"trimData":{"top":0,"right":500,"bottom":0,"left":499},"cropData":{"x":499.99999999999994,"y":0,"width":2000.0000000000002,"height":2000.0000000000002,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Dylan Davies","id":583,"changed":"1753102802","remoteId":null,"email":"dylan@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"News editor","imageUrl":"https://www.farnhamherald.com/images/reporters/CN-Logo-Square8.jpg","twitter":"dylandavies1","facebook":null,"location":null,"path":"/author/dylan-davies","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Dylan Davies is a News Editor for the Cambrian News, on behalf of Tindle News.","takeover":""},"articleCount":4970}],"updated":1757338253,"changed":1757330217,"publish":1757338253,"firstCreated":1757330217,"firstPublished":1757338253,"overrideDate":1757329412,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":129,"extra":{"isBreakingNews":false}},{"type":"article","id":"829915","remoteId":null,"status":true,"title":"School bus change affects Penglais and Penweddig pupils, parent explains","titleShort":"Machynlleth parents concerned over bus changes","titleSocial":"School bus changes upset more Machynlleth parents","titleSEO":"Parents in Machynlleth voice concerns over school bus changes","lead":"\u003cp\u003eMachynlleth parents express dismay at last-minute changes to school bus services affecting student travel to Penweddig and Penglais.\u003c/p\u003e","path":"/news/school-bus-change-affects-penglais-and-penweddig-pupils-parent-explains-829915","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Aberystwyth","path":"/your-area/aberystwyth","id":450,"uuid":"e5e622e2-9952-4990-bdb2-ba10cc1d6fde","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753305301","firstLetter":"a","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Aberystwyth","bundle":"section","articleCount":611},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Lucy and Ellie Stubbs","description":"Lucy and Ellie Stubbs","caption":"\u003cp\u003eLucy and Ellie Stubbs\u003c/p\u003e","copyright":"Picture supplied","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/09/08/10/26/Lucy-and-Ellie-Stubbs.jpeg","id":null,"bundle":"remote_image","mid":777420,"changed":"1757328446","created":"1757328446","uid":25,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Julie McNicholls Vale"},"extra":{"imageSize":{"width":4096,"height":3072},"sizes":{"onebyone":{"trimData":{"top":0,"right":512,"bottom":0,"left":512},"cropData":{"x":512,"y":0,"width":3072,"height":3072,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Julie McNicholls Vale","id":498,"changed":"1753305182","remoteId":"12","email":"julie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Deputy news editor","imageUrl":"https://www.farnhamherald.com/images/reporters/CN-Logo-Square9.jpg","twitter":"JulieCambrian","facebook":null,"location":null,"path":"/author/julie-mcnicholls-vale","description":null,"firstLetter":"j","bundle":"author","extra":{"instagram":null,"snapchat":null,"linkedin":null,"tiktok":null,"headerImageUrl":null,"titleSEO":"","seoDescription":"Julie McNicholls Vale is a Deputy News Editor. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":"","description":"\u003cp\u003e \u003c/p\u003e\u003cp\u003e\u003c/p\u003e"},"articleCount":5946}],"updated":1757334660,"changed":1757328604,"publish":1757334660,"firstCreated":1757328604,"firstPublished":1757334660,"overrideDate":1757328205,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":867,"extra":{"isBreakingNews":false}},{"type":"article","id":"828996","remoteId":null,"status":true,"title":"Llani 'Cowboy Hoedown' to raise money for mid Wales youth","titleShort":"Llani 'Cowboy Hoedown' to raise money for mid Wales youth","titleSocial":"Llani 'Cowboy Hoedown' to raise money for mid Wales youth","titleSEO":"Llani 'Cowboy Hoedown' to raise money for mid Wales youth","lead":"","path":"/news/llani-cowboy-hoedown-to-raise-money-for-mid-wales-youth-828996","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"llani","description":"Llani hoedown","caption":"\u003cp\u003eA cowboy hoedown is to be held in Llanidloes later this month\u003c/p\u003e","copyright":"Game Change Project","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/09/04/11/53/llani.png","id":null,"bundle":"remote_image","mid":776679,"changed":"1756986534","created":"1756986534","uid":23,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Dylan Davies"},"extra":{"imageSize":{"width":2000,"height":1333},"sizes":{"onebyone":{"trimData":{"top":0,"right":752,"bottom":0,"left":750},"cropData":{"x":750.9999999999998,"y":0,"width":3003,"height":3003,"rotate":0,"scaleX":1,"scaleY":1}},"twobyone":{"trimData":{"top":115,"right":0,"bottom":635,"left":0},"cropData":{"x":0,"y":115.63971399856845,"width":4505,"height":2252.5,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Dylan Davies","id":583,"changed":"1753102802","remoteId":null,"email":"dylan@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"News editor","imageUrl":"https://www.farnhamherald.com/images/reporters/CN-Logo-Square8.jpg","twitter":"dylandavies1","facebook":null,"location":null,"path":"/author/dylan-davies","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Dylan Davies is a News Editor for the Cambrian News, on behalf of Tindle News.","takeover":""},"articleCount":4970}],"updated":1757228418,"changed":1756988244,"publish":1757228418,"firstCreated":1756986619,"firstPublished":1757228413,"overrideDate":1756986442,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":330,"extra":{"isBreakingNews":false}},{"type":"article","id":"828363","remoteId":null,"status":true,"title":"Council leaders visit CAT for update on £25m project","titleShort":"Council leaders visit CAT for update on £25m project","titleSocial":"Council leaders visit CAT for update on £25m project","titleSEO":"Council leaders visit CAT for update on £25m project","lead":"","path":"/news/business/council-leaders-visit-cat-for-update-on-ps25m-project-828363","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Business","path":"/news/business","id":428,"uuid":"c7b2f79d-dc78-4589-a1bf-2ce854ca8ee9","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753440275","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Business","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"gtmCampaign":0},"articleCount":2384}],"workflow":"Raw","sections":[{"name":"Business","path":"/news/business","id":428,"uuid":"c7b2f79d-dc78-4589-a1bf-2ce854ca8ee9","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753440275","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Business","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"gtmCampaign":0},"articleCount":2384},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Councillor Visit to CAT","description":"Council leaders Councillors Bryan Davies from Ceredigion (left) and Jake Berriman from Powys with CAT’s co-chief executive Eileen Kinsman during their visit.","caption":"\u003cp\u003eCouncil leaders Councillors Bryan Davies from Ceredigion (left) and Jake Berriman from Powys with CAT’s co-chief executive Eileen Kinsman during their visit.\u003c/p\u003e","copyright":"CAT","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/09/02/15/21/Councillor-Visit-to-CAT.jpeg","id":null,"bundle":"remote_image","mid":776097,"changed":"1756826181","created":"1756826181","uid":23,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Dylan Davies"},"extra":{"imageSize":{"width":2362,"height":1574},"sizes":{"onebyone":{"trimData":{"top":0,"right":395,"bottom":0,"left":393},"cropData":{"x":393.99999999999994,"y":0,"width":1574,"height":1574,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Dylan Davies","id":583,"changed":"1753102802","remoteId":null,"email":"dylan@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"News editor","imageUrl":"https://www.farnhamherald.com/images/reporters/CN-Logo-Square8.jpg","twitter":"dylandavies1","facebook":null,"location":null,"path":"/author/dylan-davies","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Dylan Davies is a News Editor for the Cambrian News, on behalf of Tindle News.","takeover":""},"articleCount":4970}],"updated":1756962028,"changed":1756826194,"publish":1756962028,"firstCreated":1756826194,"firstPublished":1756962028,"overrideDate":1756825966,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":318,"extra":{"isBreakingNews":false}},{"type":"article","id":"826796","remoteId":null,"status":true,"title":"Breaking: Smoke fills Machynlleth shop due to faulty alarm system","titleShort":"Breaking: Smoke fills Machynlleth shop due to faulty alarm system","titleSocial":"Breaking: Smoke fills Machynlleth shop due to faulty alarm system","titleSEO":"Breaking: Smoke fills Machynlleth shop due to faulty alarm system","lead":"","path":"/news/999/breaking-smoke-fills-machynlleth-shop-due-to-faulty-alarm-system-826796","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"999","path":"/news/999","id":427,"uuid":"9face96e-d03e-47b7-be81-3abaaf0dfeba","sourceId":null,"sourceName":null,"sourcePath":"999","changed":"1753305361","firstLetter":"9","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e 999","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":"","commercialCampaign":false,"titleSEO":"","seoDescription":"This is the page to find all the latest articles regarding 999."},"articleCount":3053}],"workflow":"Raw","sections":[{"name":"999","path":"/news/999","id":427,"uuid":"9face96e-d03e-47b7-be81-3abaaf0dfeba","sourceId":null,"sourceName":null,"sourcePath":"999","changed":"1753305361","firstLetter":"9","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e 999","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":"","commercialCampaign":false,"titleSEO":"","seoDescription":"This is the page to find all the latest articles regarding 999."},"articleCount":3053},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Fire Spar Machynlleth","description":"Fire Spar Machynlleth","caption":"\u003cp\u003eThe Fire and Rescue service was called to a Machynlleth shop this afternoon. Photo: Cambrian News\u003c/p\u003e","copyright":"Cambrian News","credit":null,"alt":"Fire Spar Machynlleth","doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/08/28/12/53/Fire-Spar-Machynlleth.jpeg","id":null,"bundle":"remote_image","mid":774722,"changed":"1756383534","created":"1756383534","uid":186,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Debbie Luxon"},"extra":{"imageSize":{"width":3008,"height":2000},"sizes":{"onebyone":{"trimData":{"top":0,"right":503,"bottom":0,"left":504},"cropData":{"x":504,"y":0,"width":2000.0000000000002,"height":2000.0000000000002,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1756385253,"changed":1756459992,"publish":1756385253,"firstCreated":1756383328,"firstPublished":1756385253,"overrideDate":1756383145,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":354,"extra":{"isBreakingNews":false}},{"type":"article","id":"826383","remoteId":null,"status":true,"title":"Historic Llanidloes hotel to reopen with new owners after shock closure","titleShort":"Historic Llanidloes hotel to reopen with new owners ","titleSocial":"Historic Llanidloes hotel to reopen with new owners after shock closure","titleSEO":"Historic Llanidloes hotel to reopen with new owners after shock closure","lead":"","path":"/news/business/historic-llanidloes-hotel-to-reopen-with-new-owners-after-shock-closure-826383","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Business","path":"/news/business","id":428,"uuid":"c7b2f79d-dc78-4589-a1bf-2ce854ca8ee9","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753440275","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Business","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"gtmCampaign":0},"articleCount":2384}],"workflow":"Raw","sections":[{"name":"Business","path":"/news/business","id":428,"uuid":"c7b2f79d-dc78-4589-a1bf-2ce854ca8ee9","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753440275","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Business","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"gtmCampaign":0},"articleCount":2384},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"The Unicorn Hotel","description":"The Unicorn Hotel in Llanidloes is set to reopen to the public this September. Photo: Michael Freed","caption":"\u003cp\u003eThe Unicorn Hotel in Llanidloes is set to reopen to the public this September. Photo: Michael Freed\u003c/p\u003e","copyright":"Michael Freed","credit":null,"alt":"The Unicorn Hotel in Llanidloes is set to reopen to the public this September. Photo: Michael Freed","doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/08/27/11/55/The-Unicorn-Hotel.jpeg","id":null,"bundle":"remote_image","mid":774340,"changed":"1756294375","created":"1756294375","uid":186,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Debbie Luxon"},"extra":{"imageSize":{"width":1500,"height":1000},"sizes":{"threebytwo":{"trimData":{"top":0,"right":0,"bottom":0,"left":0},"cropData":{"x":0,"y":0,"width":1500,"height":1000.0000000000001,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1756360845,"changed":1756294731,"publish":1756360845,"firstCreated":1756293186,"firstPublished":1756360813,"overrideDate":1756292476,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":372,"extra":{"isBreakingNews":false}}]},{"type":"ArticleX3PlusMPU","description":"This component contains \u003cstrong\u003e3 articles\u003c/strong\u003e and displays an \u003cstrong\u003eMPU\u003c/strong\u003e.","labelText":null,"labelLink":null,"useAuthorImage":false,"ad":{"type":"mpu","alignment":"Right","adSource":null},"updated":null,"taboolaExcludeArticles":null,"contentSourceDomain":null,"remotePublication":false,"articles":[{"type":"article","id":"826423","remoteId":null,"status":true,"title":"Victims of Machynlleth house fire thank community from \"the bottom of our hearts\" for crisis response","titleShort":"Mach house fire victims thank community from \"bottom of our hearts\"","titleSocial":"Machynlleth house fire victims thank community from \"the bottom of our hearts\"","titleSEO":"Victims of Machynlleth house fire thank community from \"the bottom of our hearts\" for crisis response","lead":"","path":"/news/victims-of-machynlleth-house-fire-thank-community-from-the-bottom-of-our-hearts-for-crisis-response-826423","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"dailymotion","data":{"id":"x9pji7m","bundle":"dailymotion_id","mid":774493,"changed":"1756306076"}},{"type":"image","data":{"title":"Machynlleth fire","description":"The fire affected two homes on Poplar Terrace in Machynlleth on Friday night. Photo: Cambrian News","caption":"\u003cp\u003eThe fire affected two homes on Poplar Terrace in Machynlleth on Friday night. Photo: Cambrian News\u003c/p\u003e","copyright":"Cambrian News","credit":null,"alt":"The fire affected two homes on Poplar Terrace in Machynlleth on Friday night. Photo: Cambrian News","doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/08/27/12/44/Machynlleth-fire.jpeg","id":null,"bundle":"remote_image","mid":774367,"changed":"1756296944","created":"1756296944","uid":186,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Debbie Luxon"},"extra":{"imageSize":{"width":1600,"height":1204},"sizes":{"onebyone":{"trimData":{"top":0,"bottom":0,"right":20,"left":376}},"threebyone":{"trimData":{"top":225,"bottom":446,"right":0,"left":0}},"threebytwo":{"trimData":{"top":75,"bottom":62,"right":0,"left":0}},"sixteenbynine":{"trimData":{"top":225,"bottom":79,"right":0,"left":0}},"twobyone":{"trimData":{"top":188,"bottom":216,"right":0,"left":0}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":2,"sendToAtex":true,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1756306282,"changed":1756306282,"publish":1756306282,"firstCreated":1756296241,"firstPublished":1756306282,"overrideDate":1756296024,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":568,"extra":{"isBreakingNews":false}},{"type":"article","id":"826012","remoteId":null,"status":true,"title":"Broadband grant delivers life-changing connectivity for mid Wales man","titleShort":"Broadband grant delivers life-changing connectivity for mid Wales man","titleSocial":"Broadband grant delivers life-changing connectivity for mid Wales man","titleSEO":"Broadband grant delivers life-changing connectivity for mid Wales man","lead":"","path":"/news/business/broadband-grant-delivers-life-changing-connectivity-for-mid-wales-man-826012","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Business","path":"/news/business","id":428,"uuid":"c7b2f79d-dc78-4589-a1bf-2ce854ca8ee9","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753440275","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Business","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"gtmCampaign":0},"articleCount":2384}],"workflow":"Raw","sections":[{"name":"Business","path":"/news/business","id":428,"uuid":"c7b2f79d-dc78-4589-a1bf-2ce854ca8ee9","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753440275","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Business","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"gtmCampaign":0},"articleCount":2384},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Access Broadband Cymru - Mark Snowdon","description":"Mark Snowdon","caption":"\u003cp\u003eMark Snowdon\u003c/p\u003e","copyright":"Access Broadband Cymru","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/08/26/11/16/Access-Broadband-Cymru-Mark-Snowdon.jpeg","id":null,"bundle":"remote_image","mid":773950,"changed":"1756207996","created":"1756207996","uid":23,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Dylan Davies"},"extra":{"imageSize":{"width":2000,"height":1333},"sizes":{"onebyone":{"trimData":{"top":0,"right":1567,"bottom":0,"left":1566},"cropData":{"x":1566.5,"y":0,"width":6267,"height":6267,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Dylan Davies","id":583,"changed":"1753102802","remoteId":null,"email":"dylan@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"News editor","imageUrl":"https://www.farnhamherald.com/images/reporters/CN-Logo-Square8.jpg","twitter":"dylandavies1","facebook":null,"location":null,"path":"/author/dylan-davies","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Dylan Davies is a News Editor for the Cambrian News, on behalf of Tindle News.","takeover":""},"articleCount":4970}],"updated":1756278010,"changed":1756208118,"publish":1756278010,"firstCreated":1756208118,"firstPublished":1756278010,"overrideDate":1756207929,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":329,"extra":{"isBreakingNews":false}},{"type":"article","id":"825229","remoteId":null,"status":true,"title":"Woman who became Wales' first female statue celebrated in Machynlleth for 200th birthday next year","titleShort":"Woman who became Wales' first female statue to be celebrated in Mach","titleSocial":"Woman who became Wales' first female statue to be celebrated in Machynlleth","titleSEO":"Woman who became Wales' first female statue celebrated in Machynlleth for 200th birthday next year","lead":"","path":"/news/woman-who-became-wales-first-female-statue-celebrated-in-machynlleth-for-200th-birthday-next-year-825229","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Mary Cornelia Vane-Tempest ","description":"Mary Cornelia Vane-Tempest is memorialised in bronze on the grounds of Y Plas in Machynlleth. Photo: Royal Commission on the Ancient and Historical Monuments of Wales","caption":"\u003cp\u003eLady Mary Cornelia Vane-Tempest is memorialised in bronze on the grounds of Y Plas in Machynlleth. Photo: Royal Commission on the Ancient and Historical Monuments of Wales\u003c/p\u003e","copyright":"Royal Commission on the Ancient and Historical Monuments of Wales","credit":null,"alt":"Mary Cornelia Vane-Tempest is memorialised in bronze on the grounds of Y Plas in Machynlleth. Photo: Royal Commission on the Ancient and Historical Monuments of Wales","doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/08/22/14/23/Mary-Cornelia-Vane-Tempest.jpeg","id":null,"bundle":"remote_image","mid":773398,"changed":"1755874703","created":"1755874703","uid":186,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Debbie Luxon"},"extra":{"imageSize":{"width":1024,"height":683},"sizes":{"onebyone":{"trimData":{"top":0,"bottom":0,"right":341,"left":0}},"twobyone":{"trimData":{"top":0,"bottom":171,"right":0,"left":0}},"threebyone":{"trimData":{"top":21,"bottom":321,"right":0,"left":0}},"threebytwo":{"trimData":{"top":0,"bottom":0,"right":0,"left":0}},"sixteenbynine":{"trimData":{"top":0,"bottom":107,"right":0,"left":0}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1756121445,"changed":1755875338,"publish":1756121445,"firstCreated":1755871336,"firstPublished":1756121445,"overrideDate":1755869341,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":361,"extra":{"isBreakingNews":false}}],"mpu":5},{"type":"HeroPlus6Articles","description":"This component contains \u003cstrong\u003e7 articles\u003c/strong\u003e.","labelText":null,"labelLink":null,"useAuthorImage":false,"heroAlignment":"Left","updated":null,"taboolaExcludeArticles":null,"contentSourceDomain":null,"remotePublication":false,"articles":[{"type":"article","id":"825331","remoteId":null,"status":true,"title":"Breaking: Fire burns through roof of Machynlleth house as residents evacuated","titleShort":"Breaking: Roof collapses as fire burns at Machynlleth home","titleSocial":"Breaking: Fire burns through roof of Machynlleth house as residents evacuated","titleSEO":"Breaking: Fire burns through roof of Machynlleth house as residents evacuated","lead":"","path":"/news/999/breaking-fire-burns-through-roof-of-machynlleth-house-as-residents-evacuated-825331","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"999","path":"/news/999","id":427,"uuid":"9face96e-d03e-47b7-be81-3abaaf0dfeba","sourceId":null,"sourceName":null,"sourcePath":"999","changed":"1753305361","firstLetter":"9","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e 999","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":"","commercialCampaign":false,"titleSEO":"","seoDescription":"This is the page to find all the latest articles regarding 999."},"articleCount":3053}],"workflow":"Raw","sections":[{"name":"999","path":"/news/999","id":427,"uuid":"9face96e-d03e-47b7-be81-3abaaf0dfeba","sourceId":null,"sourceName":null,"sourcePath":"999","changed":"1753305361","firstLetter":"9","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e 999","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":"","commercialCampaign":false,"titleSEO":"","seoDescription":"This is the page to find all the latest articles regarding 999."},"articleCount":3053},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Machynlleth fire","description":"Firefighters can be seen tackling the blaze on Poplar Terrace, which has collapsed the roof of a home. ","caption":"\u003cp\u003eFirefighters can be seen tackling the blaze on Poplar Terrace, which has collapsed the roof of a home. \u003c/p\u003e","copyright":"Anonymous","credit":null,"alt":"Firefighters can be seen tackling the blaze on Poplar Terrace, which has collapsed the roof of a home. ","doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/08/22/18/56/Machynlleth-fire.jpeg","id":null,"bundle":"remote_image","mid":773431,"changed":"1755887877","created":"1755887877","uid":186,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Debbie Luxon"},"extra":{"imageSize":{"width":1600,"height":1200},"sizes":{"onebyone":{"trimData":{"top":0,"right":200,"bottom":0,"left":200},"cropData":{"x":200,"y":0,"width":1200,"height":1200,"rotate":0,"scaleX":1,"scaleY":1}},"threebytwo":{"trimData":{"top":66,"right":0,"bottom":67,"left":0},"cropData":{"x":0,"y":66.66666666666664,"width":1600,"height":1066.6666666666667,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1755888439,"changed":1755888439,"publish":1755888439,"firstCreated":1755886726,"firstPublished":1755888439,"overrideDate":1755886580,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":203,"extra":{"isBreakingNews":false}},{"type":"article","id":"825092","remoteId":null,"status":true,"title":"Machynlleth day services for older adults to return as Powys announce 'consolidation' of services","titleShort":"Machynlleth day services for older adults to return","titleSocial":"Machynlleth day services for older adults to return","titleSEO":"Machynlleth day services for older adults to return as Powys announce 'consolidation' of services","lead":"","path":"/news/machynlleth-day-services-for-older-adults-to-return-as-powys-announce-consolidation-of-services-825092","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Day care services in Machynlleth","description":"The adult day care services have been closed in on Forge Road in Machynlleth since the 2020 pandemic","caption":"\u003cp\u003eThe adult day care services have been closed in on Forge Road in Machynlleth since the 2020 pandemic\u003c/p\u003e","copyright":"Google Street View","credit":null,"alt":"The adult day care services have been closed in on Forge Road in Machynlleth since the 2020 pandemic","doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2024/08/02/13/09/Day-care-services-in-Machynlleth.jpg","id":null,"bundle":"remote_image","mid":660068,"changed":"1722603670","created":"1722603670","uid":186,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Debbie Luxon"},"extra":{"imageSize":{"width":1407,"height":744},"sizes":{"sixbyfive":{"trimData":{"top":0,"right":257,"bottom":0,"left":257},"cropData":{"x":257.1,"y":0,"width":892.8000000000001,"height":744.0000000000001,"rotate":0,"scaleX":1,"scaleY":1}},"threebytwo":{"trimData":{"top":0,"right":221,"bottom":0,"left":69},"cropData":{"x":69.18811739905402,"y":0,"width":1116.0000000000002,"height":744.0000000000001,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1755878418,"changed":1755864267,"publish":1755878418,"firstCreated":1755861498,"firstPublished":1755878418,"overrideDate":1755861318,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":570,"extra":{"isBreakingNews":false}},{"type":"article","id":"825187","remoteId":null,"status":true,"title":"Mid Wales MP brands rural crime a \"blight\" - calls to create dedicated inspector post","titleShort":"Mid Wales MP joins NFU call for dedicated rural crime inspector post","titleSocial":"Mid Wales MP brands rural crime a \"blight\" calls for dedicated inspector post","titleSEO":"Mid Wales MP brands rural crime a \"blight\" - calls to create dedicated inspector post","lead":"","path":"/news/999/mid-wales-mp-brands-rural-crime-a-blight-calls-to-create-dedicated-inspector-post-825187","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"999","path":"/news/999","id":427,"uuid":"9face96e-d03e-47b7-be81-3abaaf0dfeba","sourceId":null,"sourceName":null,"sourcePath":"999","changed":"1753305361","firstLetter":"9","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e 999","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":"","commercialCampaign":false,"titleSEO":"","seoDescription":"This is the page to find all the latest articles regarding 999."},"articleCount":3053}],"workflow":"Raw","sections":[{"name":"999","path":"/news/999","id":427,"uuid":"9face96e-d03e-47b7-be81-3abaaf0dfeba","sourceId":null,"sourceName":null,"sourcePath":"999","changed":"1753305361","firstLetter":"9","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e 999","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":"","commercialCampaign":false,"titleSEO":"","seoDescription":"This is the page to find all the latest articles regarding 999."},"articleCount":3053},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Montgomeryshire MP Steve Witherden","description":"Montgomeryshire MP Steve Witherden meeting with farming constituents in Llanerfyl on 25 January","caption":"\u003cp\u003eMontgomeryshire MP Steve Witherden meeting with farming constituents in Llanerfyl on 25 January\u003c/p\u003e","copyright":"Submitted","credit":null,"alt":"Montgomeryshire MP Steve Witherden meeting with farming constituents in Llanerfyl on 25 January","doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/01/30/13/44/Montgomeryshire-MP-Steve-Witherden.jpeg","id":null,"bundle":"remote_image","mid":712632,"changed":"1738242164","created":"1738242164","uid":186,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Debbie Luxon"},"extra":{"imageSize":{"width":2048,"height":1536},"sizes":{"onebyone":{"trimData":{"top":0,"right":256,"bottom":0,"left":256},"cropData":{"x":256,"y":0,"width":1536,"height":1536,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1755869393,"changed":1755870166,"publish":1755869393,"firstCreated":1755868524,"firstPublished":1755869393,"overrideDate":1755867743,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":420,"extra":{"isBreakingNews":false}},{"type":"article","id":"825036","remoteId":null,"status":true,"title":"Powys schools celebrate GCSE results","titleShort":"Powys schools celebrate GCSE results","titleSocial":"Powys schools celebrate GCSE results","titleSEO":"Powys schools celebrate GCSE results","lead":"","path":"/news/powys-schools-celebrate-gcse-results-825036","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883}],"workflow":"Raw","sections":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"bro hyddgen 7","description":"Ysgol Bro Hyddgen","caption":"\u003cp\u003eLeft to right: Jaelan Brown, Noah Roberts, Mabon Sion, Morgan Mason, Mabon Lalor, Archie Wheeler\u003c/p\u003e","copyright":"Ysgol Bro Hyddgen","credit":null,"alt":null,"doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/08/21/12/56/bro-hyddgen-7.jpeg","id":null,"bundle":"remote_image","mid":772773,"changed":"1755779456","created":"1755779456","uid":23,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Dylan Davies"},"extra":{"imageSize":{"width":481,"height":640},"sizes":{"threebytwo":{"trimData":{"top":90,"bottom":229,"right":0,"left":0}},"onebyone":{"trimData":{"top":45,"bottom":114,"right":0,"left":0}},"threebyone":{"trimData":{"top":165,"bottom":315,"right":0,"left":0}},"twobyone":{"trimData":{"top":120,"bottom":279,"right":0,"left":0}},"sixteenbynine":{"trimData":{"top":105,"bottom":264,"right":0,"left":0}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Dylan Davies","id":583,"changed":"1753102802","remoteId":null,"email":"dylan@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"News editor","imageUrl":"https://www.farnhamherald.com/images/reporters/CN-Logo-Square8.jpg","twitter":"dylandavies1","facebook":null,"location":null,"path":"/author/dylan-davies","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Dylan Davies is a News Editor for the Cambrian News, on behalf of Tindle News.","takeover":""},"articleCount":4970}],"updated":1755858651,"changed":1755857455,"publish":1755858651,"firstCreated":1755857455,"firstPublished":1755858651,"overrideDate":1755857263,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":326,"extra":{"isBreakingNews":false}},{"type":"article","id":"824649","remoteId":null,"status":true,"title":"Mid Wales businesses to get cash injection thanks to new grant fund","titleShort":"Mid Wales businesses to get cash injection thanks to new grant fund","titleSocial":"Mid Wales businesses to get cash injection thanks to new grant fund","titleSEO":"Mid Wales businesses to get cash injection thanks to new grant fund","lead":"","path":"/news/business/mid-wales-businesses-to-get-cash-injection-thanks-to-new-grant-fund-824649","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Business","path":"/news/business","id":428,"uuid":"c7b2f79d-dc78-4589-a1bf-2ce854ca8ee9","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753440275","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Business","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"gtmCampaign":0},"articleCount":2384}],"workflow":"Raw","sections":[{"name":"Business","path":"/news/business","id":428,"uuid":"c7b2f79d-dc78-4589-a1bf-2ce854ca8ee9","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753440275","firstLetter":"b","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Business","bundle":"section","extra":{"titleSEO":"","seoDescription":"","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"gtmCampaign":0},"articleCount":2384},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"CastAlum","description":"Aluminium die casting and machining centre CastAlum in Welshpool received a £25,000 grant last year to update two die-cast machines. Photo: CastAlum","caption":"\u003cp\u003eAluminium die casting and machining centre CastAlum in Welshpool received a £25,000 grant last year to update two die-cast machines. Photo: CastAlum\u003c/p\u003e","copyright":"CastAlum","credit":null,"alt":"Aluminium die casting and machining centre CastAlum in Welshpool received a £25,000 grant last year to update two die-cast machines. Photo: CastAlum","doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/08/21/11/22/CastAlum.jpeg","id":null,"bundle":"remote_image","mid":772653,"changed":"1755774022","created":"1755774022","uid":186,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Debbie Luxon"},"extra":{"imageSize":{"width":3728,"height":2816},"sizes":{"onebyone":{"trimData":{"top":0,"bottom":0,"right":824,"left":88}},"threebyone":{"trimData":{"top":528,"bottom":1045,"right":0,"left":0}},"twobyone":{"trimData":{"top":88,"bottom":864,"right":0,"left":0}},"sixteenbynine":{"trimData":{"top":88,"bottom":631,"right":0,"left":0}},"threebytwo":{"trimData":{"top":88,"bottom":243,"right":0,"left":0}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":false,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1755838831,"changed":1755774944,"publish":1755838831,"firstCreated":1755773715,"firstPublished":1755838831,"overrideDate":1755772046,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":387,"extra":{"isBreakingNews":false}},{"type":"article","id":"824851","remoteId":null,"status":true,"title":"Llani Live cancelled with volunteers putting energy into first ever Llanidloes chocolate festival","titleShort":"Llanidloes music festival cancelled","titleSocial":"Llani Live cancelled with volunteers putting energy into chocolate festival","titleSEO":"Llani Live cancelled with volunteers putting energy into first ever Llanidloes chocolate festival","lead":"","path":"/news/entertainment/llani-live-cancelled-with-volunteers-putting-energy-into-first-ever-llanidloes-chocolate-festival-824851","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Entertainment","path":"/news/entertainment","id":544,"uuid":"4da2778d-4083-411f-b632-9a4dc900ea89","sourceId":null,"sourceName":null,"sourcePath":"entertainment","changed":"1753305121","firstLetter":"e","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Entertainment","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":1493}],"workflow":"Raw","sections":[{"name":"Entertainment","path":"/news/entertainment","id":544,"uuid":"4da2778d-4083-411f-b632-9a4dc900ea89","sourceId":null,"sourceName":null,"sourcePath":"entertainment","changed":"1753305121","firstLetter":"e","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Entertainment","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":1493},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Meredith Whitely","description":"Meredith Whitely runs the chocolate business Calm Cocoa. Photo: Meredith Whitely","caption":"\u003cp\u003eMeredith Whitely runs the chocolate business Calm Cocoa. Photo: Meredith Whitely\u003c/p\u003e","copyright":"Meredith Whitely","credit":null,"alt":"Meredith Whitely runs the chocolate business Calm Cocoa. Photo: Meredith Whitely","doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/08/21/15/56/Meredith-Whitely.jpeg","id":null,"bundle":"remote_image","mid":772964,"changed":"1755790556","created":"1755790556","uid":186,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Debbie Luxon"},"extra":{"imageSize":{"width":1440,"height":1440},"sizes":{"threebytwo":{"trimData":{"top":130,"right":0,"bottom":350,"left":0},"cropData":{"x":0,"y":130.8303249097473,"width":1440,"height":959.9999999999999,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1755791196,"changed":1755791195,"publish":1755791196,"firstCreated":1755790496,"firstPublished":1755791196,"overrideDate":1755786625,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":390,"extra":{"isBreakingNews":false}},{"type":"article","id":"823461","remoteId":null,"status":true,"title":"Llanidloes prepares to launch first ever Wales-wide chocolate festival this autumn","titleShort":"Llanidloes to launch first Wales-wide chocolate festival this autumn","titleSocial":"Llanidloes prepares to launch first ever Wales-wide chocolate festival this autumn","titleSEO":"Llanidloes prepares to launch first ever Wales-wide chocolate festival this autumn","lead":"","path":"/news/entertainment/llanidloes-prepares-to-launch-first-ever-wales-wide-chocolate-festival-this-autumn-823461","articleTypes":[{"name":"News","path":"/article-type/news","id":55,"uuid":"77d35f8d-460f-4f88-bccb-fb3776add315","changed":"1631879200","firstLetter":"n","bundle":"article_type"}],"partners":null,"viafoura":{"count":0,"ids":[]},"hierarchy":[{"name":"News","path":"/news","id":426,"uuid":"e646eca8-5557-46dc-9919-ec0b312844b5","sourceId":null,"sourceName":null,"sourcePath":null,"changed":"1753330861","firstLetter":"n","hierarchy":[{"name":"Home","id":425}],"hierarchicalName":"News","bundle":"section","extra":{"titleSEO":"","seoDescription":"This is the main page to find the News of Tindle Newspapers.","takeover":"","isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false},"articleCount":30883},{"name":"Entertainment","path":"/news/entertainment","id":544,"uuid":"4da2778d-4083-411f-b632-9a4dc900ea89","sourceId":null,"sourceName":null,"sourcePath":"entertainment","changed":"1753305121","firstLetter":"e","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Entertainment","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":1493}],"workflow":"Raw","sections":[{"name":"Entertainment","path":"/news/entertainment","id":544,"uuid":"4da2778d-4083-411f-b632-9a4dc900ea89","sourceId":null,"sourceName":null,"sourcePath":"entertainment","changed":"1753305121","firstLetter":"e","hierarchy":[{"name":"Home","id":425},{"name":"News","id":426}],"hierarchicalName":"News \u003e Entertainment","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":1493},{"name":"Machynlleth","path":"/your-area/machynlleth-0","id":576,"uuid":"ad31c1ba-859a-47eb-bed8-bf88931c8168","sourceId":null,"sourceName":null,"sourcePath":"machynlleth-0","changed":"1753305002","firstLetter":"m","hierarchy":[{"name":"Home","id":425},{"name":"Your Area","id":448}],"hierarchicalName":"Your Area \u003e Machynlleth","bundle":"section","extra":{"isHideCommenting":false,"isHideNewsletterSignUp":false,"isCommercial":false,"isDisableAllSlots":false,"isDisableSponsoredCapsule":false,"field_disable_affiliates":false,"takeover":false,"commercialCampaign":false},"articleCount":229}],"hero":[{"type":"image","data":{"title":"Chocolate Festival of Wales","description":"The first-ever Chocolate Festival of Wales is coming to Llanidloes this autumn","caption":"\u003cp\u003eThe first-ever Chocolate Festival of Wales is coming to Llanidloes this autumn\u003c/p\u003e","copyright":"Chocolate Festival of Wales","credit":null,"alt":"The first-ever Chocolate Festival of Wales is coming to Llanidloes this autumn","doNotReuse":false,"url":"https://www.cambrian-news.co.uk/tindle-static/image/2025/08/18/13/13/Chocolate-Festival-of-Wales.png","id":null,"bundle":"remote_image","mid":771543,"changed":"1755524114","created":"1755524114","uid":186,"workflow":{"name":"Published","id":76,"uuid":"2d4480f1-e9e8-4834-a791-ee2ce114d143","firstLetter":"p","bundle":"workflow_generic"},"smartframe":null,"cmsUser":{"name":"Debbie Luxon"},"extra":{"imageSize":{"width":1606,"height":867},"sizes":{"threebytwo":{"trimData":{"top":0,"right":153,"bottom":0,"left":152},"cropData":{"x":152.75000000000003,"y":0,"width":1300.4999999999998,"height":866.9999999999999,"rotate":0,"scaleX":1,"scaleY":1}}}}}}],"photoArticle":false,"sponsorPrefix":null,"sponsorName":null,"sponsorURL":null,"sponsorImage":null,"sponsorLogo":null,"sponsorMoreFrom":[],"premium":false,"sensitive":false,"priority":3,"sendToAtex":true,"authors":[{"name":"Debbie Luxon","id":11184,"changed":"1753307941","remoteId":null,"email":"debbie@cambrian-news.co.uk","firstName":null,"lastName":null,"jobTitle":"Reporter","imageUrl":"","twitter":"DebLuxon","facebook":null,"location":null,"path":"/author/debbie-luxon","description":null,"firstLetter":"d","bundle":"author","extra":{"titleSEO":"","seoDescription":"Debbie Luxon is a journalist. Check out their latest articles for all the latest news on behalf of the Cambrian News.","takeover":""},"articleCount":807}],"updated":1755594017,"changed":1755525147,"publish":1755594017,"firstCreated":1755524027,"firstPublished":1755594017,"overrideDate":1755523528,"optimiseLevel":null,"exclusiveArticle":false,"starRating":null,"isBreakingNews":false,"isLiveBlog":false,"wordCount":142,"extra":{"isBreakingNews":false}}]}],"grapeshot":[]},"addConfig":[],"cache":["web_tindle_prod_section_576_publication_11","tindle_prod","web_tindle_prod","web_tindle_prod_section_576","web_tindle_prod_publication_11","web_tindle_prod_2025-09-17","web_tindle_prod_2025-09-17_publication_11","web_tindle_prod_your-area_machynlleth-0"]},"publication":"cambrian-news.co.uk","menus":{"full_nav":{"name":"cambrian-news.co.uk Full Nav","domain":"cambrian-news.co.uk","bundle":"full_nav","id":32,"changed":1714054262,"menu":[{"id":"04pk2l5v","title":"News","path":"/news","children":[{"title":"999","id":"yfljgq9r","path":"/news/999","parentId":"04pk2l5v","depth":1,"index":0,"isLast":false,"children":[]},{"title":"Business","id":"sza8g0gw","path":"/news/business","parentId":"04pk2l5v","depth":1,"index":1,"isLast":false,"children":[]},{"title":"Courts","id":"d029nszf","path":"/news/courts","parentId":"04pk2l5v","depth":1,"index":2,"isLast":false,"children":[]},{"title":"Education","id":"8nqh0csk","path":"/news/education","parentId":"04pk2l5v","depth":1,"index":3,"isLast":false,"children":[]},{"title":"Health","id":"6tdoqqwd","path":"/news/health","parentId":"04pk2l5v","depth":1,"index":4,"isLast":false,"children":[]},{"title":"Planning","id":"ifyvuqp7","path":"/news/planning","parentId":"04pk2l5v","depth":1,"index":5,"isLast":false,"children":[]},{"title":"Politics","id":"rqxlntbu","path":"/news/politics","parentId":"04pk2l5v","depth":1,"index":6,"isLast":true,"children":[]}],"parentId":null,"depth":0,"index":0,"isLast":false},{"id":"nqcmtcwo","title":"Opinion","path":"/opinion","children":[],"parentId":null,"depth":0,"index":1,"isLast":false},{"id":"hdy2dpj4","title":"Sport","path":"/sport","children":[{"title":"Bowls","id":"b771onxu","path":"/sport/bowls","parentId":"hdy2dpj4","depth":1,"index":0,"isLast":false,"children":[]},{"title":"Cricket","id":"wnckevfb","path":"/sport/cricket","parentId":"hdy2dpj4","depth":1,"index":1,"isLast":false,"children":[]},{"title":"Football","id":"g7rl2ntj","path":"/sport/football","parentId":"hdy2dpj4","depth":1,"index":2,"isLast":false,"children":[]},{"title":"Golf","id":"8hxapjpj","path":"/sport/golf","parentId":"hdy2dpj4","depth":1,"index":3,"isLast":false,"children":[]},{"title":"Rugby","id":"iof7uwwt","path":"/sport/rugby","parentId":"hdy2dpj4","depth":1,"index":4,"isLast":true,"children":[]}],"parentId":null,"depth":0,"index":2,"isLast":false},{"id":"wrg4995a","title":"What’s On","path":"/whats-on","children":[],"parentId":null,"depth":0,"index":3,"isLast":false},{"id":"msv2leo1","title":"Send your story","path":"/send_us_story","children":[],"parentId":null,"depth":0,"index":4,"isLast":false},{"id":"6726xnhe","title":"Subscription","path":"/subscription","children":[{"title":"Print subscription","id":"9en2reik","path":"/print-subscription","parentId":"6726xnhe","depth":1,"index":0,"isLast":false,"children":[]},{"title":"Digital subscriptions","id":"m7l2d6o2","path":"/subscription/digital_subscriptions","parentId":"6726xnhe","depth":1,"index":1,"isLast":true,"children":[]}],"parentId":null,"depth":0,"index":5,"isLast":false},{"id":"qqy4fzlq","title":"More","path":"#","children":[{"title":"Advertise with us","id":"ucocsbxy","path":"/service/advertise-with-us-503250","parentId":"qqy4fzlq","depth":1,"index":0,"isLast":false,"children":[]},{"title":"About","id":"7x2cr2l8","path":"/service/about-cambrian-news-503236","parentId":"qqy4fzlq","depth":1,"index":1,"isLast":false,"children":[]},{"title":"Contact","id":"urd43v3j","path":"/service/contact-503248","parentId":"qqy4fzlq","depth":1,"index":2,"isLast":false,"children":[]},{"title":"Complaints","id":"mzf9biw0","path":"/service/making-a-complaint-503249","parentId":"qqy4fzlq","depth":1,"index":3,"isLast":true,"children":[]}],"parentId":null,"depth":0,"index":6,"isLast":false},{"id":"vls7g7oj","title":"Jobs","path":"https://www.new-job-today.co.uk/","children":[],"parentId":null,"depth":0,"index":7,"isLast":false},{"id":"fsp64grd","title":"Public notices","path":"https://publicnoticeportal.uk/cambrian-news-series","children":[],"parentId":null,"depth":0,"index":8,"isLast":false},{"id":"gjesfpwu","title":"Family Announcements","path":"https://www.legacy.com/uk/obituaries/tindle_wales_and_borders-uk/browse","children":[],"parentId":null,"depth":0,"index":9,"isLast":false},{"id":"i6plf901","title":"Digital Advertising","path":"https://iserve.tindlenews.co.uk/","children":[],"parentId":null,"depth":0,"index":10,"isLast":false},{"id":"biaeprid","title":"Your Area","path":"#","parentId":null,"depth":0,"index":11,"isLast":true,"children":[{"id":"4izgxo35","title":"Aberystwyth","path":"/your-area/aberystwyth","parentId":"biaeprid","depth":1,"index":1,"isLast":false,"children":[]},{"id":"0oc7cf9c","title":"Machynlleth","path":"/your-area/machynlleth","parentId":"biaeprid","depth":1,"index":0,"isLast":false,"children":[]},{"id":"hphgu86b","title":"Gwynedd","path":"/your-area/gwynedd","parentId":"biaeprid","depth":1,"index":2,"isLast":false,"children":[]},{"id":"oh1hu0rv","title":"Carms \u0026 Pembs","path":"/your-area/carms-and-pembs","parentId":"biaeprid","depth":1,"index":3,"isLast":false,"children":[]},{"id":"sbj25i9f","title":"South Ceredigion","path":"/your-area/south-ceredigion","parentId":"biaeprid","depth":1,"index":4,"isLast":true,"children":[]}]}]},"nav_bar":{"name":"cambrian-news.co.uk Nav Bar","domain":"cambrian-news.co.uk","bundle":"nav_bar","id":33,"changed":1727781621,"menu":[{"id":"ngwhqgwl","title":"Home","path":"/","children":[],"parentId":null,"depth":0,"index":0,"isLast":false},{"id":"qvhbigwz","title":"News","path":"/news","children":[{"title":"999","id":"vuf9cui1","path":"/news/999","parentId":"qvhbigwz","depth":1,"index":0,"isLast":false,"children":[]},{"title":"Business","id":"cd9mgus5","path":"/news/business","parentId":"qvhbigwz","depth":1,"index":1,"isLast":false,"children":[]},{"title":"Courts","id":"9988vq4y","path":"/news/courts","parentId":"qvhbigwz","depth":1,"index":2,"isLast":false,"children":[]},{"title":"Education","id":"1y5kywi2","path":"/news/education","parentId":"qvhbigwz","depth":1,"index":3,"isLast":false,"children":[]},{"title":"Health","id":"v7s9drpi","path":"/news/health","parentId":"qvhbigwz","depth":1,"index":4,"isLast":false,"children":[]},{"title":"Planning","id":"wg065c9d","path":"/news/planning","parentId":"qvhbigwz","depth":1,"index":5,"isLast":false,"children":[]},{"title":"Politics","id":"irptnwaw","path":"/news/politics","parentId":"qvhbigwz","depth":1,"index":6,"isLast":true,"children":[]}],"parentId":null,"depth":0,"index":1,"isLast":false},{"id":"rzmxtjjv","title":"Opinion","path":"/opinion","children":[],"parentId":null,"depth":0,"index":2,"isLast":false},{"id":"28ah82uu","title":"Sport","path":"/sport","children":[{"title":"Bowls","id":"r8yiavhx","path":"/sport/bowls","parentId":"28ah82uu","depth":1,"index":0,"isLast":false,"children":[]},{"title":"Cricket","id":"142ychiy","path":"/sport/cricket","parentId":"28ah82uu","depth":1,"index":1,"isLast":false,"children":[]},{"title":"Football","id":"k4hw9wo9","path":"/sport/football","parentId":"28ah82uu","depth":1,"index":2,"isLast":false,"children":[]},{"title":"Golf","id":"80vkzyzd","path":"/sport/golf","parentId":"28ah82uu","depth":1,"index":3,"isLast":false,"children":[]},{"title":"Rugby","id":"981dqrbs","path":"/sport/rugby","parentId":"28ah82uu","depth":1,"index":4,"isLast":true,"children":[]}],"parentId":null,"depth":0,"index":3,"isLast":false},{"id":"u7trudso","title":"Your area","path":"#","children":[{"title":"Aberystwyth","id":"i6zmq0ix","path":"/your-area/aberystwyth","parentId":"u7trudso","depth":1,"index":0,"isLast":false,"children":[]},{"title":"South Ceredigion","id":"27y36h95","path":"/your-area/south-ceredigion","parentId":"u7trudso","depth":1,"index":1,"isLast":false,"children":[]},{"title":"Machynlleth","id":"yv7k7n4i","path":"/your-area/machynlleth-0","parentId":"u7trudso","depth":1,"index":2,"isLast":false,"children":[]},{"title":"Gwynedd","id":"4e3n0c46","path":"/your-area/gwynedd","parentId":"u7trudso","depth":1,"index":3,"isLast":false,"children":[]},{"title":"Carms \u0026 Pembs","id":"7zhqd6kj","path":"/your-area/carms-and-pembs","parentId":"u7trudso","depth":1,"index":4,"isLast":true,"children":[]}],"parentId":null,"depth":0,"index":4,"isLast":false},{"id":"274yaphb","title":"What’s on","path":"/whats-on","children":[],"parentId":null,"depth":0,"index":5,"isLast":false},{"id":"rc98reys","title":"Send your story","path":"/send_us_story","children":[],"parentId":null,"depth":0,"index":6,"isLast":false},{"id":"7irn2192","title":"Public Notices","path":"https://publicnoticeportal.uk/cambrian-news-series","children":[],"parentId":null,"depth":0,"index":7,"isLast":false},{"id":"o7sg2blb","title":"Jobs","path":"https://www.new-job-today.co.uk/","parentId":null,"depth":0,"index":10,"isLast":true,"children":[]},{"id":"ixmvmhw3","title":"Subscription","path":"/subscription","children":[{"title":"Print subscription","id":"ggkkm85t","path":"/print-subscription","parentId":"ixmvmhw3","depth":1,"index":0,"isLast":false,"children":[]},{"title":"Digital subscriptions","id":"y0y1c7wz","path":"/subscription/digital_subscriptions","parentId":"ixmvmhw3","depth":1,"index":1,"isLast":true,"children":[]}],"parentId":null,"depth":0,"index":8,"isLast":false},{"id":"lwkvppn2","title":"More","path":"#","children":[{"title":"Advertise with us","id":"d75kshba","path":"/service/advertise-with-us-503250","parentId":"lwkvppn2","depth":1,"index":0,"isLast":false,"children":[]},{"title":"Family announcements","id":"gblffz4f","path":"https://www.legacy.com/uk/obituaries/tindle_wales_and_borders-uk/browse","parentId":"lwkvppn2","depth":1,"index":1,"isLast":false,"children":[]},{"title":"About","id":"p904fpvq","path":"/service/about-cambrian-news-503236","parentId":"lwkvppn2","depth":1,"index":2,"isLast":false,"children":[]},{"title":"Contact","id":"ms2m049r","path":"/service/contact-503248","parentId":"lwkvppn2","depth":1,"index":3,"isLast":false,"children":[]},{"title":"Complaints","id":"vzmwkfqp","path":"/service/making-a-complaint-503249","parentId":"lwkvppn2","depth":1,"index":4,"isLast":true,"children":[]}],"parentId":null,"depth":0,"index":9,"isLast":false}]},"footer":{"name":"cambrian-news.co.uk Footer","domain":"cambrian-news.co.uk","bundle":"footer","id":31,"changed":1723796039,"menu":[{"id":"g68kk8jw","title":"Terms \u0026 Conditions","path":"/service/terms-and-conditions-503202","children":null},{"id":"iy6n9pqv","title":"Contact","path":"/service/contact-503248","children":null},{"id":"thm781y5","title":"Privacy policy","path":"/service/privacy-and-cookies-503247","children":null},{"id":"67tknunp","title":"Jobs","path":"https://www.new-job-today.co.uk/","children":null}]},"header_nav":{"name":"cambrian-news.co.uk Header Nav","domain":"cambrian-news.co.uk","bundle":"header_nav","id":168,"changed":1698405791,"menu":[{"id":"yd4jnuus","title":"DIGITAL ADVERTISING","path":"https://iserve.tindlenews.co.uk/","parentId":null,"depth":0,"index":3,"isLast":true,"children":[]},{"id":"e7bxhydy","title":"JOBS","path":"https://www.new-job-today.co.uk/","parentId":null,"depth":0,"index":0,"isLast":false,"children":[]},{"id":"5sbkogjh","title":"PUBLIC NOTICES","path":"https://publicnoticeportal.uk/cambrian-news-series","parentId":null,"depth":0,"index":1,"isLast":false,"children":[]},{"id":"3l67vrkl","title":"FAMILY ANNOUNCEMENTS","path":"https://www.legacy.com/uk/obituaries/tindle_wales_and_borders-uk/browse","parentId":null,"depth":0,"index":2,"isLast":false,"children":[]}]},"contactDetails":{"buildingName":"PO Box 4","streetAddress":"","town":"Aberystwyth","county":"Ceredigion","country":"Wales","postcode":"SY23 3WB","phone":"01970 615000","email":"edit@cambrian-news.co.uk","facebook":"https://www.facebook.com/CambrianNews","twitter":"https://twitter.com/cambriannews","advertisingPhoneNumber":"01970 611611","advertisingEmail":"advertising@cambrian-news.co.uk"}},"jobs":{"jobs":"\u003c?xml version=\"1.0\"?\u003e\u003cError\u003e\u003c![CDATA[Your Access to this feature is temporarily blocked please contact us via https://hotlizard.net/contact/ or your account manager for further details]]\u003e\u003c/Error\u003e"}},"__N_SSP":true},"page":"/[primary_route]/[seconday_route]","query":{"primary_route":"your-area","seconday_route":"machynlleth-0"},"buildId":"rizGApTRU1EXOC5VvvRq-","isFallback":false,"dynamicIds":[46337,40280,64257,34718,69776,55823],"gssp":true,"scriptLoader":[]}</script></body></html>