This recipe walks you through every step of setting up SEO Forge on a brand-new WordPress site — from installation to a fully optimized site ready for Google. Follow these steps in order.
Phase 1: Install and Configure
- Log into your WordPress dashboard
- Go to Plugins > Add New and search for “SEO Forge”
- Click Install Now, then click Activate
- Navigate to SEO Forge > Settings
- Under General, enable these options:
– Schema enabled: On
– Internal links enabled: On
- Click Save Changes
Phase 2: Set Up Global Templates
- Go to SEO Forge > Settings > Templates
- Set the default SEO title template for posts:
{post_title} | {site_name} - Set the default SEO title template for pages:
{page_title} — {site_name} - Set the default meta description template: leave blank so that SEO Forge pulls from the content automatically, or write a global fallback
- Click Save Changes
Phase 3: Configure Your Sitemap
- Go to SEO Forge > Settings > Sitemap
- Review which post types are included — ensure Posts and Pages are checked
- Exclude any post types that should not be in search results (like private landing pages)
- Decide which taxonomies (categories, tags) to include
- Click Save Changes
- Verify your sitemap works by visiting
yoursite.com/sitemap_index.xmlin a browser
Phase 4: Set Up Robots.txt
- Go to SEO Forge > Settings > Robots.txt
- Review the default rules — they should include:
User-agent: *
Allow: /
Sitemap: https://yoursite.com/sitemap_index.xml- Add disallow rules for any directories you do not want crawled (e.g.,
/wp-admin/,/cgi-bin/) - Click Save Changes
- Verify at
yoursite.com/robots.txt
Phase 5: Optimize Your Homepage
- Edit your homepage (either the static front page or the page set as the front page in Settings > Reading)
- In the SEO Forge box, enter your primary keyword — this should describe your entire site or business (e.g., “handmade leather bags” or “digital marketing agency Portland”)
- Write a custom SEO title that includes your keyword and brand name, keeping it under 60 characters
- Write a compelling meta description between 120 and 160 characters that includes the keyword and a call to action
- Check the SERP Preview to see how it will appear in Google
- Set a featured image at least 1200×630 pixels — this becomes the default OG image for social sharing
- Review the SEO score and fix any listed issues
- Click Update to save
Phase 6: Optimize Key Pages
- Make a list of your most important pages (About, Services, Contact, key product/landing pages)
- For each page, open the editor and:
– Write a custom SEO title (under 60 characters)
– Write a custom meta description (120-160 characters)
– Check the SERP Preview
– Fix any issues listed in the SEO box
– Update the page
- Avoid using the same focus keyword on multiple pages
Phase 7: Set Up Schema Markup
- Confirm schema is enabled globally in SEO Forge > Settings > General
- SEO Forge automatically applies Article schema to blog posts and Breadcrumb schema to all pages
- For your homepage, consider whether WebSite or Organization schema is more appropriate — check the Schema section in the SEO box
- If you run a physical business, add LocalBusiness schema (see the Local SEO recipe below)
- If you have product pages, ensure Product schema is being applied with price and availability data
Phase 8: Configure OG Tags for Social Sharing
- Go to SEO Forge > Settings > Social
- Upload a default OG image (1200×630 pixels) — this is used for any page that does not have its own featured image
- Enter your site’s social media profiles (Facebook page URL, Twitter handle)
- Click Save Changes
- Test a page by pasting the URL into the Facebook Sharing Debugger
Phase 9: Submit to Google Search Console
- Log into Google Search Console at
search.google.com/search-console - Add your site as a property if it is not already there
- Submit your sitemap URL:
yoursite.com/sitemap_index.xml - If you have SEO Forge PRO, connect Search Console under SEO Forge > Settings > Search Console for in-dashboard analytics
Phase 10: Ongoing Blog Post Optimization
- For every new blog post you write, follow this workflow:
– Enter a focus keyword in the SEO Forge box
– Review the score and issues
– Adjust the SEO title and meta description
– Add internal links to related posts (use the Internal Link Suggestions feature)
– Ensure images have descriptive alt text
– Aim for a green score (80+) before publishing
—