Cloud Confusing

Explaining hosting, AWS, Wordpress, static sites, and all manner of cloud solutions.

If you are using Squarespace for your website or blog then you might be linking to affiliate partners from time to time. The current SEO guidance from Google is that monetized links like these carry either rel=nofollow or rel=sponsored tags in order to qualify these outbounds links as being of a commercial nature.

Unfortunately Squarespace doesn’t natively support rel=nofollow or rel=sponsored additions to an <a href= tag. So how do you fix this in order to save your site from a possible SEO penalty?

(more…)

February 25th, 2024

Posted In: Web Development

Tags:

Are you getting a 431 error on a page that you suspect should be working properly? There is a good chance that it’s a local issue and it’s an easy fix.

(more…)

November 4th, 2022

Posted In: Web Development

If you are working with JSON in Python, then you might run into a common problem. You’ll know you have a problem because when running your Python you’ll get an output error that reads, “the JSON object must be str, bytes or bytearray, not list.” In common Python fashion, the message actually makes some sense but you’re still left trying to figure out what to do next.

(more…)

October 24th, 2022

Posted In: Python

As more sites move to advanced caching solutions, it’s getting more difficult to have dynamic content coming in through plugins and similar solutions. Recently I was experimenting with WP-Polls, a popular (free) WordPress polling plugin alongside CloudFlare (Automatic Platform Optimization).

(more…)

October 20th, 2022

Posted In: Wordpress

Content management systems tend to ignore URL parameters, but sometimes you don’t want this to happen. Here is how you fix that with WordPress.

(more…)

September 21st, 2022

Posted In: Web Development, Wordpress

The United Nations location code identifier system (UN/LOCODE) has an interesting system for noting the function of a specific location. Basically there is an 8-digit “classifier” which changes based on the function of the space. While logically interesting, it’ll require some custom work to parse this classifier and get written values from it.

(more…)

September 16th, 2022

Posted In: Web Development

Tags:

If you are writing a typical WordPress wp query you might not even mention the “post_type” filter, where you limit the post types returned in your query.

If you are looking for a specific post type, or possibly a custom post type, then you will use

'post_type' => 'yourCustomPostTypeName'

in order to only get results from that custom post type (CPT).

But what if you want you want to run a query to get the names of the post types, not the posts themselves?

(more…)

December 31st, 2021

Posted In: Web Development

Tags:

If you are doing custom work on WordPress, you probably are using WP query. These is basically a database, essentially SQL, inside the WordPress template in order to deliver a highly customizable set of posts. With the ability to customize comes a bit of complexity.

One of the weird things that can happen is that a WP query that should yield no results will sometimes return many results. How do you fix this?

(more…)

December 31st, 2021

Posted In: Web Development

Tags: ,

One of the the most annoying things about Google Tag Manager is the debugging process. When a tag doesn’t fire you can assume something is wrong with your trigger, but what was it? Time to refresh GTM preview, reload the page, and try again.

(more…)

June 5th, 2020

Posted In: Analytics

Google’s Tag Manager is a super useful tool, but, just like with Google Analytics and Ad Manager, it works best with types of things, not a set of specific things. For example, GA is great at finding the pageview count for every article that has custom dimension 2 = “true” but it’s not good at given the pageview count for a group of 10 random URLs are want to investigate.

This is particularly annoying when you are setting up very granular GTM triggers, but there is a simple work around. The same logic works in Google Analytics.

(more…)

May 20th, 2020

Posted In: Analytics

Tags: , ,

Next Page »

© Cloudconfusing.com 2022 | Privacy Policy | About | UTM Creator | CVE Reporting