If you want to completely delete a vertical from your Search experience that is built on the Theme, there are two main steps you need to complete:
- Delete a vertical from the Search backend
- Delete the vertical results page files from the frontend
This will delete any work you have done for a particular vertical.
Step 1: Delete Vertical from the Backend
- Navigate to Search > [[Your Experience]] > Verticals.
- Select the vertical you want to remove. Click on the Settings tab.
- Click Delete Vertical.
- Fill in the vertical key in the modal and click Delete.
- Save your configuration.
- Run a few test queries to confirm that the vertical is no longer appearing in the Search results.
Step 2: Delete Vertical from the Frontend (Theme)
- Navigate to Pages > Your Site > Deploys.
- Open the Code Editor and click the pencil icon next to the
masterbranch. -
Verticals are comprised of two files that you need to delete (read more about vertical results page file structure here). To delete a file, hover over it and click the 3 dots to open a dropdown menu, then select Delete.
-
config > [[verticalName]].json— for example, if your vertical was for faqs, delete the file calledfaqs.json. -
pages > [[verticalName]].html.hbs— for example, if your vertical was for faqs, delete the file calledfaqs.html.hbs.

-
- Open the Live Preview to confirm that the vertical is no longer appearing in the Search experience.
- Click the Commit button at the top of the screen.
- Add a commit message like "deleting faqs vertical".
- Press the Confirm button.
- On the Deploys screen, open the Staging link found at the top of the screen. QA the experience to make sure everything is working properly.
Step 3: Push to Production
Once you delete your vertical from both the frontend and backend, you are ready to make the changes live on your site.
Frontend — On the Deploys screen, find the commit you made in Step 2. Click the dropdown on the right and select Publish to production.
Backend — Navigate to Search > Your Experience > Revision History and make sure that Production is set to the new version that you saved in Step 1.