Hi all,
I hoping to gain some insights about best practices regarding linking pages. Both internal and outgoing.
As far as I’m aware there are two options in Bubble:
- Using the link element
** Text only (can be styled as a button)
** Can’t be used to wrap other elements (or groups)
** Can be properly crawled by search engines
** Instant navigation
** No option to (also) trigger (back-end) workflows - Using actions/ ‘start a workflow’ → navigate to (external) page
** Can be used on groups of elements
** Can’t be properly crawled by search engines
** Always a delay (however shortly)
** No (built-in) option to open (external links) in new tab
I now use a mix of both. But this is suboptimal and error-prone. What I’m really missing is just a simple hyperlink option that can wrap groups of elements & can trigger (back-end) workflows. Just like you would use hyperlinks in html (with javascript actions).
I have the feeling that I’m missing something very basic…
Anyone that can give some perspective: would very much appreciate it!