The main accessibility checks

Accessibility checks help you optimize your website. For every visitor. By thinking about accessibility, you are actually thinking about your design, the use of textual and multimedia content, and the structure of your website. The World Wide Web Consortium (W3C) has a list of accessibility checks for you. In this post, I will dive into the main, priority 1 checkpoints in that checklist and see how these apply to a modern (WordPress) website.

accessibility checks

Priority 1 Accessibility checks

Let’s start at the very beginning of that list of accessibility checks and work our way down.

Text equivalents

This is actually quite an extensive check, so I get why they made it the first one. For every non-text element, you should provide a textual equivalent. That goes for things like images, but also for everything ranging from image map regions and animated GIFs to stand-alone audio files and video. This can be done with alt or longdesc tags, for instance. For your YouTube video, it can be done by adding closed captions to your videos:

It’s not that hard if your video isn’t too long. This goes for any kind of multimedia presentation, by the way. It might be easiest to simply add additional text right below a video or powerpoint for that matter, outlining what is in the multimedia presentation, so screen readers will have no trouble explaining what the presentation is about. If time, or viewing time, is an issue (for instance in online tests), synchronize the text with the multimedia presentation.

On a related note, be sure to change these textual equivalents when the non-textual part changes. That seems logical, but just don’t forget to do this.

Mind your colors and contrast

We’ve discussed this before. There are many ways to check contrast and if colors work together. Quick test: convert your website to black and white. Create a bookmarklet using this snippet:

javascript:(function(){var e=document.body;e.style.filter="progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)",e.style.filter||(e.style["-webkit-filter"]="grayscale(1)",e.style.filter="grayscale(1)")}())

One of the things that really draws my attention lately is the number of links that just have that different color and no other indication that a word or sentence is linked. I might be nostalgic in this, but sometimes I really feel we should simply agree to underline each link that is in a text (article, page, etc). That would already make a huge difference.

Don’t know how to create a bookmarklet? Check this page. In this post on accessibility tools, I mention more in-depth accessibility checks for color and contrast.

Flickering

There are things like scripts that cause monitors to flicker more than intended. I have actually never thought of it this way, but there are people that have a serious issue with flickering videos that auto-play or excessive use of animated gifs, let alone blinking text. The sudden flicker (at a certain rate) of the screen  might cause what is known as photo-epileptic seizures.

Describe what will happen and make sure this flickering can be enabled/disabled by the user.

Use clear and simple language

This is obviously not just for accessibility, but also for SEO and user experience in general. The Flesch Reading Ease score in our plugin helps you to write better text. This is actually something we’ll be adding much more focus on in the future.

Of course, you should adjust your language to your audience. If you are dealing with serious subjects like law or politics, your text shouldn’t read something like “This new doggyfizzle televizzle gon’ be off the hizzle, fo shizzle.” Adapt to your audience, and make it accessible along the way.

The ‘obvious’ things

There are more priority 1 checkpoints. Let me sum these up for you in layman’s language:

  • Add proper lang= declarations to your HTML tag, but also add these when changing the language in the middle of the sentence, als je begrijpt wat ik bedoel. That can simply be done by adding a <span lang="nl"> in this case. Don’t forget to close that tag to return to the original language.
  • If you remove your stylesheet, your web page should still be readable. Here‘s a bookmarklet for that.
  • Use client-side image maps instead of server-side image maps. An exception can be when the clickable area is in some odd shape. Remember when we created image maps like that in Dreamweaver? Preferably don’t do that :)
    Besides that, image maps need sufficient text links to go with each active region of a server-side image map. More on accessible image maps here.
  • Who uses tables, right? Most of us bloggers don’t, and I haven’t seen a design built in tables for a long time (thankfully). If you need a table, for instance for a scientific article, be sure to:
    • identify row and column headers, and
    • use markup to associate data cells and header cells if your table has two or more logical levels of row or column headers.
  • You’re probably not using frames, but in case you are: add a title to each frame so these can easily be identified and navigated as such.
  • If your website depends on scripts (or applets)m but sure to test your website with these objects turned off. For instance, if your website uses a loader per page (WHY!?), turn JavaScript off in for instance the web developer toolbar and see if your theme still works. If not, fix this or provide the same information on a separate page that is accessible.

Last resort

