<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Meteoric Digital</title><description>Meteoric Digital is a web design and development studio based in Sydney, Australia. We design and build websites for small and medium-sized businesses, not-for-profits, and agencies.</description><link>https://meteoric.digital/</link><item><title>How to supply content to your web designer</title><link>https://meteoric.digital/blog/posts/how-to-supply-content-to-your-web-designer/</link><guid isPermaLink="true">https://meteoric.digital/blog/posts/how-to-supply-content-to-your-web-designer/</guid><description>What we need from you when we ask for content, and how to prepare it so the build goes smoothly.</description><pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;At a certain point in the project we&apos;ll ask you to send through your content. All the text, images, and any other media that&apos;s going on the site.&lt;/p&gt;
&lt;p&gt;How that content is put together matters more than most people expect. A well-organised content document means we can get straight into building. A messy one means a lot of back and forth, and the project drags on while we work out what goes where.&lt;/p&gt;
&lt;h2&gt;Organising your content&lt;/h2&gt;
&lt;h3&gt;Separate your pages clearly&lt;/h3&gt;
&lt;p&gt;Start each website page on a new document page, or put each one in its own file. When everything runs together in one long document, we end up guessing where one page ends and another begins, and things end up in the wrong place.&lt;/p&gt;
&lt;h3&gt;Use headings properly&lt;/h3&gt;
&lt;p&gt;Headings define the structure of your page. Search engines use them to understand the page, screen readers use them for navigation, and we use them to build the layout. They matter more than most people realise.&lt;/p&gt;
&lt;p&gt;On the web, headings follow a numbered hierarchy: H1 for the page title, H2 for major sections, H3 for sub-sections. In Google Docs, Word, or Pages, these map to the built-in heading styles. &quot;Heading 1&quot; is your H1, &quot;Heading 2&quot; is your H2, and so on. Using the built-in styles rather than just making text bigger and bolder means the structure carries through properly when we build the site.&lt;/p&gt;
&lt;p&gt;Keep the order consistent and don&apos;t skip levels. If you&apos;re not sure, ask before you start writing, because heading structure is much easier to set up correctly from the beginning than to fix later.&lt;/p&gt;
&lt;div&gt;
  
    
      &lt;span&gt;See examples&lt;/span&gt;
      
    
    &lt;div&gt;
      &lt;p&gt;Headings should nest in order, with each level sitting inside the one above it.&lt;/p&gt;
      &lt;div&gt;
        
        &lt;div&gt;
          &lt;div&gt;
            &lt;p&gt;Heading 1 — Our services&lt;/p&gt;
            &lt;p&gt;Heading 2 — Web design&lt;/p&gt;
            &lt;p&gt;Heading 3 — Brand identity&lt;/p&gt;
            &lt;p&gt;Heading 3 — UI design&lt;/p&gt;
            &lt;p&gt;Heading 2 — Web development&lt;/p&gt;
          &lt;/div&gt;
          &lt;p&gt;Each level follows the one above it in order.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div&gt;
        
        &lt;div&gt;
          &lt;div&gt;
            &lt;p&gt;Heading 1 — Our services&lt;/p&gt;
            &lt;p&gt;Heading 3 — Web design &lt;span&gt;(skipped H2)&lt;/span&gt;&lt;/p&gt;
            &lt;p&gt;Brand identity &lt;span&gt;(bold text, not a heading style)&lt;/span&gt;&lt;/p&gt;
            &lt;p&gt;Heading 2 — Web development&lt;/p&gt;
          &lt;/div&gt;
          &lt;p&gt;Skipping levels and using bold instead of heading styles breaks the structure.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  
