Posts Tagged ‘WordPress’
WooCommerce Product Redirects To Different Product URL
The issue: Clicking on a given product in the store brings the user to a different product instead, as if there is some kind of redirect happening that the admin never set. Example: Clicking a product with the URL “/store/product5” instead goes to “/store/product7”. In this case, “/product7/” is also a valid (but separate) product.…
Read MoreAbout WordPress’ Robots.txt File
Setting up a robots.txt file for your website. You may have heard of robots.txt, but what is it exactly and what does it do? This file is something that web programs, called crawlers or bots, look at when they first examine your site. Google uses bots to explore and understand the websites around the world…
Read MoreHow To Install Google Analytics into Your WordPress Site
I’m not going to sell you on the importance of tracking your website traffic. If you’re reading this you are already on board, so let’s just jump into it. Upon creating the site tracking in Google Analytics, you’ll be given a code that looks like this: <script> (function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’); ga(‘create’, ‘UA-12345678-910’, ‘auto’);…
Read MoreWhat’s the Difference Between Categories and Tags in WordPress?
Both tags and categories are built-in features of WordPress (and most blogging platforms) to help organize your content. While both are generally working toward the same aim, the way each of them works and how you’d want to apply them are a bit different. We’ll start broad with categories. Categories cover broad sections of your…
Read MoreWhy Using a Sitemap Helps Your Indexing
Google is constantly sending its crawler bots, little web programs designed to read website information and report back to Google’s indexing service, to sites across the web to update its massive index. These bots will periodically revisit sites to scan for changes or new information, and if they see changes they’ll add the new information…
Read MoreWhat is Responsive Web Design?
Simply put, responsive web design is the method of creating a website that looks good and works well on any device used to browse the web. Wikipedia defines it as follows: “Responsive web design (RWD) is a web design approach aimed at crafting sites to provide an optimal viewing experience—easy reading and navigation with a…
Read More