If you really can’t get your website to become more accessible, you really need to check if there is a better theme out there. I can’t put it any other way. Most of the accessibility checks mentioned in this article are not that hard. You should be able to implement most of them, even with little technical knowledge when it comes to creating websites.

I am well aware of the huge pile of crappy themes that are coded so bad that even the slightest change to a CSS file makes an entire design collapse. I have styled my share of themes that could only be changed by me (years and years ago, obviously).

If you really can’t work your way around a (WordPress) theme, and really want to follow these accessibility checks, please provide a link to an “alternative page that uses W3C technologies, is accessible, has equivalent information (or functionality), and is updated as often as the inaccessible (original) page.” (Source: W3C)
But I know you are better than that.

Read more: ‘Easy-to-use accessibility tools’ »

Basic SEO training: product page optimization

If you’re a webshop owner, you’d like your visitors to click that ‘Buy’ button on your product page. In our Basic SEO training we teach you how to optimize the usability and conversion of your product pages. In this Basic SEO training video fragment Thijs shows an example of a good product page and explains what’s so great about it.

Can’t watch the Basic SEO training video?

Here’s a transcript:

“So let me give you an example of what I think is a good product page. As you can see here, there’s a big image of this product. It’s a barbecue that’s being sold online. There’s also a pretty big call-to-action, it’s orange so it stands out in the design. And what I like most about this, is that the images they have on this page are really clear. There are images from every angle and images of people using the product. You can really see the product well and get a feeling for it.”

Besides the module on Usability & Conversion our Basic SEO training contains modules on Technical SEO, Keyword Research, Site Structure & SEO copywriting. The unique mix of videos, quizes and reading material makes sure you’ll be able to DIY SEO after the training!

Want to know more about product page optimization?

Read more: ‘Product Page UX’ »

Keep reading: ‘Product Page SEO’ »

Easy-to-use accessibility tools

Is your website ready for the visually impaired? Have you ever tried to navigate your own site without a mouse? Just some of the questions I asked you in my article Accessibility matters. In Joost’s recent article on the Google Webmaster Guidelines update, he explains that these new guidelines also focus more on accessibility. Accessibility does matter, and clearly for Google as well. In this article, I’ll show you some easy tools you can use to make your website accessible for more visitors.

Easy-to-use accessibility tools

WordPress accessibility

If you’re using WordPress, there’s a complete team working on making WordPress more accessible for everyone. From what I can see, this team is working very hard to both make a case for accessibility and improving WordPress accordingly.

I’ve had several conversations with a number of members of this team, for instance during WordCamps (see you in Vienna?) and via Slack. One thing is always a part of those conversations: making a case for accessibility. Accessibility, in my opinion, will too many times be considered as a possible ‘extra’, where roughly 10% of your website visitors will experience some kind of accessibility issue, like contrast or fonts that are too small. If you follow accessibility guidelines, your overall website will improve for all your visitors.

Accessibility tools

We obviously spend time in our reviews testing (a number of aspects of) accessibility as well. Obvious things that are tested are use of headings, contrast and descriptive links. In this article, I’d like to go over these very easy-to-use accessibility tools and show you how you can use these yourself for your website.

Use of headings

Headings and SEO value? It’s up for much debate. Although some people already claim the SEO value of headings is zero to none these days, we’re just not sure yet. But when it comes to accessibility, headings are very important:

Headings add structure and meaning to pages by labeling each content part and indicating the relative importance of those parts.

Of course, this is very much UX related, not just to accessibility. Not just for people with a disability of some kind, by for every visitor of your website. Make sure your headings are descriptive and nested the right way. Don’t just use headings as a design element (“it’s the only way I know how to enlarge my text”) or to impact SEO (“I use all H1 headings, that makes it all very important to Google”). The first one is a plain lazy solution –  and the second one just doesn’t hold that much truth anymore, like mentioned above.

Easy-to-use accessibility tool to test heading structure on your website: Quix. This tool is like the Swiss Army knife of our site reviews. You can test all kind of things by using a variety of commands, but the ones we use most are seo, h and seocss. That last one will show you all the headings on a web page:

accessibility tools: headings test example

Even on pages where we don’t actually can read what’s on there, this little accessibility tool will allow us to check heading structure. As you can see, the content part of this website is structured right, but the sidebar on the left is using a reversed structure. (first H2 than H1).

Read more: ‘Headings and why you should use them’ »

Contrast

