How do I show or list the categories for my custom modules?

Boy, I must have screwed something up here with the blog setup - lol! I took your advice and tried ‘1534’ for the blog search ID (I even tried 1528 just in case) and I’m still sent to the blog search results page, but no results for the keyword ‘insurance’. If it helps, this is the code I have on the blog-search-results page:

<h1 class="h2 center">Search Results</h1>
    {% component source: "Blog Post", layout: "Blog Search List", displayPagination: "true", emptyMessage: "No results found matching your query: [{{request.request_url.params.prop_KeyWords}}].", limit: "5", isSearchResult: "true", type: "module", object:"collection" %}

The site (if it helps) is greenmakesithappen.treepl.co and I stuck the ‘blog’ link (https://greenmakesithappen.treepl.co/blog) under the ‘Extras’ dropdown (for now). This is for a friend of mine (who I’ve known for 30+ years) and it’s not a big rush or anything. However, I’m having this issue on a couple of sites, so I am hoping to find out what I’m doing wrong so I can make a global fix to the other sites I’m working on with a similar issue.

Thank you @Adam.Wilson!!