One place for hosting & domains

      Manage

      Manage Payment Methods


      Payment Methods

      • Credit card: Pay using all popular credit (and debit) cards, including those issued by Visa, MasterCard, Discover, American Express, and UnionPay.

      • Google Pay: Pay using a credit card, debit card, or PayPal through your Google Pay account. Paying with your Google Pay balance or any associated bank accounts are not supported at this time.

        Note

        To add a PayPal account to your Google Pay account, you currently must do so through the
        Google Play Store. PayPal cannot currently be added through the Google Pay website or mobile apps. When adding PayPal through Google Pay, it appears as a Discover Card within the Cloud Manager and the Linode API.
      • PayPal: Pay using your PayPal balance, a credit (or debit) card, or bank account through your PayPal account.

      • Check, ACH, or wire transfer: Please
        contact Support if you wish to pay through one of these methods.

      See
      Adding a New Payment Method for instructions on adding a new payment method to your account.

      Add a New Payment Method

      New payment methods can be added to an account through the Cloud Manager. Up to 6 payment methods can be active on an account at any given time, including multiple credit cards, Google Pay methods, and PayPal methods.

      1. Navigate to the Billing Info page in the
        Cloud Manager (see
        Accessing Billing Information).

      2. If adding a credit card directly (not through Google Pay or PayPal), it must match the account’s billing contact information and address. Review the Billing Contact section and edit it as necessary (see
        Update Billing Contact Information).

      3. In the Payment Method section, click the Add Payment Method link. This opens the Add Payment Method panel.

      4. Complete the form according to the payment method you wish to add.

        To pay with a credit card: Enter the credit card number, expiration date, and the security code (CVV) of the new card. Then click Add Credit Card.

        Form to add a credit card

        Note

        A $1.00 authorization hold may be placed on your credit card by your banking institution when our payment processor tests the validity of the card. This is normal behavior and does not result in a charge on your card.

        To pay with Google Pay: Click the Google Pay icon/button to open Google’s own Google Pay form. Log in to your Google account and select the payment method you wish to use. Press continue (or otherwise complete the form) to be taken back to the Cloud Manager.

        Button to add Google Pay

        To pay with PayPal: Click the PayPal icon/button to open PayPal’s own form. Log in to your PayPal account and select the credit card or bank account you wish to use. Optionally check or uncheck the Use balance first option to use any PayPal balance before the selected credit card or bank account. Press Save and Continue (or otherwise complete the form) to be taken back to the Cloud Manager.

        Button to add PayPal

      5. After the payment method is added, it will be assigned as the default payment method and will be used for future recurring payments. This can be changed by following the instructions within the
        Viewing and Changing the Default Payment Method section.

      Note

      This process does not immediately charge any past due balance on the account to the new card. If you have an outstanding balance, you need to make a manual payment to bring your account up to date. See the
      Making a One-Time Payment section for more information.

      Remove a Payment Method

      To delete a payment method from your account, follow the instructions below.

      1. Navigate to the Billing Info page in the
        Cloud Manager (see
        Accessing Billing Information).
      2. Under the Payment Methods section, locate the payment method you wish to remove.
      3. Click the corresponding ellipsis menu and select Delete from the dropdown menu. If the payment method is the default payment method on the account, the Delete button will be disabled and you will first need to change the default method.

      View and Change the Default Payment Method

      When an invoice is generated, the amount of that invoice (as well as any past due balance) will be charged to the default payment method on the account. The default payment method can be viewed and changed by following the instructions below.

      1. Navigate to the Billing Info page in the
        Cloud Manager (see
        Accessing Billing Information).
      2. Under the Payment Methods section, the payment method currently used by default has a label of default (located to the right of the last 4 digits and expiration date).
      3. To change the default payment method, click the ellipsis menu next to the payment method you wish to use and select Make Default from the dropdown menu.

      This page was originally published on



      Source link

      WordPress Permalinks: How to Manage Your Website’s URL Structure


      In this article, we’ll explain what permalinks are and give you a tour of all the default permalink structures WordPress offers. Then, you’ll learn how to create custom ones in two ways.

      Each page on your website has a unique URL that enables visitors to identify and access it directly. Ideally, you want these URLs to be as easy to read and type as possible. In technical terms, those unique URLs are known as permalinks.

      When you use a Content Management Systems (CMS) such as WordPress, it automatically generates URLs for your pages and posts based on the permalink structure you choose. However, it’s important to note that some options are more suitable for readability and Search Engine Optimization (SEO).

      What WordPress Permalinks Are

      In a nutshell, WordPress permalinks are the unique URLs the platform sets for each of your posts and pages. Take these two permalinks, for example:

      They both illustrate unique permalink structures. The first uses the blog post’s name as its slug, which is the segment of the URL that identifies a unique page. Instead of its name, the second example uses the post’s unique ID as its slug.

      From a technical standpoint, both URLs work exactly the same. However, it’s easy to see that the first approach is much more user-friendly. Not only is it easier to remember, but it also tells visitors what the page is all about. This is known as a “pretty” (as opposed to “ugly”) permalink.

      More importantly, using keywords that explain what your page is about can help search engines understand its purpose. In other words, they’re better from an SEO perspective. If you’re not using an optimized permalink structure, you’re leaving organic traffic on the table.

      The 6 Types of Permalink Structures in WordPress (And Which One You Should Use)

      Before we jump in, it’s important to note that if you’re building a new WordPress website, you should always set your favorite permalink structure as early as possible. Conventional wisdom suggests locking down your permalink structure within the first six months when your SEO is still in the growth stage.

      If your website has been around for longer than that, you can still change your permalink structure. However, you may impact your search rankings if you don’t implement redirects to your new URLs.

      With that in mind, let’s help you identify the best structure for your WordPress website.

      1. Plain

      We’ve already introduced this permalink structure above. Here’s another example to refresh your memory:

      • examplewebsite.com/?p=121

      As its name implies, this structure is bare-bones. The slug is actually the designed page ID from your database. It doesn’t provide you with any information about the page you’re visiting. In most cases, you’ll want to use a structure that provides users (and search engines) with a bit more to go on.

      2. Day and Name

      As the name implies, this permalink structure uses your post or page’s name and the day of its publication as part of the URL. Here’s an example:

      • examplewebsite.dev/2022/08/25/sample-post/

      The upside of this structure is that it tells your users how old the post is. In some cases, this can help them assess if it’s still relevant without having to hunt for a date in the text. You’ll often find news or magazine sites use this structure — essentially, any website creating time-specific content.

      Dating your posts also has a downside. For example, imagine you have an excellent post that was published two years ago, and it’s considered a definitive source of information on a particular topic. Some readers might simply look at the date and think the advice is no longer relevant, regardless of whether that’s true or not.

      To be clear, it’s always advisable to include the date of publication somewhere within your post, but there’s no compelling reason to add it as part of your URL.

      3. Month and Name

      This permalink structure is almost identical to the one we just covered. The only difference is that it doesn’t include the day of publication as part of your post’s URL:

      • examplewebsite.dev/2022/08/sample-post/

      From a functional standpoint, we’re dealing with the same set of pros and cons as with the Day and Name structure. It can be nice for visitors to ascertain how old your post or page is at a glance, but it can also make some of your content look outdated.

      Get Content Delivered Straight to Your Inbox

      Subscribe to our blog and receive great content just like this delivered straight to your inbox.

      4. Numeric

      The Numeric permalink structure shares a lot of similarities with the Plain option. Let’s check out a URL using this setting so you can see it in action:

      • examplewebsite.com/archives/121

      As with Plain permalinks, this setting uses your post’s ID as its slug, and it doesn’t provide users with any additional information. In this case, you also get a short permalink, but it comes with no other advantages, so it shouldn’t be your top option.

      5. Post Name

      Out of all the default WordPress permalink structures, this one is our favorite. It identifies your posts and pages according to their name, which makes for clean and memorable URLs, such as:

      • examplewebsite.com/your-best-post

      The great thing is that you can name your post and pages any way you want and even customize the slugs if those titles get too long. As a rule of thumb, your slug should remain between three to five words long. That way, it’s still short enough for your visitors to remember, and search engines will also be able to easily identify what the post is about.

      6. Custom Structure

      If you’re not sold on any of the structures we’ve talked about so far, WordPress also enables you to build your own. For example, if you’re running a blog, you can set up individual categories for your roundups and reviews and include them in your links.

      Here’s an example:

      • examplewebsite.com/top-lists/x-best-puppies-2018

      In practice, WordPress provides you with ten structure tags that you can use to build custom permalinks. If you want to know what they are and how to use them, keep reading — we’ll cover all the basics in the next section.

      2 Ways to Create Custom Permalinks

      As we mentioned a minute ago, WordPress offers you a built-in method to create custom permalinks. However, you can also use plugins to achieve similar results if you want a bit more control over the procedure. Let’s talk about both methods.

      1. Use WordPress’ Custom Structure Tags

      WordPress enables you to use ten types of structure tags to create custom permalinks. Let’s take a minute to get to know them, then we’ll see them in practice:

      • Date Tags: This category includes %year%, %monthnum%, %day%, %hour%, %minute%, and %second%, and they work exactly as you expect them to. Adding any of these tags to your permalink structure will include those numbers within your URL.
      • Post ID and Name: These tags are %post_id% and %postname%, respectively. The former displays the unique ID for any of your posts or pages, while the second shows their full title.
      • Category and Author: You can add these options using the %category% and %author% tags, respectively.

      To use any of these tags, you need to access your dashboard and go to the Settings > Permalinks tab. Once you’re in, you can choose any permalink structure you want out of the ones we talked about earlier.

      If you want to create your own, select the Custom Structure option at the bottom of the list:

      WordPress custom permalinks structure

      Now, all you have to do is mix and match the structure tags we talked about earlier.

      For example, /%category/%post-name/ would result in this URL:

      • http://www.examplewebsite.com/top-lists/x-best-puppies-2017.

      You can use as many tags as you want for your custom permalink structure. However, we recommend keeping things short. We also recommend that you avoid using dates, so that your content remains evergreen.

      When you’re ready, remember to save your changes, and that’s it!

      2. Use the Custom Permalinks Plugin

      If you’ve been using WordPress for a while, you’ll know there are plugins for nearly every scenario you can imagine. Customizing permalinks is no exception. One option is the Permalink Manager plugin:

      Permalink Manager Lite WordPress plugin

      This tool enables you to customize your post and page’s permalink structure and change the URLs of any individual posts on a single screen.

      To get started, install the plugin, activate it, then navigate to the Tools > Permalink Manager tab. Inside, you’ll find a list of all your posts and the option to tweak their permalinks:

      Permalink Manager Lite plugin for custom permalinks

      The URL Editor tab section also includes tabs for your Pages and Media, which work just the same as the Posts section. When you’re done checking out these options, move over to the Permastructures tab. Here, you can set unique permalink structures for your posts, pages, and media:

      WordPress default Permalinks structure

      As you can see, the plugin also uses WordPress’ default structure tags to help you build new permalinks. All you have to do is put them in the order you want and save your changes:

      structured tags for custom post types

      If you’re not happy with your new structures, you can always use the Restore to Default Permastructure button below each field. That’s pretty much all you need to know to start using the plugin.

      Set Up Your WordPress Permalinks

      A lot of people don’t pay any attention to the structure of their website’s URLs, which is a mistake. It may seem like a small detail, but using the right permalink structure can improve SEO rankings and make your website more user-friendly.

      As a general rule of thumb, you want to avoid URLs that include long strings of numbers or unwieldy phrases. The best approach is often to use your post names as your default permalink structure and shorten them manually when necessary. If that’s not a good fit for your website, you can always create custom permalink structures using WordPress tags or a plugin.

      Do More with DreamPress

      DreamPress Plus and Pro users get access to Jetpack Professional (and 200+ premium themes) at no added cost!

      Managed WordPress Hosting - DreamPress



      Source link