# Links
- URL: URL of the link.
required
- Slug: Slug of the link.
required
- Title: Title of the link.
required
- Visible URL: Used to show a different address instead of the original address of the site. It can be used to hide affiliate links.
- Description: Description of the link.
required
- Category: Category of the link.
required
- Page Views: Page Views of the link detail page.
required
- Clicks: The total number of redirections made to the link.
required
- Featured on Category Pages: Used to make link featured and pin on top of category and search pages.
- Featured on Home Page: Used to make link featured and pin on top of the home page.
- Site Icon: Icon of the link.
optional | must be square and a minimum of 200x200 pixels
- Screenshot: Screenshot of the site.
optional | 600x600 is recommended
- Hidden Content: Used to add content that only members can see. Text, Pictures and Youtube videos can be added.
- Expire Time: Used to disable the link on the specified date.
- Social Media & Other Contacts: Used to add social media profiles and other contact information.
- Votes: Number of votes.
- Total Votes: Number of total votes.
# Retrieve Title and Description Automatically
To Retrieve the target URL title and description automatically, fill the URL and click the Retrieve Details
button, the system will retrieve details from the target URL's meta tags. Please note that due to security policies or security layers, you may not retrieve details from some URLs. Also, due to the lack of meta tags in some URLs, you may only get the title or only the description, or none of them.
# Bypass Redirection Page
Used to disable redirection pages. If this mode is actived, users who click on the link on the details page will be directed to the relevant link directly. Here you can choose link attributes including Paid/Sponsored
, UGC (User Generated Content)
, or Nofollow
. If Regular Link
is chosen, non of the link attributes will be added.
<a href="https://sampleurl.com/" target="_blank" rel="sponsored">
...
</a>
In this case, Paid/Sponsored
attribute was chosen.
Tip
If the redirection page is bypassed, clicks to the link will not be counted.
# Bypass Details Page
It works similarly to the Bypass Redirection Page, but the user who clicks on the link in sections such as home page, category, search is directed directly to the target site and the details page is bypassed.
# Deep Links
You can add up to 3 additional links to the link detail page with the Deep Links method.
ExampleTip
You can choose different link attributes for each link.
# SEO Settings
- Custom Meta Title: Used to change the title section in the meta tags. The following 3 lines will be affected.
<title>Custom Link Title</title>
<meta property="og:title" content="Custom Link Title" />
<meta name="twitter:title" content="Custom Link Title" />
- Custom Meta Description: Used to change the description section in the meta tags. The following 3 lines will be affected.
<meta name="description" content="Custom Link Description" />
<meta property="og:description" content="Custom Link Description" />
<meta name="twitter:description" content="Custom Link Description" />