<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>WordPress Website Builders</title>
	<atom:link href="https://www.sitebuilderone.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://www.sitebuilderone.com</link>
	<description>Abbotsford WordPress Website Builders for new  websites, local small business marketing and re-design.</description>
	<lastBuildDate>Sun, 06 Apr 2025 20:58:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Developer Setup Guide for the All-in-One Local Business Plugin</title>
		<link>https://www.sitebuilderone.com/blog/developer-setup-guide-for-the-all-in-one-local-business-wordpress-plugin/</link>
		
		<dc:creator><![CDATA[sitebuilderone]]></dc:creator>
		<pubDate>Fri, 07 Feb 2025 03:39:06 +0000</pubDate>
				<category><![CDATA[All-in-One Plugin]]></category>
		<guid isPermaLink="false">https://www.sitebuilderone.com/?p=690</guid>

					<description></description>
										<content:encoded><![CDATA[<p>Instructions for setting up the All-in-One local business plugin.</p>
<p>The <a href="https://github.com/sitebuilderone/wp-sitebuilderone" target="_blank" rel="noopener nofollow">Git repo is located here</a></p>
<h2>Installation</h2>
<ol>
<li>Install the <a href="https://git-updater.com/" target="_blank" rel="noopener nofollow">Git Updater</a> WordPress plugin &#8211; can use the free version
<ol>
<li>within Git Updater settings, under &#8216;Install Plugin&#8217; add the following:
<ol>
<li><strong>Plugin URI</strong></li>
<li>https://github.com/sitebuilderone/wp-sitebuilderone</li>
<li><strong>Repository Branch</strong></li>
<li>main</li>
</ol>
</li>
</ol>
</li>
</ol>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-691" src="https://www.sitebuilderone.com/wp-content/uploads/all-in-one-install.gif" alt="Install plugin" width="1116" height="608" /></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>LiveCanvas and WordPress tips and findings</title>
		<link>https://www.sitebuilderone.com/blog/livecanvas-and-wordpress-tips-and-findings/</link>
		
		<dc:creator><![CDATA[sitebuilderone]]></dc:creator>
		<pubDate>Fri, 20 Dec 2024 05:40:26 +0000</pubDate>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://www.sitebuilderone.com/?p=620</guid>

					<description></description>
										<content:encoded><![CDATA[<p>Our journey with LiveCanvas so far has been quite interesting.</p>
<p>&nbsp;</p><pre class="urvanov-syntax-highlighter-plain-tag">[[acf field='business_name' post_id='options']]</pre><p><code class="" data-line=""></code></p>
<h2>Custom Post Type Options</h2>
<p>Referencing ACF option values in your template</p><pre class="urvanov-syntax-highlighter-plain-tag">[[acf field='business_name' post_id='options']]</pre><p>The output in our case looks like this:</p><pre class="urvanov-syntax-highlighter-plain-tag">[acf field='business_name' post_id='options']</pre><p></p>
<h2>Live display</h2>
<p>Wrap your code in the template with</p><pre class="urvanov-syntax-highlighter-plain-tag">&amp;lt;tangible class=&quot;live-refresh&quot;&amp;gt;
...content...
&amp;lt;/tangible&amp;gt;</pre><p>Custom Post Types order by Many</p><pre class="urvanov-syntax-highlighter-plain-tag">&amp;lt;loop type=&quot;service&quot; count=&quot;20&quot; orderby=&quot;name&quot; order=&quot;asc&quot;&amp;gt;</pre><p>Order by menu order</p><pre class="urvanov-syntax-highlighter-plain-tag">&amp;lt;tangible class=&quot;live-refresh&quot;&amp;gt; 
&amp;lt;loop type=&quot;service&quot; count=&quot;20&quot; orderby=&quot;menu_order&quot; order=&quot;asc&quot;&amp;gt; 
&amp;lt;field name=&quot;title&quot;&amp;gt;&amp;lt;/field&amp;gt; 
&amp;lt;/loop&amp;gt; 
&amp;lt;/tangible&amp;gt;</pre><p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Converting Images to WebP Format Using macOS Automator: A Quick Guide for Web Developers</title>
		<link>https://www.sitebuilderone.com/blog/converting-images-to-webp-format-using-macos-automator-a-quick-guide-for-web-developers/</link>
		
		<dc:creator><![CDATA[sitebuilderone]]></dc:creator>
		<pubDate>Tue, 17 Dec 2024 07:01:53 +0000</pubDate>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[webp]]></category>
		<guid isPermaLink="false">https://www.sitebuilderone.com/?p=532</guid>

					<description></description>
										<content:encoded><![CDATA[<p class="whitespace-pre-wrap break-words">As web developers, we&#8217;re always looking for ways to optimize our websites&#8217; performance.</p>
<p class="whitespace-pre-wrap break-words">One significant way to improve load times is by using WebP images, which offer superior compression and quality compared to traditional formats like JPEG and PNG.</p>
<p class="whitespace-pre-wrap break-words">Here&#8217;s how to set up a simple right-click converter on your Mac using Automator.</p>
<h2 class="whitespace-pre-wrap break-words">Why WebP?</h2>
<p class="whitespace-pre-wrap break-words">WebP images are typically 25-35% smaller than their JPEG counterparts while maintaining similar quality.</p>
<p class="whitespace-pre-wrap break-words">This reduction in file size leads to faster page loads and better Core Web Vitals scores &#8211; something both users and search engines appreciate.</p>
<p class="whitespace-pre-wrap break-words">Setting Up the Converter The process is straightforward and requires just a few minutes of setup:</p>
<h2>Install WebP Tools First</h2>
<p>you&#8217;ll need to install Google&#8217;s WebP tools.</p>
<p>Open Terminal and run:</p><pre class="urvanov-syntax-highlighter-plain-tag">brew install webp</pre><p></p>
<h2>Create the Automator Workflow</h2>
<p>Open Automator (found in your Applications folder)</p>
<ul class="-mt-1 [li&gt;&amp;]:mt-2 list-disc space-y-2 pl-8">
<li class="whitespace-normal break-words">Choose &#8220;Quick Action&#8221; when prompted for a new document type</li>
<li class="whitespace-normal break-words">Configure the workflow to receive &#8220;image files&#8221; in &#8220;Finder.app&#8221;</li>
<li class="whitespace-normal break-words">Add a &#8220;Run Shell Script&#8221; action</li>
<li class="whitespace-normal break-words">Set &#8220;Pass input&#8221; to &#8220;as arguments&#8221;</li>
</ul>
<p>Should look similar to this</p>
<p><img decoding="async" class="alignnone size-full wp-image-534" src="https://www.sitebuilderone.com/wp-content/uploads/automator-webp.webp" alt="Automator webp image convert" width="1494" height="792" srcset="https://www.sitebuilderone.com/wp-content/uploads/automator-webp.webp 1494w, https://www.sitebuilderone.com/wp-content/uploads/automator-webp-300x159.webp 300w, https://www.sitebuilderone.com/wp-content/uploads/automator-webp-1024x543.webp 1024w, https://www.sitebuilderone.com/wp-content/uploads/automator-webp-768x407.webp 768w" sizes="(max-width: 1494px) 100vw, 1494px" /></p>
<p>Add the Conversion Script Copy and paste this script into the &#8220;Run Shell Script&#8221; action:</p><pre class="urvanov-syntax-highlighter-plain-tag">for f in &quot;$@&quot;
do
    filename=&quot;${f%.*}&quot;
    /opt/homebrew/bin/cwebp -q 80 &quot;$f&quot; -o &quot;${filename}.webp&quot;
done</pre><p>Save your workflow with a name like &#8220;Convert to WebP&#8221;</p>
<h2>How to Use It Image to WebP on MAC</h2>
<p>After setup, converting images is as simple as:</p>
<ol>
<li>Right-click on any image in Finder</li>
<li>Go to Quick Actions</li>
<li>Select &#8220;Convert to WebP&#8221;</li>
</ol>
<p><img decoding="async" class="alignnone wp-image-535 size-full" src="https://www.sitebuilderone.com/wp-content/uploads/webp-finder-mac.webp" alt="MAC Finder image to webp convert" width="1496" height="1072" srcset="https://www.sitebuilderone.com/wp-content/uploads/webp-finder-mac.webp 1496w, https://www.sitebuilderone.com/wp-content/uploads/webp-finder-mac-300x215.webp 300w, https://www.sitebuilderone.com/wp-content/uploads/webp-finder-mac-1024x734.webp 1024w, https://www.sitebuilderone.com/wp-content/uploads/webp-finder-mac-768x550.webp 768w" sizes="(max-width: 1496px) 100vw, 1496px" /></p>
<p>The script will create a WebP version of your image in the same folder while preserving the original file. The quality is set to 80% (or 90%, whatever you prefer), which offers a good balance between compression and visual quality for most web images.</p>
<h2>Pro Tips</h2>
<ul>
<li>The &#8216;-q 80&#8217; parameter in the script sets the quality level. You can adjust this between 0-100 depending on your needs</li>
<li>The converter will maintain your original files, creating new WebP versions alongside them</li>
<li>You can convert multiple images at once by selecting them all before right-clicking</li>
<li>The conversion works with both JPEG and PNG files</li>
</ul>
<h3>Troubleshooting</h3>
<p>If you get a &#8220;command not found&#8221; error, it likely means WebP tools aren&#8217;t installed correctly. Double-check that you&#8217;ve installed them via Homebrew as mentioned in step 1.</p>
<p>This simple automation can save web developers considerable time when preparing images for modern websites. Instead of using online converters or command-line tools manually, you now have a quick, right-click solution that integrates seamlessly with your Mac&#8217;s workflow.</p>
<p>While WebP support is now excellent across modern browsers, it&#8217;s still good practice to provide fallback options for older browsers using the <picture> element or by serving different formats based on browser capabilities.</picture>
<p>Happy converting!</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Audit your website with Google &amp; Bing search engines</title>
		<link>https://www.sitebuilderone.com/blog/audit-your-website-for-free-with-google-bing-search-engines/</link>
		
		<dc:creator><![CDATA[sitebuilderone]]></dc:creator>
		<pubDate>Sun, 15 Dec 2024 06:23:51 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<guid isPermaLink="false">https://www.sitebuilderone.com/?p=498</guid>

					<description></description>
										<content:encoded><![CDATA[<p>Curious to know how your website is being listed in major search engines like Google, Bing, or Yahoo?</p>
<p>A quick DIY audit can reveal how your site is performing and help you identify areas for improvement.</p>
<p>The best part? You can do this using tools you already know—search engines!</p>
<h3>Why Audit Your Website?</h3>
<p>Your website is your digital storefront. If it’s not being displayed properly in search engine results, you could be losing potential customers. A quick audit can help you:</p>
<ul>
<li>Understand how many pages are indexed.</li>
<li>Find web pages that shouldn’t be online.</li>
<li>Optimize your metadata for better visibility.</li>
</ul>
<h3>Key Questions to Ask Before You Start</h3>
<ol>
<li>How many web pages does your business website have indexed in the Google database?</li>
<li>Are there any pages that shouldn’t be listed online, like old drafts or test pages?</li>
<li>Are your meta description tags properly written and optimized?</li>
</ol>
<p>If you’re unsure about these questions, don’t worry—we’ll show you how to find the answers with a few simple steps.</p>
<h2>Step 1: Find Out What’s Indexed</h2>
<ul>
<li><strong>Search Query</strong>: Use <code class="" data-line="">site:yourdomain.com</code> in Google.</li>
<li><strong>What to Look For</strong>:
<ul>
<li>Check the total number of pages listed.</li>
<li>Identify irrelevant or outdated pages that don’t belong, like “/test-page” or “/old-pricing.”</li>
</ul>
</li>
</ul>
<p><strong>Example</strong>: Search for <code class="" data-line="">site:yourdomain.com</code> and find that Google lists 50 pages. If your website only has 10 core pages, you might have unnecessary or outdated pages indexed that need attention.</p>
<h2>Step 2: Check for Meta Descriptions</h2>
<p>Meta descriptions are the short snippets displayed in search results under your page title. They’re critical for driving clicks.</p>
<ul>
<li><strong>Search Query</strong>: Use <code class="" data-line="">site:yourdomain.com</code> and review the search results.</li>
<li><strong>What to Look For</strong>:
<ul>
<li>Each page should have a unique, engaging meta description.</li>
<li>Avoid generic or missing descriptions like “Lorem Ipsum” or blank fields.</li>
</ul>
</li>
</ul>
<p><strong>Example</strong>: A page titled “Contact Us” should have a description like: “Get in touch with us for top-notch plumbing services in Vancouver. Call today!”</p>
<h2>Step 3: Identify Pages That Shouldn’t Be Online</h2>
<p>Not every page should be public. Sometimes test pages, old content, or duplicate pages can sneak into search results.</p>
<ul>
<li><strong>Search Query</strong>: Use <code class="" data-line="">site:yourdomain.com</code> and scan the results for unwanted pages.</li>
<li><strong>How to Fix</strong>:
<ul>
<li>Use a <code class="" data-line="">noindex</code> tag on pages you don’t want listed.</li>
<li>Delete outdated or irrelevant pages entirely.</li>
</ul>
</li>
</ul>
<p><strong>Pro Tip</strong>: Check for sensitive information (e.g., internal files or drafts) and secure it by removing the page or restricting access.</p>
<h2>Step 4: Audit Your Local SEO Presence</h2>
<p>If your business depends on local customers, search engines can reveal how visible you are.</p>
<ul>
<li><strong>Search Query</strong>: Try <code class="" data-line="">your business name + location</code> or <code class="" data-line="">your service + near me</code> (e.g., <code class="" data-line="">plumber near me</code>).</li>
<li><strong>What to Look For</strong>:
<ul>
<li>Check if your business appears in local listings like Google Maps.</li>
<li>Ensure your name, address, and phone number are consistent across all platforms.</li>
</ul>
</li>
</ul>
<h3>Step 5: Check for Mobile-Friendliness</h3>
<p>Most website traffic comes from mobile devices. Ensure your site looks great on smaller screens.</p>
<ul>
<li><strong>Search Query</strong>: Use Google’s <a target="_new" rel="noopener">Mobile-Friendly Test</a>.</li>
<li><strong>What to Look For</strong>:
<ul>
<li>Does your site adjust properly to different screen sizes?</li>
<li>Are buttons and text easy to use and read?</li>
</ul>
</li>
</ul>
<h2>Step 6: Evaluate Site Speed and Performance</h2>
<p>Nobody likes a slow website. Google’s PageSpeed Insights can show how your site performs.</p>
<ul>
<li><strong>Tool</strong>: Visit <a target="_new" rel="noopener">PageSpeed Insights</a>.</li>
<li><strong>What to Look For</strong>:
<ul>
<li>Aim for a score above 90.</li>
<li>Implement suggested fixes, like compressing images or reducing JavaScript.</li>
</ul>
</li>
</ul>
<h2>Step 7: Test for Broken Links</h2>
<p>Broken links frustrate users and hurt SEO.</p>
<ul>
<li><strong>Search Tool</strong>: Use <a href="https://www.brokenlinkcheck.com/" target="_new" rel="noopener nofollow">Broken Link Checker</a>.</li>
<li><strong>What to Look For</strong>:
<ul>
<li>Fix or remove links leading to 404 errors.</li>
</ul>
</li>
</ul>
<h3>Bonus: Use Search Operators for Advanced Audits</h3>
<p>Search engines allow you to perform specific searches using operators. Here are a few you can try:</p>
<ul>
<li><code class="" data-line="">site:yourdomain.com</code> – Lists all indexed pages on your site.</li>
<li><code class="" data-line="">intitle:keyword</code> – Finds pages with a specific keyword in the title.</li>
<li><code class="" data-line="">inurl:keyword</code> – Displays pages with a specific keyword in the URL.</li>
<li><code class="" data-line="">-keyword</code> – Excludes results with the specified keyword.</li>
</ul>
<p><strong>Example</strong>: Search for <code class="" data-line="">site:yourdomain.com intitle:services</code> to find pages specifically about your services.</p>
<p>Auditing your website doesn’t require expensive tools or technical expertise.</p>
<p>With just a few search engine tricks, you can uncover valuable insights and start making improvements. Remember, your website is often the first impression your customers get—make it count!</p>
<p><strong>Need help optimizing your website? Contact us today for a professional audit and recommendations!</strong></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Web pages that matter for small business websites</title>
		<link>https://www.sitebuilderone.com/blog/small-business-website-guide-web-pages/</link>
		
		<dc:creator><![CDATA[sitebuilderone]]></dc:creator>
		<pubDate>Fri, 13 Dec 2024 21:08:16 +0000</pubDate>
				<category><![CDATA[Business]]></category>
		<guid isPermaLink="false">https://www.sitebuilderone.com/?p=386</guid>

					<description></description>
										<content:encoded><![CDATA[<p data-pm-slice="1 1 []">As a local business owner, you know how important it is to make a great first impression.</p>
<p data-pm-slice="1 1 []">These days, your website is often the first place potential customers interact with your business. That’s why it’s critical to have a website that not only looks professional but also converts visitors into leads and customers.</p>
<p data-pm-slice="1 1 []"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-389" src="https://www.sitebuilderone.com/wp-content/uploads/small-business-websites-wordpress-20251.jpg" alt="Small Business Website" width="1995" height="1028" srcset="https://www.sitebuilderone.com/wp-content/uploads/small-business-websites-wordpress-20251.jpg 1995w, https://www.sitebuilderone.com/wp-content/uploads/small-business-websites-wordpress-20251-300x155.jpg 300w, https://www.sitebuilderone.com/wp-content/uploads/small-business-websites-wordpress-20251-1024x528.jpg 1024w, https://www.sitebuilderone.com/wp-content/uploads/small-business-websites-wordpress-20251-768x396.jpg 768w, https://www.sitebuilderone.com/wp-content/uploads/small-business-websites-wordpress-20251-1536x791.jpg 1536w" sizes="auto, (max-width: 1995px) 100vw, 1995px" /></p>
<p>In this guide, we’ll walk you through the essential elements of a high-converting small business website. Whether you’re a painter, plumber, HVAC technician, or provide other local services, this guide is for you.</p>
<p>Here are the essential</p>
<h2>Website Home Page</h2>
<p>The Gateway to Your Business</p>
<p>Your homepage is the face of your website. It’s the first thing most visitors see, and it should answer three key questions immediately:</p>
<ul>
<li>What do you do?</li>
<li>Where do you provide your services?</li>
<li>How can customers get in touch?</li>
</ul>
<h3>Tips for a High-Converting Home Page:</h3>
<ul data-spread="false">
<li>Include a clear headline and subheadline that explain your services and value.</li>
<li>Add a call-to-action (CTA) like “Call Now for a Free Estimate” or “Get a Quote.”</li>
<li>Highlight your top services and showcase customer reviews or testimonials.</li>
<li>Make your contact information easy to find.</li>
</ul>
<h2>About Us</h2>
<p>The About Us web page is about <strong>building trust</strong> with perspective customers or clients.</p>
<p>Customers want to know the people behind the business.</p>
<p>An About Us page helps you build trust and establish a personal connection.</p>
<h3>What to Include:</h3>
<ul data-spread="false">
<li>Your story: How and why did you start your business?</li>
<li>What makes your business unique (e.g., locally owned, decades of experience, family-run)?</li>
<li>Team introductions and photos (optional but impactful).</li>
<li>Certifications, awards, or community involvement.</li>
</ul>
<h2>Services Page</h2>
<p>Your Services page is one of the most important parts of your website. Visitors come to your site because they need a solution. This page should clearly outline how you can help them.</p>
<p>Show What You Offer.</p>
<h3>Tips for a Strong Services Page:</h3>
<ul data-spread="false">
<li>List all the services you provide, with a brief description for each.</li>
<li>Use clear headings to make it easy to scan.</li>
<li>Include high-quality photos or videos of your work.</li>
<li>Consider creating dedicated pages for major services (e.g., “Water Heater Installation” or “Interior Painting”).</li>
</ul>
<h2>Contact Us Page: Make It Easy to Reach You</h2>
<p>If someone is interested in your services, they shouldn’t have to search for your contact information.</p>
<p>A clear and easy-to-use Contact Us page is essential.</p>
<h3>Key Elements for Your Contact Page:</h3>
<ul data-spread="false">
<li>A contact form with fields for name, email, phone, and message.</li>
<li>Your phone number and email address prominently displayed.</li>
<li>A clickable map or list of the areas you serve.</li>
<li>Business hours to let customers know when they can reach you.</li>
</ul>
<h2>Testimonials Page: Build Credibility</h2>
<p>Social proof is a powerful tool for converting website visitors into customers. A Testimonials or Reviews page shows that other people trust you, which can encourage new customers to do the same.</p>
<h3>How to Showcase Testimonials:</h3>
<ul data-spread="false">
<li>Include real quotes from happy customers.</li>
<li>Highlight specific results or success stories.</li>
<li>Add photos of completed projects or video testimonials if possible.</li>
<li>Link to external review platforms like Google or Yelp for added credibility.</li>
</ul>
<h2>Optional Website Pages</h2>
<p>While the five pages above are the essentials, adding these optional pages can further improve your website:</p>
<ul data-spread="false">
<li><strong>FAQs Page:</strong> Address common questions to reduce customer doubts and save time.</li>
<li><strong>Portfolio or Gallery:</strong> Show examples of your work with high-quality images.</li>
<li><strong>Blog or Resources Page:</strong> Share tips, guides, or industry insights to establish your expertise and improve SEO.</li>
<li><strong>Special Offers Page:</strong> Highlight promotions or seasonal discounts to attract new customers.</li>
</ul>
<h2>Considerations for Website Success</h2>
<h3>Mobile-Friendly Design</h3>
<p>Most local customers will visit your website from their smartphones. Make sure your site is mobile-friendly and easy to navigate on smaller screens.</p>
<h3>Fast Loading Times</h3>
<p>A slow website can drive visitors away. Optimize your site for speed by using good hosting, compressing images, and minimizing unnecessary plugins.</p>
<h3>Search Engine Optimization (SEO)</h3>
<p>Use local keywords like “Plumber in [City]” or “Painter near me” to help your site rank higher in search results. Don’t forget to include meta descriptions and alt tags for images.</p>
<h3>Clear Calls-to-Action (CTAs)</h3>
<p>Every page should guide visitors to take the next step.</p>
<p>Use CTAs like “Call Today,” “Get a Free Quote,” or “Book Now.”</p>
<p>Your website is more than just an online brochure.</p>
<p>It’s a tool to grow your business and convert visitors into paying customers. By including these essential pages and following best practices, you can create a website that works for you 24/7.</p>
<p>Need help building or improving your website?</p>
<p>Contact us today for a free consultation!</p>
<p>Let’s create a site that helps your business thrive.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>New website setup checklist &amp; guide with WordPress</title>
		<link>https://www.sitebuilderone.com/blog/new-website-setup-checklist-guide-with-wordpress/</link>
		
		<dc:creator><![CDATA[sitebuilderone]]></dc:creator>
		<pubDate>Fri, 29 Nov 2024 06:10:26 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://www.sitebuilderone.com/?p=26</guid>

					<description></description>
										<content:encoded><![CDATA[<p>So here we go with setting up a new WordPress website &#8211; remember all the steps?</p>
<p>It&#8217;s like you need a checklist of sorts to remember which parts are critical, which are not.</p>
<p>Use this quick guide to go over common items and settings to change when setting up your new WordPress website.</p>
<p>Some may be obvious, some may be routine, much you may already know, but whether you are a beginner or a pro, we still need a checklist for WordPress websites.</p>

<p>Let&#8217;s go.</p>
<h2>Outline</h2>
<p>We&#8217;ll be looking at:</p>
<ol>
<li>WordPress settings</li>
<li>Plugins
<ol>
<li>Favicon Generator</li>
</ol>
</li>
<li>Themes</li>
<li>Web pages</li>
</ol>
<h2>Settings</h2>
<h3>Change your permalinks &#8230; now!</h3>
<p>Yes, get rid of the f-ugly URLs</p>
<p>First in the media library</p>
<figure id="attachment_29" aria-describedby="caption-attachment-29" style="width: 1424px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="wp-image-29 size-full" src="https://www.sitebuilderone.com/wp-content/uploads/wordpress-media-library.png" alt="WordPress media settings" width="1424" height="952" srcset="https://www.sitebuilderone.com/wp-content/uploads/wordpress-media-library.png 1424w, https://www.sitebuilderone.com/wp-content/uploads/wordpress-media-library-300x201.png 300w, https://www.sitebuilderone.com/wp-content/uploads/wordpress-media-library-1024x685.png 1024w, https://www.sitebuilderone.com/wp-content/uploads/wordpress-media-library-768x513.png 768w" sizes="auto, (max-width: 1424px) 100vw, 1424px" /><figcaption id="caption-attachment-29" class="wp-caption-text">Uncheck the option</figcaption></figure>
<p>Then in the Permalink Options</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-33 size-full" src="https://www.sitebuilderone.com/wp-content/uploads/wordpress-permalinks.png" alt="WordPress permalinks" width="1728" height="866" srcset="https://www.sitebuilderone.com/wp-content/uploads/wordpress-permalinks.png 1728w, https://www.sitebuilderone.com/wp-content/uploads/wordpress-permalinks-300x150.png 300w, https://www.sitebuilderone.com/wp-content/uploads/wordpress-permalinks-1024x513.png 1024w, https://www.sitebuilderone.com/wp-content/uploads/wordpress-permalinks-768x385.png 768w, https://www.sitebuilderone.com/wp-content/uploads/wordpress-permalinks-1536x770.png 1536w" sizes="auto, (max-width: 1728px) 100vw, 1728px" /></p>
<p>Take it a steps further if you plan on blogging and adjust so that all blog postings will have the &#8216;/blog/&#8217; in the permalink.</p>
<p>This is OG-SEO old school SEO strategy of having pages and postings &#8216;siloed&#8217;</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-35" src="https://www.sitebuilderone.com/wp-content/uploads/blog-permalink.png" alt="Blog permalink" width="932" height="158" srcset="https://www.sitebuilderone.com/wp-content/uploads/blog-permalink.png 932w, https://www.sitebuilderone.com/wp-content/uploads/blog-permalink-300x51.png 300w, https://www.sitebuilderone.com/wp-content/uploads/blog-permalink-768x130.png 768w" sizes="auto, (max-width: 932px) 100vw, 932px" /></p>
<h3>Custom Post Type Permalinks</h3>
<p>If working with custom post types with something like &#8216;Advanced Custom Fields&#8217; or &#8216;ACF&#8217;, review the &#8216;Advanced Settings&#8217; to have a clean URL.</p>
<p>If you leave it checked, you will have a URL that defaults to:</p>
<p><strong>www.you-domain.com/blog/custom-post-type</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-117" src="https://www.sitebuilderone.com/wp-content/uploads/acf-permalinks.png" alt="ACF Permalinks" width="1474" height="1092" srcset="https://www.sitebuilderone.com/wp-content/uploads/acf-permalinks.png 1474w, https://www.sitebuilderone.com/wp-content/uploads/acf-permalinks-300x222.png 300w, https://www.sitebuilderone.com/wp-content/uploads/acf-permalinks-1024x759.png 1024w, https://www.sitebuilderone.com/wp-content/uploads/acf-permalinks-768x569.png 768w" sizes="auto, (max-width: 1474px) 100vw, 1474px" /></p>
<p>Same should apply to your custom taxonomies</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-124" src="https://www.sitebuilderone.com/wp-content/uploads/acf-taxonomy-urls.jpg" alt="ACF Taxonomies" width="1500" height="1038" srcset="https://www.sitebuilderone.com/wp-content/uploads/acf-taxonomy-urls.jpg 1500w, https://www.sitebuilderone.com/wp-content/uploads/acf-taxonomy-urls-300x208.jpg 300w, https://www.sitebuilderone.com/wp-content/uploads/acf-taxonomy-urls-1024x709.jpg 1024w, https://www.sitebuilderone.com/wp-content/uploads/acf-taxonomy-urls-768x531.jpg 768w" sizes="auto, (max-width: 1500px) 100vw, 1500px" /></p>
<h3>Tip &#8211; Custom post type URLs</h3>
<p>When setting up custom post types, pay attention to URLs (Permalinks) for post types and taxonomies.</p>
<p>The following should be reviewed:</p>
<ol>
<li>URL for post type</li>
<li>URL for taxonomy/category (tags as well if you plan to use them)</li>
<li>Front page (archive page) for custom post type</li>
</ol>
<p>&nbsp;</p>
<h2>WordPress Plugins</h2>
<p>Here we go &#8230; plugins can be a bit much &#8211; which one to use, is it updated, does it work and more.</p>
<p>The more plugins you add, the more load it adds to the website &#8211; use sparingly and with caution.</p>
<p>Here is our quick list of plugins with setting up a new WordPress website</p>
<h3>Favicons</h3>
<p>This one is great for generating the various favicons for your website</p>
<p><a href="https://wordpress.org/plugins/favicon-by-realfavicongenerator/" target="_blank" rel="noopener nofollow">https://wordpress.org/plugins/favicon-by-realfavicongenerator/</a></p>
<blockquote><p>&#8220;Generate and setup a favicon for desktop browsers, iPhone/iPad, Android devices, Windows 8 tablets and more.&#8221;</p></blockquote>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-239" src="https://www.sitebuilderone.com/wp-content/uploads/favicons.png" alt="favicons" width="800" height="517" srcset="https://www.sitebuilderone.com/wp-content/uploads/favicons.png 800w, https://www.sitebuilderone.com/wp-content/uploads/favicons-300x194.png 300w, https://www.sitebuilderone.com/wp-content/uploads/favicons-768x496.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>