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
- Go to the
Landings
section - Click the
Upload
button - 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
- Landing Name
- Use a clear, descriptive name for easy identification
- Example: "Promo Page | Spring 2024"
- 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
- Edit
- Change the name
- Configure parameters
- Edit HTML code
- Preview
- Preview before publishing
- Verify display correctness
- Delete
- Delete unused landings
- Confirmation required
Moderation Statuses
Status | Description |
---|---|
Own Server Only | Can only be used on your own server |
Approved | Landing passed moderation and is ready for use |
Under Moderation | Landing is currently being reviewed |
Using in Redirects
- Create a template with the type "Landing"
- Select the uploaded landing
- 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
- Performance
- Optimize image sizes
- Minify CSS and JS
- Use async/defer for scripts
- SEO
- Set all meta tags properly
- Use semantic HTML
- Optimize content
- 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