Guidelines for Creating Optimized Landing Pages

Modified on Fri, 13 Dec at 2:13 PM






Typography Settings for Desktop:

  • Headline Size: 48px-72px

  • Subheadline Size: 28px-48px

  • Paragraph Size: 18px-28px

Typography Settings for Mobile:

  • Timer Size: 23px

  • Headline Size: 30px-36px

  • Subheadline Size: 23px-26px

  • Paragraph Size: 18px-20px


Image Key Considerations:

  • Use collages to reduce the DOM size (number of elements).

  • Convert images to WebP format for better quality and smaller file sizes.

  • Compress images using TinyPNG.


Additional Pointers for Long Pages:

  1. Element Usage:

    • Avoid using the <BR> tag for line breaks.

    • Use multiple paragraph elements instead of breaking a single element. This improves maintainability and performance.

    • Screenshot Reference

  2. Color Management:

    • Minimize the use of multiple colors applied via the inline editor. This has a minor impact but should be avoided for consistency and performance.

  3.  Elements Optimization:

    • Avoid adding rows inside rows or sections within sections, as this increases the DOM size and can negatively impact page performance. Limit the number of child elements within a single row or column to keep the structure clean and efficient.

    • For sections like images or testimonials, split the rows into 2-3 smaller sections to enhance performance.
    • A detailed video will be recorded for further clarification.

Summary Checklist:

  • Typography sizes adhere to the above settings for both desktop and mobile.

  • Reduce DOM size by combining elements where possible.

  • Optimize images using WebP and TinyPNG.

  • Use paragraph elements instead of <BR> tags for cleaner code.

  • Avoid excessive inline color changes.

  • Split dense sections into smaller rows/columns for better performance.

By following these guidelines, the landing page will maintain high performance and provide a smooth user experience.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article