July 2022 Summaries
8 posts from Contentful
Filter
Month:
Year:
Post Summaries
Back to Blog
A significant number of companies lack a formal digital content strategy, instead relying on outdated print or web-based marketing strategies that haven't been updated for the modern digital landscape. This can lead to inefficient content creation and distribution processes. Building a strong digital content strategy is crucial for companies to deliver consistent experiences across their digital channels and align with their business objectives. A well-defined strategy helps define workflows, inform the content model, and unify content operations, ultimately empowering companies to take a fresh look at their content infrastructure and operations to streamline them and deliver new digital experiences. The ultimate goal of a digital content strategy is to create content experiences that increase brand awareness, loyalty, and engagement, considering factors such as relevance, consistency, creativity, and speed. By identifying potential customers, markets, and buyer personas, aligning on business priorities, reviewing existing content, and choosing the right tools and technology, companies can develop a unified digital content strategy that takes advantage of modern technologies and tactics like composable content, omnichannel marketing, and AI-powered hyper-personalization.
Jul 26, 2022
1,756 words in the original blog post.
Gatsby Bricks is a website built using the Gatsby framework and hosted on Netlify, which uses Contentful as its headless CMS. The site was created by Dan, who switched from Drupal to Contentful due to its ease of use and adoption. Contentful's UI supports nested content structures, making it suitable for projects like Gatsby Bricks. The website has a custom-built frontend using React, with hooks being used in the latest version. The site uses environment aliases and follows best practices such as expand/contract to deploy changes without downtime. Gatsby Bricks showcases how Contentful can be used effectively with static site generation, allowing for fast content delivery and reliable serving of images. The project also highlights the importance of choosing a CMS that aligns with your needs, in this case, Contentful's testing suite covering the whole content management workflow.
Jul 21, 2022
1,807 words in the original blog post.
This guide outlines the process of migrating content from Drupal 7 to Contentful, a headless CMS. The migration involves several steps, including a content audit to understand the existing content, creating a new content model with stakeholders, and exporting data using Drupal views and PHP scripts. The exported data is then imported into Contentful using its CLI. The guide also discusses how to handle fields like HTML and CSS, which can be converted using Turndown, and provides tips on avoiding common pitfalls during the migration process. It emphasizes the importance of planning and validation before starting the migration.
Jul 19, 2022
2,498 words in the original blog post.
The blog post discusses the benefits and process of migrating from Drupal to Contentful, highlighting how this shift can enhance website performance, streamline content management, and future-proof digital strategies. Drupal, once a leading CMS, now faces challenges due to its monolithic architecture, limited scalability, and dwindling community support, making it less suitable for modern omnichannel and content reuse demands. Contentful, as a headless CMS, offers a scalable, fully managed SaaS platform with a global content delivery network, enabling seamless integration with modern tools and frameworks, and providing features like live previews, personalization, and flexible workflows. This allows content to be reused across multiple channels and simplifies the development of dynamic, personalized user experiences. The post emphasizes the advantages of Contentful's composable architecture, which supports better SEO, improved editorial workflows, and greater integration capabilities. It also offers insights into successful migrations by companies like DocuSign, TELUS, and BMW, demonstrating improved content management efficiency and business outcomes.
Jul 19, 2022
3,022 words in the original blog post.
A digital transformation framework serves as a foundation for a successful digital transformation strategy, connecting culture changes, new skills, workflows, and operating models to align business units around common goals and create an organizational environment where people can think and act collaboratively. It outlines organizational goals and priorities tied to becoming a digital business without being overly prescriptive about how to achieve them, empowering people to make intentional decisions and drive transformation forward. A well-defined framework provides continuity, coordination, and alignment as the business moves through stages of digital maturity, enabling companies to move up and to the right faster and stay focused on common goals. It also highlights dependencies, shows how priorities relate to each other, and strips away details to focus on desired end goals, ultimately providing a roadmap for transformation and helping businesses visualize their path to becoming Future Ready.
Jul 14, 2022
1,313 words in the original blog post.
Contentful continues to expand its developer ecosystem by releasing creative ecommerce and custom app tutorials, welcoming a new Developer Advocate, and showcasing the capabilities of its App Framework. The platform is also exploring partnerships with companies like imgix and sponsoring conferences to promote its use among developers. Additionally, Contentful highlights various projects built using its platform, such as a Gatsby site demo and a Medusa ecommerce store tutorial, as well as its own developer events and resources, including a careers page and a Developer Showcase.
Jul 12, 2022
755 words in the original blog post.
The tutorial provides a comprehensive guide on how to build an ecommerce store using Medusa, an open source node.js ecommerce platform, and Contentful, a headless CMS solution. With this integration, developers can create rich ecommerce pages with full control over content management, product details, and advanced features like local pricing and gift-carding. The tutorial covers setting up the Medusa server, configuring the environment variables, connecting to Contentful, migrating data models, seeding initial data, and running the Medusa server. Additionally, it explains how to set up a Gatsby storefront that connects to the Medusa server, making it possible for customers to browse products and make purchases. The tutorial also highlights the benefits of using a headless commerce solution like Medusa, including abstraction level, open source nature, and decoupling of frontend from backend. It provides developers with freedom in choosing their preferred stack, integrating any payment provider or CMS solution, and customizing the ecommerce store to meet specific use cases.
Jul 07, 2022
2,651 words in the original blog post.
This article discusses the use of Gatsby and Contentful to build a Jamstack website, specifically the Rise of the Robots demo site, which showcases how these two technologies can be combined for performance and speed without sacrificing content flexibility. The author shares their process for setting up Gatsby with Contentful as its CMS, including installing dependencies, creating a new space in Contentful, importing data from an export file, and configuring Gatsby to use the Contentful plugin. They also provide guidance on how to query data using GraphQL and create pages programmatically using the File System Route API. Additionally, they discuss the importance of abstracting queries and using React hooks to make code more manageable. The article concludes by highlighting other helpful resources for learning about content querying with Gatsby and Contentful.
Jul 05, 2022
1,534 words in the original blog post.