There is a number of ways to test the contrast of a website. By contrast we mean the way the color of a text is readable on its background. When using black on white, you’re obviously safe. But a lot of websites change these colors for sidebars or specific sections or use text on images, for instance in a slider.

When I was building websites myself back in the old days, I often used this handy github page by Lea Verou:

Accessibility tools: contrast ratio calculation

It gives you a contrast ratio score based upon the W3C contrast guidelines, which considers 4.5:1 to be OK. Black text on white background gives a ratio of 21:1, by the way.

The test tool by Lea Verou just tests contrast. If you want to play around with contrast to find how this affects visits by for instance people that are colorblind, you might want to check the Color Contrast Analyzer (Windows/Mac) that checks foreground/background contrast levels and allows you to preview designs as they might be seen by colorblind users. If you’re using a Mac, this little contrast tool by Michel Fortin is also great: Sim Daltonism. Like the Color Contrast Analyzer, it allows you to hover a website and test a number of colorblindness variations:

Accessibility tools: sim daltonism in action

Easy-to-use and fast, I have Sim Daltonism installed on my Mac.

Another accessibility tool I’d like mention here is simply called SEE. It’s a rather confronting Chrome extension, which allows you to view a site as viewed by visitors with variations of colorblindness, but also as people suffering from for instance glaucoma or cataract. Be sure to try that one for yourself as well.

Descriptive links

The last accessibility tool I’d like to mention is right in your computer. Both Mac and PC have ways to read out the text on the screen for you. The text that is read, can be identified and that will show you if a link is set up in a descriptive way. For Windows users, the application that reads text to for instance a blind visitor is called Narrator. As I am using a Mac, let me show you how to identify inaccessible links using VoiceOver. I assume Narrator has pretty similar features. Correct me if I am wrong, Windows user.

There are a lot of keyboard shortcuts that can be used when it comes to accessibility. In our reviews, we do the following:

  1. Press CMD+F5 to turn on VoiceOver
  2. Press Ctrl+Alt+U to bring up the Content Chooser
  3. See if f.i. the read more links say more than just ‘read more’

Here’s the result of that on a blog that did not optimize for accessibility:

Accessibility tools: Testing links using VoiceOver on a Mac screenshot

You can clearly see that Treebeard is the nick or name of the author, but a blind visitor just sees Treebeard. And where we know that the read more is related to Part Deux of the Dumping Dumps article, a blind visitor just sees ‘read more’. About what? Don’t get me wrong: we’re not doing everything right ourselves, but we try to improve the accessibility of our site and plugins as well. Last year, Rian Rietveld wrote an article on how to use a .screen-reader-text class to make your read more links more accessible. Go read. Implement.

One more thing

The people at WAVE Web Accessibility created a nice tool to quickly identify a lot more rights and wrongs on your website. This is done completely automatically and will need a human to see what really are realistic improvements and what not. I don’t consider this a replacement for the accessibility tools mentioned above, but it is definitely worth looking into!

Most of the tools mentioned above and more can also be found on make.wordpress.org/accessibility/useful-tools/

Keep reading: ‘Accessibility matters’ »

Basic SEO training: Mobile-Friendly Test

Your website needs to be mobile-friendly nowadays. For your users ánd Google. Since Mobilegeddon, it’s just a basic requirement to have a website that works well on mobile. Not sure how mobile-friendly your website is? Google provides a test to check your website: the Mobile-Friendly Test. It runs a check on your website and tells you what you should adjust to improve the user experience on a mobile device.

In our Basic SEO training Michiel shares how this test can help you improve your site for mobile users:

 

Can’t view this Basic SEO training video?

Check out the transcript below:

Google is actually focusing on this a lot. We’ve already mentioned Mobilegeddon. And Mobilegeddon simply means you have to optimize your website for mobile devices. And Google helps you with that. Google has a Mobile-Friendly Test that will immediately tell you if your website is mobile-friendly or not, according to Google (it’s not fool proof). And it will also tell you what things you can optimize: that could be your font size, it could be an adjustment of viewport (which is actually a bit technical), but it’s also about whether your links are to close together, because that will just make it harder to click one individual link.

If you want to get to know more useful tools that help you optimize your site, check out our Basic SEO training!

Accessibility matters

