var words = [{ word: 'mfrdhgee', link: '' } , { word: 'digitaliseren', link: 'https://kleksi.com/nl/collectie-digitaliseren' } , { word: 'historische-verenigingen', link: 'https://kleksi.com/nl/doelgroep/stichingen-verenigingen-collectie-beheer' } , { word: 'culturele-instellingen', link: 'https://kleksi.com/nl/doelgroep/stichingen-verenigingen-collectie-beheer' } , { word: 'kleksi', link: 'https://kleksi.com/nl/over-kleksi-collectie-management-software' } , { word: 'collectiebeheersysteem', link: 'https://kleksi.com/nl/doelgroep/stichingen-verenigingen-collectie-beheer' } , { word: 'erfgoedinstellingen', link: 'https://kleksi.com/nl/doelgroep/erfgoedinstellingen-collectie-beheer' } , { word: 'musea', link: 'https://kleksi.com/nl/doelgroep/musea-collectie-beheer' } , { word: 'social media-automatisering', link: 'https://sofco.nl/nl/online/automated/social-media' } , { word: 'Social media-automatisering', link: 'https://sofco.nl/nl/online/automated/social-media' } , { word: 'Sofco social media automation', link: 'https://sofco.nl/nl/online/automated/social-media' } , { word: 'softwarepakketten', link: 'https://sofco.nl/nl/pakketten' } , { word: 'neem vrijblijvend contact op met Sofco', link: 'https://sofco.nl/nl/contact' } , { word: 'boekhoudsoftware', link: 'https://sofco.nl/nl/online/boekhoud/systeem' } , { word: 'Boekhoudsoftware', link: 'https://sofco.nl/nl/online/boekhoud/systeem' } , { word: 'Maatwerk software', link: 'https://sofco.nl/nl/maatwerk/software' } , { word: 'professionele fotografie', link: 'https://www.cre8media.nl/professionele-fotografie' } , { word: 'Cloud-software', link: 'https://sofco.nl/nl/maatwerk/software' } , { word: 'maatwerk software', link: 'https://sofco.nl/nl/maatwerk/software' } , { word: 'softwarebedrijf', link: 'https://sofco.nl' } , { word: 'kant-en-klare', link: 'https://sofco.nl/nl/pakketten' } , { word: 'onderhoudssysteem', link: 'https://sofco.nl/nl/cloud/cms/mkb' } , { word: 'BuildingBlocks', link: 'https://www.buildingblocks.nl' } , { word: 'Search Engine Optimalisation', link: 'https://sofco.nl/nl/seo/optimalisatie' } , { word: 'webdesign', link: 'https://www.cre8media.nl/design' } , { word: 'professioneel webontwerpbedrijf', link: 'https://www.cre8media.nl' } , { word: ' ontwerpers', link: 'https://www.cre8media.nl/team' } , { word: 'webontwerpers', link: 'https://www.cre8media.nl/design' } , { word: 'ontwikkelaars', link: 'https://sofco.nl/nl/over-sofco' } , { word: 'grote applicaties', link: 'https://sofco.nl/nl/cloud/cms/grote/bedrijven' } , { word: 'MVC', link: 'https://sofco.nl/nl/specialisme/framework/model-view-controller' } , { word: 'high-tech framework', link: 'https://sofco.nl/nl/specialisme/framework/model-view-controller' } , { word: 'SEO specialisten', link: 'https://sofco.nl/nl/seo/optimalisatie' } , { word: 'SEO', link: 'https://sofco.nl/nl/seo/optimalisatie' } , { word: 'Pagerank', link: 'https://sofco.nl/nl/seo/ranking' } , { word: 'externe links', link: 'https://sofco.nl/nl/seo/link-building' } , { word: 'linkbuilding', link: 'https://sofco.nl/nl/seo/link-building' } , { word: 'SERP', link: 'https://sofco.nl/nl/seo/link-building' } , { word: 'linkjuice', link: 'https://sofco.nl/nl/seo/link-building' } , { word: 'links', link: 'https://sofco.nl/nl/seo/link-building' } , { word: 'PA ', link: 'https://sofco.nl/nl/seo/ranking' } , { word: 'DA ', link: 'https://sofco.nl/nl/seo/ranking' } , { word: 'website laten maken', link: 'https://www.cre8media.nl' } , { word: 'CMS', link: 'https://sofco.nl/nl/cloud/cms/mkb' } , { word: 'keywords', link: 'https://sofco.nl/nl/seo/trefwoorden-onderzoek' } , { word: 'zoekmachine optimalisatie', link: 'https://sofco.nl/nl/seo/optimalisatie' } , { word: 'zoekwoordplaatsing', link: 'https://sofco.nl/nl/seo/trefwoorden-onderzoek' } , { word: 'trefwoordquery', link: 'https://sofco.nl/nl/seo/trefwoorden-onderzoek' } , { word: 'User Experience', link: 'https://www.cre8media.nl/software-design' } , { word: 'geoptimaliseerde pagina', link: 'https://sofco.nl/nl/seo/optimalisatie' } , { word: 'zoekwoorden', link: 'https://sofco.nl/nl/seo/trefwoorden-onderzoek' } , { word: 'scoren in Google', link: 'https://sofco.nl/nl/seo/speialisten' } , { word: 'ranking', link: 'https://sofco.nl/nl/seo/ranking' } , { word: 'zoekmachines', link: 'https://sofco.nl/nl/seo/ranking' } , { word: 'optimaliseren', link: 'https://sofco.nl/nl/seo/optimalisatie' } , { word: 'crawlen', link: 'https://sofco.nl/nl/seo/crawling' } , { word: 'zoekwoordtargeting', link: 'https://sofco.nl/nl/seo/trefwoorden-onderzoek' } ]; $(function() { //iterate the array $.each(words, function() { var searchWord = this.word; var link = this.link; $('.single-excerpt p, .entry-content .single-first-p:contains("' + searchWord + '")').each(function() { var newHtml = $(this).html().replace(searchWord, '' + searchWord + ''); $(this).html(newHtml); }); } ); });