WordPress

You may have the wrong pages indexed on Google, and not even know it!

That can hurt your SEO, confuse your visitors, expose you to security risks, and generally reflect poorly on your business.   If you use tools like Yoast SEO to automatically create a sitemap xml, some pages may be included that you weren't expecting. Those pages are indexed by search engines, and end up in search results.   Review your sitemap by adding /sitemap.xml to your site's URL (http://example.com/sitemap.xml).   If you find some things in there you don't want, you can set the status of the offending posts to DRAFT, or visit the search appearance page to remove them from search results.   If you haven't done this before, visit SEO > Search Appearance in your dashboard. Go through all the tabs, looking for any post types, archives, or taxonomies that you don't want to show in search results, and set their "Show in search results" option to NO.   If someone else configured Yoast for you, we recommend checking on this, because it's something agencies often forget. If you're an agency, we recommend adding this step to your launch checklist.

By |2019-05-17T08:29:43-07:00May 17th, 2019|Categories: Tip of the Day, WordPress|0 Comments

Improve SEO with Schema Markup

Want to improve your Search Engine Ranking? Try adding schema markup to your site. It helps search engines place your content into context, and helping search engines understand your content is generally going to boost your SEO. As a bonus, since they understand your site better, search engines may display additional information about the page, and that will make your result stand out and be more attractive. If your page ranks highly, and the search engine decides to highlight your page, the markup will help it decide how to present it. When I talk about placing your content into context, I mean you can specify things like... This is my company's logo This is my company's physical address This is my contact form These are products or services I sell This is the main navigation menu for my site If you're a theme coder, I recommend you start incorporating schema markup into your themes. If you're not, here's a great WordPress plugin to help get you started: https://wordpress.org/plugins/schema/. Here is where you go to learn more about Schema markup: https://schema.org/ In the attached example, you see how schema markup in JSON_LD format is used to self-describe an Avengers Endgame movie review: https://www.commonsensemedia.org/movie-rev…/avengers-endgame.

By |2019-05-17T08:40:08-07:00May 3rd, 2019|Categories: Advice and Opinions, Tip of the Day, WordPress|0 Comments

Slides: Make Your CSS Cross-Browser Compatible

Here are slides from my Lightning talk at the WordPress Seattle Lightning Talks & Help Desk Meetup, July 17, 2018. Please feel free to add constructive comments, corrections, alternative solutions, and your own advice. Talk Description Patrick discusses strategies and resources to help make your CSS more compatible across browsers. We'll touch on which deciding which browsers to support, Progressive Enhancement vs. Graceful Degradation, finding which rules to use, and testing strategies.

By |2018-09-25T07:07:34-07:00July 18th, 2018|Categories: Tutorials, WordPress|0 Comments

Slides: Empower Your Clients and Improve Maintainability with Advanced Custom Fields

This is the slideshow for my presentation at WordCamp Seattle, Nov. 5, 2017 Enjoy! Please feel free to add constructive comments, corrections, alternative solutions, and your own advice for empowering web admins and improving maintainability. Talk Description “I never want my site to change.” – Said No Client Ever Healthy websites change over time just like healthy businesses do. As developers, it is our job to empower website admins, and make our sites more maintainable. This talk shares design patterns and best practices you will find invaluable when creating custom themes for clients, and demonstrates how to implement them using Advanced Custom Fields (ACF). ACF is a powerful development tool used to easily manage custom fields and data. Since the possibilities are endless, we will explore a handful of specific examples. These will include… Providing simple options for clients: Editable content fields for specific sections, such as changing the image and copy overlay for hero images Single, repeatable call-to-action blocks Choose between several kinds of content blocks Choose a custom post type “product” to be the featured product Providing options for advanced users: Add a field for custom CSS classes Automatically apply ids so admins can apply custom CSS Expose specific styling elements, such as tweaking the position of background images Apply icons to menu items Optionally add a sidebar to single content blocks Force a content block to be full width And many more!

By |2018-09-25T07:07:34-07:00October 31st, 2017|Categories: Tutorials, WordPress|0 Comments
Go to Top