How page paths can save you a Drupal 9 headache

Internal links

If you wanted to add a link from one page on your website to another page on your website, how would you do it?

Chances are you’d copy the full webpage url, something like 'www.mywebsite.co.uk/great-content' and paste it to create a hyperlink on the page. Internal links like these are important for search engine optimization (SEO) and to help people navigate between pieces of relevant content on your website.

But did you know that you can help to future-proof internal links by making a small tweak?

Tags

Redirecting from login to a specific web page for CiviCRM

Have you ever wanted to redirect website users when they login to a specific page? Maybe you want to show different rates for logged-in members for an event or service or you may have sent an email to members and you want them to visit a specific form but want them to be logged in first.

In Drupal this can be easily done using a destination parameter user/login?destination=

Here's how it fits into the URL

"www.myorganisation.com/node/1" is a link to this specific page on your site