Skip to main content

Working with Landings in TDS.SO

What is a Landing in TDS.SO?

A landing in TDS.SO is a full-featured web page that you can use instead of a basic redirect. This feature is especially useful when:

  • You need to show an intermediate page before redirecting
  • You want to create a full-fledged landing page
  • You need to bypass restrictions on direct redirects

Creating and Uploading a Landing

File Requirements

Main Requirements
  • Format: ZIP archive or single HTML file
  • Max size: 50 MB
  • Supported files:
    • HTML
    • CSS
    • JavaScript
    • Images (jpg, png, gif, svg)

Upload Instructions

  1. Go to the Landings section
  2. Click the Upload button
  3. In the popup:
  • Review the rules and requirements
  • Select your ZIP file
  • Agree to the terms
  • Click "Upload"
ZIP Archive Structure
  • Main file must be named index.html
  • All assets (CSS, JS, images) must use relative paths
  • Recommended structure:
landing.zip
├── index.html
├── css/
├── js/
└── images/

Landing Configuration

Main Parameters

  1. Landing Name
  • Use a clear, descriptive name for easy identification
  • Example: "Promo Page | Spring 2024"
  1. Dynamic Parameters
  • {title} – page title
  • {description} – meta description
  • {image} – meta image path
  • You can add your own parameters

Setting Dynamic Parameters

<!-- Example usage in HTML -->
<title>{title}</title>
<meta name="description" content="{description}">
<meta property="og:image" content="{image}">
<!-- Custom parameter -->
<h1>{custom_heading}</h1>
Passing Parameters via URL

Add parameters directly in the URL like this:

https://your-domain.com/?title=YourTitle&description=YourDescription

Managing Landings

Available Actions

  1. Edit
  • Change the name
  • Configure parameters
  • Edit HTML code
  1. Preview
  • Preview before publishing
  • Verify display correctness
  1. Delete
  • Delete unused landings
  • Confirmation required

Moderation Statuses

StatusDescription
Own Server OnlyCan only be used on your own server
ApprovedLanding passed moderation and is ready for use
Under ModerationLanding is currently being reviewed

Using in Redirects

  1. Create a template with the type "Landing"
  2. Select the uploaded landing
  3. Configure display parameters:
  • Title
  • Description
  • Image
  • Custom parameters
Important

When using landings, make sure:

  • All links work correctly
  • Content complies with platform policies
  • All required meta tags are set

Landing Optimization

Optimization Tips

  1. Performance
  • Optimize image sizes
  • Minify CSS and JS
  • Use async/defer for scripts
  1. SEO
  • Set all meta tags properly
  • Use semantic HTML
  • Optimize content
  1. Mobile
  • Ensure responsive layout
  • Test on various devices
  • Optimize for mobile networks

Frequently Asked Questions

How do I update an existing landing?

Upload a new version and replace the existing one in the template settings.

Can I use external resources?

Yes, you can include links to external resources.

How to test dynamic parameters?

Add the parameter to your created link and verify that it displays correctly.

Need Help?

If you have questions about working with landings, contact support via Telegram: @catfatweb