Replies: 1 comment 3 replies
-
You can still include those URLs in your sitemap or using you can use the following code in your svelte component: <ul style="display: none;">
<li><a href="/how-it-works">How it works</a></li>
<li><a href="/legal">Legal</a></li>
<li><a href="/contact">Contact</a></li>
</ul> |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the feature in detail (code, mocks, or screenshots encouraged)
Hello!
I'm using a dropdown menu to show a couple of navigation links, and I'm wondering if it's possible to render them to the DOM during server side render, so they can be crawled by search engine bots?
If that's not possible with dropdown menu, what's an alternative? (I'd love to still use shadcn styles)
What type of pull request would this be?
None
Provide relevant links or additional information.
Example structure I'm using:
Beta Was this translation helpful? Give feedback.
All reactions