&lt;/div&gt;&lt;h3&gt;Finalise before you send&lt;/h3&gt;
&lt;p&gt;Changing a sentence in a document takes a few seconds. Rebuilding part of a website takes considerably longer. Small wording tweaks after the build are usually fine, but adding new pages or restructuring sections after we&apos;ve already built them is a different story and likely out of scope.&lt;/p&gt;
&lt;p&gt;Get your content signed off before you send it through.&lt;/p&gt;
&lt;h2&gt;Writing and formatting&lt;/h2&gt;
&lt;h3&gt;Keep the formatting clean&lt;/h3&gt;
&lt;p&gt;Use the same heading styles throughout. Same body text formatting. Same list formatting. Pick one colour for content and a different one for notes or instructions to us (dark text for content, light blue for notes works well). That&apos;s all you need. Deciphering inconsistent formatting through a 30-page document slows everything down.&lt;/p&gt;
&lt;h3&gt;Write descriptive link text&lt;/h3&gt;
&lt;p&gt;Avoid &quot;click here&quot; or &quot;read more&quot; as link text. Write something that describes where the link goes. &quot;View our pricing plans&quot; works. &quot;Click here&quot; doesn&apos;t, particularly for people using screen readers who navigate pages by jumping between links.&lt;/p&gt;
&lt;p&gt;If you&apos;re underlining text to indicate a link, tell us where it should point. We regularly receive documents full of underlined text with no indication of what each link is supposed to go to. Underline the text, then add a note immediately after it with the destination.&lt;/p&gt;
&lt;div&gt;
  
    
      &lt;span&gt;See examples&lt;/span&gt;
      
    
    &lt;div&gt;
      &lt;p&gt;Link text should describe where it goes, and include the URL so we know what to point it to.&lt;/p&gt;
      &lt;div&gt;
        
        &lt;div&gt;
          &lt;p&gt;&lt;u&gt;View our pricing plans&lt;/u&gt; [Link https://yourwebsite.com.au/pricing/]&lt;/p&gt;
          &lt;p&gt;The link text describes the destination and the URL is provided.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div&gt;
        
        &lt;div&gt;
          &lt;p&gt;&lt;u&gt;Read the Google SEO guide&lt;/u&gt; [Link https://developers.google.com/search]&lt;/p&gt;
          &lt;p&gt;Works the same way for external links.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div&gt;
        
        &lt;div&gt;
          &lt;p&gt;&lt;u&gt;Click here&lt;/u&gt;&lt;/p&gt;
          &lt;p&gt;The link text is vague and there&apos;s no URL provided.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div&gt;
        
        &lt;div&gt;
          &lt;p&gt;&lt;u&gt;Read more&lt;/u&gt;&lt;/p&gt;
          &lt;p&gt;Same problem. Doesn&apos;t say where the link goes.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div&gt;
        
        &lt;div&gt;
          &lt;p&gt;&lt;u&gt;View our pricing plans&lt;/u&gt;&lt;/p&gt;
          &lt;p&gt;Good link text but no URL provided. We don&apos;t know where to point it.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  
&lt;/div&gt;&lt;h3&gt;Describe complex elements plainly&lt;/h3&gt;
&lt;p&gt;Your job is the content. Our job is the layout and design. We&apos;ll take what you give us and arrange it in the way that works best for the page. Trust us on that.&lt;/p&gt;
&lt;p&gt;There will be times you need something specific, like a dropdown, an expandable section, or a particular interaction. In those cases, just describe what it should do or link to an example on another site. Trying to mock things up in Word usually creates more confusion than it solves. Tell us what you want in plain language and we&apos;ll work out how to build it.&lt;/p&gt;
&lt;h2&gt;Images and media&lt;/h2&gt;
&lt;h3&gt;Name your files sensibly&lt;/h3&gt;
&lt;p&gt;Rename your image files before sending them. &lt;code&gt;sydney-office-team.jpg&lt;/code&gt; tells us what the image shows and helps search engines understand it too. &lt;code&gt;homepage-hero.jpg&lt;/code&gt; only tells us where it goes, not what&apos;s in it. &lt;code&gt;IMG_3847.jpg&lt;/code&gt; tells us nothing at all.&lt;/p&gt;
&lt;p&gt;Use a few descriptive words separated by hyphens. Match the file name to what the image actually shows. Three to five words is plenty. Avoid keyword stuffing though: &lt;code&gt;web-design-sydney-agency-services-team.jpg&lt;/code&gt; is just spammy and helps no one.&lt;/p&gt;
&lt;p&gt;Mark up where each image goes in your content document. A note like &lt;code&gt;[Image: sydney-office-team.jpg]&lt;/code&gt; placed where you want it to appear makes it straightforward for us to match images to their place on the page.&lt;/p&gt;
&lt;h3&gt;Send images separately&lt;/h3&gt;
&lt;p&gt;Don&apos;t paste images into your content document. Word compresses them automatically, so the version we get is lower quality than what you started with, and we&apos;ll need to ask for the originals anyway.&lt;/p&gt;
&lt;p&gt;Put images in a shared folder through Dropbox, Google Drive, or whatever you already use, and send us the link. Name the files to match what you&apos;ve referenced in the document so we can pair them up.&lt;/p&gt;
&lt;h3&gt;Include alt text&lt;/h3&gt;
&lt;p&gt;Alt text describes what&apos;s in an image for people who can&apos;t see it. Screen readers read it aloud. Search engines use it to understand the image content.&lt;/p&gt;
&lt;p&gt;Good alt text is specific. &quot;Four people standing outside the Acme Corporation head office in Sydney&quot; tells you what the image shows. &quot;Team photo&quot; doesn&apos;t. &quot;Photo&quot; or the file name is worse still. Don&apos;t start with &quot;image of&quot; or &quot;picture of&quot; either, because screen readers already announce that it&apos;s an image.&lt;/p&gt;
&lt;p&gt;Put the most important information first and keep it under 125 characters if you can. If the image is purely decorative and adds no information, tell us and we&apos;ll handle it so screen readers skip over it.&lt;/p&gt;
&lt;div&gt;
  
    
      &lt;span&gt;See examples&lt;/span&gt;
      
    
    &lt;div&gt;
      &lt;p&gt;File names should describe what the image shows. Alt text should be specific and start with the subject.&lt;/p&gt;
      &lt;div&gt;
        
        &lt;div&gt;
          &lt;p&gt;Filename&lt;/p&gt;
          &lt;p&gt;sydney-office-team.jpg&lt;/p&gt;
          &lt;p&gt;Alt text&lt;/p&gt;
          &lt;p&gt;Four people standing outside the Acme Corporation head office in Sydney&lt;/p&gt;
          &lt;p&gt;The file name describes the image content. The alt text is specific and doesn&apos;t start with &quot;image of&quot;.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div&gt;
        
        &lt;div&gt;
          &lt;p&gt;Filename&lt;/p&gt;
          &lt;p&gt;IMG_3847.jpg&lt;/p&gt;
          &lt;p&gt;Alt text&lt;/p&gt;
          &lt;p&gt;image of our team&lt;/p&gt;
          &lt;p&gt;Generic file name tells us nothing. &quot;Image of&quot; is redundant because screen readers already announce it&apos;s an image.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  
&lt;/div&gt;&lt;h3&gt;Don&apos;t host your own video&lt;/h3&gt;
&lt;p&gt;If your site needs video, host it on YouTube or Vimeo and send us the link. Self-hosted video loads slowly, chews through bandwidth, and causes playback problems across different devices. The video platforms handle all of that, and their embeds work reliably everywhere.&lt;/p&gt;
&lt;h2&gt;Before you start&lt;/h2&gt;
&lt;p&gt;If you&apos;re unsure about anything in here, ask before you start writing. A quick question at the beginning saves a lot of reformatting later. We&apos;re happy to walk you through it.&lt;/p&gt;
</content:encoded><category>process</category><category>content</category></item></channel></rss>