Usability is important: for everyone. To make sure your site can be properly used by all your visitors (even if they’re (visually) impaired), you have to optimize your site’s accessibility. Every software developer should at least have some basic interest in this. Well-known WordPress accessibility expert Rian Rietveld has trained both our review and development team and although we’re doing a lot of things right, there’s always room for improvement. With every release, we try to improve our software a bit in terms of accessibility as well.

Accessibility matters

What is accessibility?

Accessibility is about how well your software or website can be used by the visually impaired visitor, for instance. Wikipedia puts it like this:

Accessibility refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both “direct access” (i.e. unassisted) and “indirect access” meaning compatibility with a person’s assistive technology (for example, computer screen readers).

Accessibility matters

We have an aging population, that much is clear. That growing group of senior citizens is getting more and more familiar with the internet, using iPads and Samsung Galaxy’s to order pizza and book hotels. And set up their own websites. Although we don’t want this, our vision reduces with age. Our website and software need to be accessible for this growing group of visitors.

Of course, there are more visually impaired people, think along the lines of (color) blindness and blurry vision. 285 million people are estimated to be visually impaired worldwide: 39 million are blind and 246 have low vision. 82% of people living with blindness are aged 50 and above. Source: WHO.

Color blindness (color vision deficiency, or CVD) affects approximately 1 in 12 men (8.3%) and 1 in 200 women in the world (0.5%). Source: Colour Blind Awareness.
I’ve checked multiple resources: About 50.4% of the world’s population is male, 49.6% is female. With 7.3 billion people currently living on the planet, that means over 300 million color blind males and over 18 million color blind females. That’s quite a lot of people you’re missing out on when you’re not optimizing your website or software for blind or color blind visitors!

I totally get that not all the blind people use the internet and I also understand that not all color blind people need an adjusted website, per se. But it’s really not that hard to optimize your website or software. WordPress has an accessibility team monitoring WordPress. Drupal is working on accessibility. So should you.

It’s not just visual impairment

There’s more to accessibility than visual impairment. Less visible (oh the irony) conditions that can cause accessibility issues include for instance dyslexia (and other reading difficulties) and dexterity difficulties. Severe dexterity difficulties mean users are unlikely to use a mouse, and rely on the keyboard instead (Source: Powermapper.com). Have you ever tried to use your website, or our software for that matter, without using a mouse? It’s a tough job, I tell you.

And let’s not forget about the deaf visitor that wanted to take our Basic SEO training and was facing over 2 hours of videos without subtitles. It’s quite easy to add these, and so we did.

A lot to think about for every website owner, website developer and software developer. And this is just the tip of the iceberg. It’s very likely we’ll follow up on this article with more in-depth information on accessibility. In the meantime, I’d love to hear your experiences in the comments!

Basic SEO training: clear call-to-action

Our Basic SEO training teaches you how to optimize a website in a holistic way. Holistic means that we won’t focus on one aspect, we consider all important aspects that can make your site awesome and rank well! That’s why we included a module on usability and conversion in the Basic SEO training. One topic we discuss is the call-to-action.

A clear call-to-action on a page makes your site more user-friendly and can boost a page’s conversion at the same time. If you want to create a clear call-to-action you have to think about what you’d want the visitor to do on a specific page of your website. The next step is to make this option the most obvious choice on that page.

What does a clear call-to-action look like? In this Basic SEO training video Michiel shows some examples of clear call-to-actions. Check them out!

Can’t watch the video?

Here’s a transcript of the video:

These are a couple of examples of good call-to-actions we found. One is Evernote. There’s a clear box that draws your attention and you want to click on that button immediately. The other one, what do I have to say about that. It’s a green website and has a blue call-to-action, it’s immediately clear. You have to make the call-to-action as big as possible, you have to make it stand out and people will immediately know what to do on that page.

Longing for more awesome training videos? And challenging questions and comprehensive background material? Last month we released our first online training, called Basic SEO. Be sure to check it out!

Local SEO: using our store locator

In our previous post about local SEO, we explained how to set up local landing pages for your site. In this post we’re going to highlight one of the other features of our Local SEO plugin: the store locator.

How to use the store locator of the Yoast Local SEO plugin

A helpful tool for your visitors

The store locator isn’t something that will directly help your site’s SEO. It’s mostly a helpful tool for your visitors. It allows them to search the nearest store to their address and plan their route to the store. For example, they might be looking for an Apple Store within 10 km from Chicago:

what a store locator looks like

