Hilary Quinn

SEO Manager

🪪 About Me

👋 Hello! I'm Hilary. You can read a little about me below.

I was incredibly proud to represent women in STEM as a finalist in the Network Ireland Businesswoman of the Year Awards. It was an honour to have my journey featured in The Echo newspaper and its online edition in May 2022, highlighting my work through Proximo Web Design.

Throughout my career, I have consistently delivered measurable success, including achieving conversion increases of 119% for clients through strategic SEO, UX enhancements, and data-driven solutions.

After nearly 18 successful years of self-employment, building a thriving business and collaborating with diverse clients, I have now transitioned into an exciting in-house role. This new chapter for 2025 allows me to expand my expertise, work alongside talented professionals, and continue making an impact in the ever-evolving world of digital innovation.

🚀 Experience & Expertise

With a strong foundation in SEO, web development, and digital strategy, I have honed my expertise across key areas of technical optimization, front-end and back-end development. Below is a snapshot of my skills and proficiency levels.

Skill Proficiency
Technical SEO
On-Page SEO
HTML CSS
JavaScript
PHP / MySQL

🖼️ Previous Clients

📡 Let’s Connect!

🔹 I enjoy connecting with professionals to exchange insights on technology, innovation, and digital strategy.

🔹 Let’s share ideas, discuss industry trends, and grow together.

👨‍💼 LinkedIn: www.linkedin.com/in/hilaryquinn

💬 What People Say

  • I have worked with Hilary since joining CJM Furniture in 2013. Hilary has been a huge contributor to sales growth through our online presence in CJM since 2013 to present. She has worked with us on numerous website changes and updates to cjmfurniture.ie. Hilary has helped us to achieve a first page ranking through strategic SEO implementation on a continuous basis ... I couldn't recommend working with Hilary highly enough as she is very thorough, personable and enjoys what she does which comes across in her work.

    ★ ★ ★ ★ ★

    Mike Murphy - Commercial Manager CJM 2nd Hand Furniture Ltd.

  • Hilary's work was fantastic and a massive contributing factor to the growth of our business over the years. Hilary was always a pleasure to deal with and her work was brilliant.

    ★ ★ ★ ★ ★

    David O Driscoll - TS Events

  • Hilary of Proximo Web Design has designed a number of websites for me. They have all been 1st rate. I have received compliments from clients on how professional looking and easy to use they are. In some cases my website has been the deciding factor between clients choosing me over one of my competitors. The websites have generated clients for me. I can highly recommend Hilary to anyone looking for a top class website.

    ★ ★ ★ ★ ★

    Neil & Clare Sheehan - IN.C.O.T.

  • “Hilary is quite an exceptional web designer and has a great eye for detail. After we gave her our concept from the outset she returned with an excellent offering. Superb designs, very efficient web design, best advice and we always got the feeling she was always looking after us. At every stage in dealing with her she has out done herself and truly is a gifted designer. Comes highly highly recommended by us and we have gotten huge praise from others we have referred to her. Keep up the excellent work Hilary.”

    ★ ★ ★ ★ ★

    Owen Purcell

Code Snippets

Sample HTML microdata code for YouTube video schema

https://codepen.io/tutsplus/pen/RRVRMo


<div class="youtube" data-embed="zc4MMSvDH10" itemprop="video" itemscope itemtype="http://schema.org/VideoObject">
<meta itemprop="duration" content="PT27S" />
<meta itemprop="uploadDate" content="2021-05-08T22:59:42Z"/>
<meta itemprop="thumbnailUrl" content="https://i.ytimg.com/vi/zc4MMSvDH10/hqdefault.jpg" />
<meta itemprop="embedUrl" content="https://www.youtube-nocookie.com/embed/zc4MMSvDH10" />
<div class="play-button"></div>
<meta itemprop="name" content="What is bespoke web design?" />
<meta itemprop="description" content="Bespoke web design is a term I’ve often used, a service I provide, but let’s define it! The word bespoke in its historical usage refers to custom made tailoring, such as a suit, or a jacket, with the tailor referred to as a ‘bespoke tailor’. But when we apply the word bespoke to web design, what do we mean? Read the article at https://www.proximowebdesign.ie/blog/what-is-bespoke-web-design" />
</div>
                

Sample JSON code for YouTube video schema

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "VideoObject",
  "name": "What is bespoke web design?",
  "description": "Bespoke web design is a term I’ve often used, a service I provide, but let’s define it! The word bespoke in its historical usage refers to custom made tailoring, such as a suit, or a jacket, with the tailor referred to as a ‘bespoke tailor’. But when we apply the word bespoke to web design, what do we mean? Read the article at https://www.proximowebdesign.ie/blog/what-is-bespoke-web-design",
  "thumbnailUrl": "https://i.ytimg.com/vi/zc4MMSvDH10/default.jpg",
  "uploadDate": "2021-05-08T22:59:42Z",
  "duration": "PT27S",
  "embedUrl": "https://www.youtube-nocookie.com/embed/zc4MMSvDH10"
}
</script>

Mobile friendly embed CSS

.youtube {
    background-color: #000;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
Back to Top ↑