We use cookies to ensure you get the best experience on our website. Read our privacy policy

Skip to main content

Directory

Link Component

The Link component enhances your website’s navigation by automatically handling both internal and external URLs. It provides built-in security features, consistent URL formatting, and content collection link validation.

  • Check Circle

    Smart URL Processing: Automatic HTTPS upgrade and trailing slash handling

  • Check Circle

    Security Features: Built-in protection for external links

  • Check Circle

    Content Collection Validation: Automatic verification of content collection URLs

Create links with automatic handling of internal and external URLs:

---
import A from '@/components/NST-components/UI/link/Link.astro';
---
<A href="https://example.com">External Link</A>
<A href="/">Internal Link</A>

The component automatically handles various URL scenarios:

<!-- HTTP to HTTPS conversion -->
<A href="http://example.com">Converts to HTTPS</A>
<!-- Trailing slash addition -->
<A href="/about">Adds trailing slash</A>
<!-- Hash links remain unchanged -->
<A href="#section">Hash link</A>

External links receive automatic security attributes:

<!-- External link with security attributes -->
<A href="https://external-site.com">
<!-- Outputs: -->
<!-- target="_blank" rel="noopener noreferrer" -->
</A>

The component validates content collection URLs against published content. Very useful for SEO as it will render as text if the content collection is not published, and when it is published the link will work:

<!-- Valid blog post link -->
<A href="/blog/existing-post">Links to post</A>
<!-- Invalid blog post link -->
<A href="/blog/not-published">Renders as text</A>

Limited Time Launch Sale

Get our secure and SEO-friendly starter template with built-in link handling. Start building your website faster!

GET 60% OFF!
North Star Themes Logo

Subscribe to our newsletter

Get the latest AstroJS tips and tricks right to your inbox

Email: [email protected]

© 2025 North Star Themes

Web Kit Provided By North Star Themes