Website Crawling and Indexing Issue

This is very often in new websites with small traffic. Is your website new ? Do you have submitted your sitemap to GSC ? A good hint for new websites is to create artificial traffic either from Google Ads or from searching your website. Αll the above is understood to apply provided that robots txt … Read more

Creating subpages for each custom post type

Yes, setting the hierarchical option to true when you register the custom post type will mean each of your “shop pages” can have child “shop pages.” So you could have example.com/shop/shop-name/ example.com/shop/shop-name/hours/ example.com/shop/shop-name/contact/ etc. I believe ACF has a simple toggle to enable the hierarchical option. If you were registering it in code, you would … Read more