How the CAS.org site navigation is organized, how URLs are structured, and the rules for creating slugs, setting up redirects, and working with Webflow's page branching system.
Last Updated: March 30, 2026 | Audience: Everyone
The CAS.org main navigation is controlled by the Site Header component, which is a global component shared across all pages. Any change to the Site Header affects every page on the site. Do not modify the header without coordinating with Jimmy.
The top-level nav items link to the main site areas. The current primary navigation structure is:
Several primary nav items have dropdown menus with subcategories and featured content. These dropdowns are built as nested elements inside the Site Header component. Adding or removing dropdown items requires Designer access.
The Site Footer is also a global component. It contains link groups organized by category, plus legal links, social media icons, and the ACS logo. Footer link changes follow the same coordination rules as the header.
CAS.org follows a consistent URL hierarchy. Understanding this structure is essential for creating new pages and CMS items with correct slugs.
Static pages are organized in Webflow's Pages panel using folders. The folder structure directly maps to the URL path:
/solutions/cas-scifinder-discovery-platform/cas-scifinder — A product page nested under its platform folder/resources/cas-insights/{slug} — CAS Insights article (CMS template)/resources/webinar/{slug} — Webinar page (CMS template)/resources/event/{slug} — Event page (CMS template)/resources/gated-content/{slug} — Gated content page (CMS template)/training/{slug} — Training pages/academic-key-contact-resource-center/... — Academic section/lp/{campaign-type}/{slug} — Landing pages by campaign/legal/{slug} — Legal pagesEach CMS collection has a template page that generates individual URLs based on the item slug. The template page URL pattern is set in Webflow's Collection Settings. For example, the CAS Insights template page generates URLs at /resources/cas-insights/{item-slug}.
You cannot change the base path of a CMS template URL without changing the template page's folder location in Webflow, which requires Designer access and will break all existing links unless 301 redirects are set up.
Landing pages follow a specific subfolder convention under /lp/:
/lp/svc/ — Custom Services campaigns/lp/stp/ — STN campaigns/lp/bfdp/ — BioFinder campaigns/lp/sf/ — SciFinder campaigns/lp/event/ — Event-specific landing pages/lp/about/ — Brand/about campaigns/lp/biofinder/ — BioFinder legacy campaigns/lp/outsell/ — Outsell campaignsCAS.org supports 6 languages. Localized pages use a language prefix after the domain:
/pt-br/ — Portuguese (Brazil)/ko/ — Korean/es-es/ — Spanish/zh-hans/ — Chinese Simplified/ja/ — JapaneseThe English version has no prefix (it is the default locale). Localized URLs mirror the English URL structure: cas.org/solutions/cas-scifinder becomes cas.org/ja/solutions/cas-scifinder.
Every page and CMS item has a slug that determines its URL. Follow these rules without exception:
cas-scifinder not cas-scifinder-discovery-platform-overview-page.acs-spring-2026 for an annual event).Never change a slug after publishing. Changing a published slug breaks every inbound link, bookmark, search engine index entry, email link, and social media post pointing to the old URL. If a slug absolutely must change, set up a 301 redirect from the old slug to the new one before publishing the change. See the Redirects section below.
Redirects are managed in Webflow's site settings under Hosting > 301 Redirects. Only users with Designer or Admin access can add redirects.
/old-page-slug). Do not include the domain./new-page-slug). For external URLs, enter the full URL including https://./Old-Page and /old-page are treated as different paths.Webflow's branching feature creates a copy of a page for staging changes before they go live. Branches are the standard workflow for any structural change to an existing page.
branch_{original-slug}.branch_ prefix. They also have an isBranch: true flag in the API.Webflow's Pages panel supports folders to organize static pages. Folders map directly to URL path segments.
The main folders on CAS.org include: solutions, resources, industries, cas-data, cas-custom-services, training, academic-key-contact-resource-center, lp (with sub-folders by campaign type), legal, and several utility folders.
/solutions/cas-scifinder-discovery-platform/ is a folder, and pages inside it become /solutions/cas-scifinder-discovery-platform/{page-slug}.CAS.org uses a system of thank you pages for post-form-submission confirmation. These follow a specific naming and routing pattern:
Thank you page URLs typically follow the pattern /thank-you/{context} or are embedded within the form handler's redirect configuration.
/resources/cas-insights/{slug}/resources/webinar/{slug}/resources/event/{slug}/resources/gated-content/{slug}/lp/{campaign-type}/{slug}/{locale-prefix}/{same-path}