Permalinks, the one setting almost every WP install gets wrong
WordPress installs by default with the permalink structure "?p=123" — a number-based URL that tells Google nothing about the page. This single setting silently caps your SEO ceiling because every URL is meaningless.
Go to Settings → Permalinks and change to "Post name" (yoursite.com/your-post-title/). Do this on day one of a new site. If your site is already established with the default URLs, changing it requires 301 redirects from old URLs to new ones — use the Redirection plugin or have your SEO plugin handle it. Skipping redirects loses all your existing backlink equity and indexing.
For ecommerce on WooCommerce, change product permalinks to "/product/" prefix or no prefix at all. Avoid "/?product_id=" structures. For multilingual sites, use the language code as a subfolder (yoursite.com/es/) rather than a subdomain — subfolders consolidate domain authority better.
After changing permalinks, immediately check Google Search Console for crawl errors and submit an updated sitemap. Then watch the Coverage report for 7–14 days to make sure Google has fully transitioned to the new URLs.