1+ {% extends "layout.html" %}
2+ {% block title %}Frequently Asked Questions{% endblock %}
3+ {% block content %}
4+ < section class ="faq-container " itemscope itemtype ="https://schema.org/FAQPage ">
5+ < h2 class ="faq-title "> Frequently Asked Questions</ h2 >
6+
7+ < div class ="faq-item " itemprop ="mainEntity " itemscope itemtype ="https://schema.org/Question ">
8+ < details >
9+ < summary itemprop ="name "> How long do the shortened links last?</ summary >
10+ < div class ="faq-answer " itemprop ="acceptedAnswer " itemscope itemtype ="https://schema.org/Answer ">
11+ < div itemprop ="text ">
12+ Our links are permanent by default. However, you can set custom expiration dates via the advanced settings
13+ dashboard if you need temporary redirection for seasonal campaigns.
14+ </ div >
15+ </ div >
16+ </ details >
17+ </ div >
18+
19+ < div class ="faq-item " itemprop ="mainEntity " itemscope itemtype ="https://schema.org/Question ">
20+ < details >
21+ < summary itemprop ="name "> Are the generated QR codes high-resolution?</ summary >
22+ < div class ="faq-answer " itemprop ="acceptedAnswer " itemscope itemtype ="https://schema.org/Answer ">
23+ < div itemprop ="text ">
24+ Yes. All QR codes are generated as vector-compatible PNGs or SVGs, ensuring they remain crisp when printed on
25+ everything from business cards to large-scale billboards.
26+ </ div >
27+ </ div >
28+ </ details >
29+ </ div >
30+
31+ < div class ="faq-item " itemprop ="mainEntity " itemscope itemtype ="https://schema.org/Question ">
32+ < details >
33+ < summary itemprop ="name "> Can I track the performance of my links?</ summary >
34+ < div class ="faq-answer " itemprop ="acceptedAnswer " itemscope itemtype ="https://schema.org/Answer ">
35+ < div itemprop ="text ">
36+ Absolutely. Every shortened link includes real-time analytics tracking, providing data on click counts,
37+ geographic location, and referring devices.
38+ </ div >
39+ </ div >
40+ </ details >
41+ </ div >
42+
43+ < div class ="faq-item " itemprop ="mainEntity " itemscope itemtype ="https://schema.org/Question ">
44+ < details >
45+ < summary itemprop ="name "> Is there a limit to how many links I can shorten?</ summary >
46+ < div class ="faq-answer " itemprop ="acceptedAnswer " itemscope itemtype ="https://schema.org/Answer ">
47+ < div itemprop ="text ">
48+ Free users can shorten up to 100 links per month. For higher volume requirements and API access, please refer
49+ to our developer documentation or enterprise plans.
50+ </ div >
51+ </ div >
52+ </ details >
53+ </ div >
54+ </ section >
55+ {% endblock %}
0 commit comments