✅ Checklists
🔗 New Blog Posts (or Events) pages
⏯️ Videos
🔗 Loom: your project’s video library 🎉
🔗 Loom: main client-only tutorial library
🔗 LTDT Blog: All posts with videos
🔗 LTDT YouTube: @launchthedamnthing
🔎 SEO resources
🔗 SEOSpace* – an affordable DIY tool
🔗 General SEO Tips & Resources
🔗 Google Search Console – setup tutorial
🔗 Google Search Console – user guide + general tips
🔗 SEO Podcast - great episode! (video, video, or transcript available)
♿️ Accessibility
🔗 Making Your Website More Accessible - a word from Squarespace
📚 Squarespace Tutorials
📖 Custom Feature Tutorials
🔗 creating anchor links - instructions
✨ New Squarespace Features
🧰 Resources
🔗 My favorite tools, apps, courses, etc
🤨 Squarespace Help
🔗 Submit a support ticket on with Megan
ℹ️ Can’t find a tutorial on something specific you need help with on your website? Submit a Support Ticket with me and let me know!
Anchor Links instructions
Simple two-step process!
Step 1
Add a code block with the following snippet in it, but write your own anchor text in between the quotes.
<a name=”anchor-text”></a>
Step 2
Link any text or button to the follow hashtag for SAME page anchor/jumps:
#anchor-text
or the following if navigating to a different page & scrolling down to a section with an anchor, example:
/contact#form
Save changes!
Pro tips:
anchors work best (easiest) as ONE word
ie: #form
if you need 2+ words, use dashes in place of spaces
the “anchor” code should go ABOVE the place you want the page to auto-scroll down/up to
the linked button or text is the trigger for the page to jump to the anchored code block elsewhere
the code block with the HTML snippet, is the “anchor” itself
using anchors to jump to a different page just needs this syntax:
/page-slug#anchored-text
using anchors to jump to a different spot on the same page just needs this syntax:
#anchored-text
! Don’t toggle on the ‘Open Link in New Tab’ option; it tends to mess with the anchor jump AND with custom lightboxed content