You can expand your locations overview page (we described how to set this page up in our previous post) with the store locator to give your users a better experience. And maybe even more important: to let them find your store more easily, so they can directly contact or visit you!

How to use the store locator

The store locator can be inserted on any page using the following shortcode: [wpseo_storelocator]. For more options please take a look at our knowledge base.

insert-store-locator

Using the store locator for your business directory

Using our plugin isn’t limited to only list your own business or businesses. When you own a business directory to list (for example all the dentists in Los Angeles or car dealers in Arizona) you can still use our plugin!

To add these locations you can just enter them one by one, or import them, After this, you can add the store locator to the (category) pages you want.

A small remark: of course it may be harder to rank in Local Search when you don’t own those places, but it still would be a very user friendly feature for your visitors.

Want to play?

Not sure how to use this, or just curious what it looks like in real life and how it works? Please go ahead and try it on our demo website.

If you feel like something is missing in our store locator: please leave your suggestions in the comments!

New Yoast eBook: UX & Conversion from a holistic SEO perspective

As of today, we offer a brand new eBook ‘UX & Conversion from a holistic SEO perspective‘. This eBook focuses on many different aspects of UX and Usability and gives great insights in Conversion Rate Optimization and A/B-testing. The eBook is offered for only $14 the entire month of October (after that the price will be $19).

About ‘UX & Conversion from a holistic SEO perspective’

We cover the basics, but also provide more in-depth information on User Experience and Conversion. The book consists of five sections: an introduction, a section about general usability issues, a section about usability of specific pages, a section about mobile UX and a final section about conversion research. The chapters are all written by Joost de Valk, Michiel Heijmans, Thijs de Valk and Marieke van de Rakt. The eBook consists of 128 pages, you will receive a PDF, a Kindle version and an ePub version.

eBook UX Conversion

eBook_UX_Preview_x2

Why buy this eBook

UX is important for both conversion as well as SEO. We consider UX as a very important part of a holistic SEO strategy. In order to keep ranking well in Google, you should continuously invest in decent UX on your website. Our eBook will give practical tips and useful insights in both UX and conversion.

 

Coming soon: new Yoast eBook on UX & Conversion

We are very proud to announce Cover_UX_Conversion_600_x2 the launch of our new eBook ‘UX & Conversion from a holistic SEO perspective’. It offers a holistic SEO view on both User Experience as well as on Conversion Rate Optimization. The information mostly is non-technical and can be read and understood by anyone owning or maintaining a website. The sale of our new eBook will start coming Tuesday, October 6. Early birds will get a discount: the eBook will be available for only $14 (instead of $19) this October!

Don’t want to miss the discount? Subscribe to our newsletter here!

Holistic SEO and UX

A holistic SEO approach requires an amazing website. An excellent user experience is a very large part of that. At Yoast, we’ve been giving SEO advice for quite some time now. And although Google has changed its algorithm quite a few times, most of the advice we give at Yoast has remained the same over the years. And this advice is very simple: you just have to make sure the experience users have on your site is really really good. Do not use any ‘SEO tricks’; while they might get you rank quickly, they usually don’t work in the long run and might even backfire. A holistic SEO approach focusses on all aspects that can make a website great: ease of use, high quality content, excellent site speed… and so on.

The importance of UX for SEO

In our holistic SEO view, the usability of and the UX on your website should be a very important part of your long-term SEO strategy. Having an awesome website with high quality content and a great user experience won’t instantly improve your ranking. In the long run though, it will definitely have a positive effect on your SEO! Attractive websites have a lower bounce rate and a much higher chance to receive social media attention. These are exactly the two things that make sure your website will keep ranking well.

Conversion and SEO

Awesome websites will also result in higher conversions. If your audience likes and understands your website, the chance of them buying your products or become a returning visitor is much higher.

You could improve your conversion even more by Conversion Rate Optimization. This actually is, next to SEO, a good supplementary strategy. SEO makes sure that more people find your website. A conversion strategy focuses on the visitors on your website, turning these visitors into customers. In our vision, you should always combine SEO and Conversion Rate Optimization. This means that you focus on attracting more people to your website and at the same time focus on increasing the chances that people will actually buy your stuff. That’s a double payoff!

Buy the UX & Conversion eBook!

Do you want to integrate better user experience elements into your website? Want to make your site more user friendly as part of your very own holistic SEO strategy? And optimize your conversion even further? Stay tuned and buy our UX & Conversion eBook as of October 6!

SEO friendly URLs

seo-friendly-urlsThe subject is up for much discussion: SEO friendly URLs. Should or shouldn’t I include the category? Should the URL be as short as possible or is there room for extra’s? Should it be stuffed with keywords or not?

In this post, I’ll explain our take on SEO friendly URLs and try to elaborate a bit on why we think that is the best option for that link. First, let me tell you that a SEO friendly URL differs per type of website. In this article, I’ll discuss a few to show the differences. There are a few ground rules, but I strongly encourage you to keep the visitor in mind when setting up your URL structure.

Ground rules for SEO friendly URLs

No matter what kind of website you have, there are a couple of ground rules that apply to all websites.

  • The main thing to keep in mind is that your URLs should be focused. Strip your URLs of stop words like ‘a’, ‘of’, ‘the’ etc. In 99% of the cases, these words add nothing of value to your URL. If possible, strip your URLs of  verbs as well. Words like ‘are’ or ‘have’ are not needed in your URL to make clear what the page is about.
  • The length of your URL isn’t really a factor in this. We do recommend to keep your URLs as short as possible. It’s not that Google doesn’t like lengthy URLs, but shorter URLs are most probably more focused. Keep in mind to use a logical structure in your URL, as Google bolds the keyword used in search, even in the URL:URL focus on the keywords
    This snippet also shows that length isn’t that much of an issue: Google will show what they think is important for that visitor. Keep in mind that meta titles and descriptions are cut off at 512 pixels, and so is your URL – as you can see above.
  • Don’t use underscores, as these connect the words and make them into one. Dashes are preferred.

These are the ground rules for SEO friendly URLs. The best SEO friendly URL differs per type of website. Pick your type of site to jump to the information that applies to your website:

SEO friendly URLs for your company website

If your website holds information about your company and/or services and that is basically it, no matter how many pages you have, I’d go with the shortest URL possible.

http://example.com/contact/
http://example.com/about-us/

SEO friendly URLs for your webshop

If your website is a webshop, there are two ways to go about:

http://example.com/product-name/
http://example.com/category-name/product-name/

Some content management systems (like Magento) create both. In that case, use rel=”canonical” to point Google to the one you want to appear in Google.

The question remains what URL structure to use. In this case, SEO friendly URLs should also be helpful URLs for your visitor. If your shop contains categories that make your visitor’s life easier, by all means include these categories in your URL as well. That way your URL, breadcrumbs, and menu will remind the visitor where there are in your website:

http://example.com/birds/crane
http://example.com/equipment/crane

See what I mean? Decide for yourself if your categories add that value to the product and URL. If so, it’s also better for SEO to include the category, as category and product are very much related.

SEO friendly URLs for your blog or news site

If your website is a blog or news website, there are a number of ways to construct your URL. Let’s go over these separately:

  • http://example.com/post-title/
    If your site as a whole has a strong coherence, you could consider focusing on the post title and the post title only to create an SEO friendly URL. The coherence will indicate the main topic of your website to Google, so no need to add that in the URL.
  • http://example.com/category-name/post-title/
    If your website is a news website and you’re writing about different topics, adding the topic (for instance as a category name), will make even more clear what the page is about. It’s a bit similar as explained above at SEO friendly URLs for your webshop.
  • http://example.com/mm/dd/yyyy/post-title/
    If your website features daily news and the news is related to a date, be sure to include that date in the URL as well. If someone is looking for the latest news on Apple’s products, the date in the URL will already show if the page is about this year’s iPhone or not. My recommendation: only use the date in the URL if the date matters.
  • http://example.com/post-title/three-digit-ID/
    Google News’ technical guidelines clearly state: “To make sure we only crawl new articles, please make sure your URLs are unique with at least 3 digits, and are permanent.” If for some reason you don’t want to include the date in the URL of your news article, you could add an ID for the post as well to get this covered. Keep in mind that Google News is only for news that matters to the world, which doesn’t apply to most company news ;-)

TL;DR

There is no one way to create the best SEO friendly URL. It depends on the type of website you have. Especially with a blog or news site, there are multiple options. The main thing is to keep your URLs focused. Besides that, make sure to include all information that’s important to make clear what the page is about.

Any questions can be dropped in the comments below.

This post first appeared as SEO friendly URLs on Yoast. Whoopity Doo!