Instagram

Thursday, June 2, 2016

Decision trees for SEM segmentation

There is an ongoing debate amongst SEM experts as to how to best segment your PPC accounts, and columnist Aaron Levy illustrates his process with a handy flowchart. The post Decision trees for SEM segmentation appeared first on Search Engine Land.

Please visit Search Engine Land for the full article.


from Search Engine Land: News & Info About SEO, PPC, SEM, Search Engines & Search Marketing http://ift.tt/1TY9yHw
via IFTTT

9 easy-to-miss crawl reports in Screaming Frog and DeepCrawl that pack serious SEO punch

Troubleshooting SEO issues on a site or performing a technical SEO audit? If so, columnist Glenn Gabe recommends some powerful but little-known reports in two popular crawling tools. The post 9 easy-to-miss crawl reports in Screaming Frog and DeepCrawl that pack serious SEO punch appeared first on...

Please visit Search Engine Land for the full article.


from Search Engine Land: News & Info About SEO, PPC, SEM, Search Engines & Search Marketing http://ift.tt/1Y4qAqd
via IFTTT

Lotte Reiniger Google Doodle honors groundbreaking animated film-maker & her innovative style

Making more than 40 animated films throughout her career, Reiniger directed the first full-length animated movie in 1926. The post Lotte Reiniger Google Doodle honors groundbreaking animated film-maker & her innovative style appeared first on Search Engine Land.

Please visit Search Engine Land for the full article.


from Search Engine Land: News & Info About SEO, PPC, SEM, Search Engines & Search Marketing http://ift.tt/1Pn12CZ
via IFTTT

Optimizing for Accessibility + SEO: Formatting & Link Overlaps

Posted by Laura.Lippay

[Estimated read time: 13 minutes]

(header photo "Kenzie" by H.L.W. from the Blind Photographers Flickr Group.)

Search engine optimization (SEO) evolved by search engines creating algorithms to automate the classification and ranking of websites, with SEOs manipulating the loopholes in those algos.

Accessibility, on the other hand, is born out of a desire to be inclusive; to connect humans to information through assistive technology (AT).

When we strip down both industries to where a machine is reading a web page, there are a few overlaps. That’s what we’re looking at in this series. If you’re optimizing for search engines, you’re also affecting how people using screen readers and assistive technologies are experiencing your site.

In today’s post on accessibility + SEO, we’re digging into on-page aspects that include formatting text, colors, links, and content that we can’t see see but machines can. The previous post covered structure overlaps, and we’ll cover images, video, and non-text elements in the last post following this one.

Hidden text

There are times when something that can be seen on the page provides information or context that isn’t able to be read by bots or screen readers, like in an infographic image. The text, graphs, and overall context are all in the image, so in this case, you’d want to provide text that screen readers and bots can use for information and context — either visibly or hidden.

There may also be other reasons you want to actively hide text from all visible display, but not from bots or screen readers. An example might be a paragraph that expands to show more text only when clicking on a caret. In this case, the text is hidden by default from the visual experience, but you want to make sure that screen readers and bots can get it.

Screenshot of four questions on a website with carets to open the questions to see the answers. Three are closed and one is opened to expose the answer text.

This table below shows how each of these different methods of hiding content is perceived by sighted users, screen readers and search engines. I’m not an accessibility expert, so if you know of anything different or additional, please do share.

Hidden text method

Who can see the default content with each method?

Sighted visitors

Screen readers

Google*
(links are examples of Google caching this method)

Visibility:hidden

No

No

Yes

Display:none

No

No

Yes

Text-indent: -10000

No

Yes

Yes

CSS clip

No

Yes

Yes

Positioning off-screen in CSS

No

Yes

Yes

HTML 5 hidden

No

No

?

ARIA-hidden=”true”

Yes

Some

?

*I’d highly recommend not using these hidden text techniques solely for spam, as Google may index hidden text, but doesn’t give hidden text the same weight or ranking effect as non-hidden text, and if it’s abused and has to be manually reviewed, you could find yourself in some trouble.

On that note, let’s dig into two actual common examples: one where the primary content is in an image, so we need to make hidden content available to screen readers and bots, and a second where the primary content is hidden from users by default, and we need to make sure screen readers and bots find it.

Providing text for an infographic

Here’s an example SEOs will love of an infographic where we want to provide the infographic information and context to the screen reader and search engines. The simple way would be to add the text to the page below the infographic, like in this example.

But Ted Drake is an accessibility genius (who has been invaluable with his help in this post series and my interest in a11y in general — thank you Ted), and has also shown us an option to provide the information for screen readers and bots that is invisible to sighted users. The infographic is pulled into a page (or easily shared) via an iFrame and, in addition to the infographic image, that iFrame HTML has all of the descriptive text in clipped content, invisible to the sighted user reading the same content via the infographic, but fully legible and interactive for screen readers and bots that can’t read the infographic.

Check it out for yourself. This page appears in Google search results for the infographic text "The days are longer, but you’re still not able to find time to plan those much-needed getaways." That text does not actually appear visually on the page.

Side note: Notice that the one with the text on the page, the example I provided above, is ranking higher than the visible text one for me.

Google search results showing the infographic page with hidden text as the third search result after the infographic page with exposed text and a pdf

In this hidden text example, the infographic itself is an image provided on a separate HTML page with the text information in a 1px CSS clip, pulled into that page in the search results via an iFrame.

At first glance the separate HTML page looks like it only has an image on it, but you’ll see in the code that there is also text hidden in a “visually-hidden” CSS class that clips the content, and this text has semantic markup allowing screen reader users to navigate through it, copy text, etc., making it a highly usable, interactive alternative to having the text right on the page.

Screenshot of iframe page showing the infographic alongside the code for the page showing formatted descriptive text in the code.

See it in action with the VoiceOver screen reader here:

Since I know this is going to cause a lot of excitement among the more spam-bent SEOs reading this, I’ll also mention that those who control the spam-tweaking at Google are also aware of this method, and even this specific example. While they’re confident their processes for specifically combating hidden text spam are strong, I can only show this example in good conscience by also saying don’t spam. Google is watching. Do consider this method for accessibility and especially for sharing infographics along with the text content.

Hiding ancillary text

There are times when you want to show the sighted user some text, but have them click something like a caret to expand for more text content if they choose (or skim by it and move on to whatever else is on the page).

I’ve done site audits where the functionality was there (for sighted users), but the content wasn’t indexed because of the way it was coded. You can use display:none for the default content that’s hidden, which will hide the extra content from screen readers and sighted users skimming through the page, but allow access to that content if the caret or link is clicked by either user.

Here’s an example where the Netflix Help pages hide content from the sighted visitor and screen reader unless the visitor chooses to expand and access the content. It’s using display:none in the CSS. It’s accessible to screen readers and sighted visitors and the caret content is indexed by search engines. Win-win-win.

Hidden text do’s and don’ts:

  • Don’t use hidden text for spam. Stuffing hidden keywords into a page is not recommended if you want to keep your nose clean for SEO, and can be a terrible experience for screen reader visitors.
  • Do consider sighted and non-sighted audiences: If you need to hide text, consider which method is best to use depending on whether you want a screen reader to see it and a sighted user not to, or if you want all visitors not to.

Keyword stuffing

Keyword stuffing is a mostly old-school SEO practice that still lingers. It is/was very popular on pages where the site is very image-heavy, on old Flash pages, or even on pages with normal content but where the developer wants more text-based keywords on the page. This is done just for search engines, so why do we care if visitors other than screen readers come across it?

Luckily it's harder to find good keyword stuffing examples these days, so @Joeartdotcom sent me a perfect archived example of a 2007 Patagonia home page with a big image, minimal content, and a bunch of “Search Index Page Description” text. Listen to it via a screen reader (like ChromeVox for Chrome or Fangs for Firefox). Sighted readers can see the text on this Wayback Machine page if you’d like to read along, or just listen to this video.

Keyword stuffing hopefully isn’t as big of an issue as it was back in 2007, but it’s nonetheless still an option, and it’s very likely to annoy your screen reader users.

Keyword stuffing do’s and don’ts

  • Do think ahead when building: Avoid having to keyword-stuff to attract search engines to begin with, and build accessible pages with relevant, indexable text information.
  • Do write naturally. It’s best for everyone, and this can be done using keywords but not abusing keywords.

Size and color contrast of text

People will often use small fonts and low contrast text simply for page aesthetics. SEOs will sometimes use low-contrast small font text to add more keywords to a page without distracting from the rest of the content.

It’s not something I’ll get into detail here, but search engines can consider font size and color. They know what we’re all up to.

Here’s where this can be problematic beyond SEO. Colorblind or color vision-deficient readers may be unable to distinguish certain colors or only see things in black and white or gray shades, and these deficiencies can be mild or severe.

This video shows some color contrast examples that are tough even for readers without color deficiencies.

Additionally, low-vision readers may be elderly readers or may suffer from conditions that affect their vision like glaucoma or macular degeneration, and have difficulty perceiving content that is too small, that doesn’t scale, or is low contrast. Here are some great low-vision examples.

To get a good sense of how assistive technologies can help in these cases, check out this demo of the very cool ZoomText screen magnifier, which can also change color contrast, create cross-hairs or a giant circle on your mouse pointer, and highlight cursor focus or active area focus.

Some people, like legally blind student Kim Russell, are using ZoomText at 12–14x magnification to navigate your site. That’s huge.

There are a lot of font and color do’s and don’ts to keep in mind when you’re designing your pages and/or when you’re considering that extra small, low-contrast text. Check the resources section for a lot more interesting tools and details beyond the do’s and don’ts listed here.

Text size and color do’s and don’ts

  • Don’t use text as an image. When possible use actual text rather than text graphics to avoid pixelation when these text images are enlarged.
  • Don’t rely solely on color to portray information. Users should be able to understand the content if all colors were removed. If link text is indicated only by the fact that it’s red, red-sensitive colorblind users may not see the links. Underlines on links are more visible, regardless of link color.
  • Do maximize the contrast of text. This includes logo text and text in images when possible. Use color contrast tools to find good foreground-to-background contrast of at least 4.5:1 for small text and 3:1 for large text. For example, #757575 is the lightest grey that is accessible on a white background.
  • Do use relative font sizes vs absolute. Sizing fonts by relative percent or em sizes can allow for better resizing than absolute sizing via pixels or points.
  • Do use readable fonts: Try to stay away from cursive, fantasy (decorative), and monospace fonts (ex: Courier), and stick closer to native serif and sans-serif family fonts, utilizing as few different font faces as possible for continuity.

Links and anchor text

Screen reader users often tab through a page to skim the page by its links. The link anchor text is announced at each instance, also announcing “link” along with the anchor text, and the user can hit enter to follow any link in focus.

Descriptive and informative links

Links with descriptive anchor text are a win for search engines and screen readers. When the link describes what it is pointing to, it provides context to both, telling screen reader users tabbing through links what the link points to and, for SEO, providing context as to what the destination page is about and potentially helping that destination rank for that phrase or topic.

Providing context with links can be helpful for screen readers as well. Check out the video below of navigating this example of a webpage created to show bad accessibility. The first logo link is pretty amusing, but also notice the [image description] links, the MORE>> links that don’t provide any context and aren’t connected to the articles that they’re visually connected to on the page, and the infamous “click here” and “read more” links, a familiar downer for SEOs.

Now compare that to this video of a properly created version of the same webpage, navigating much more smoothly through it via headers and links:

And just because you have to see this one to believe it, here’s an example of navigating through the links on my favorite accessibility horror story website:

Avoid pseudo links and buttons

While this isn’t necessarily an SEO overlap, it’s a vast problem for accessibility that is worth calling out in this article. Using the correct markup to create links and buttons is important to make sure those links and buttons are clickable using assistive technologies. The simple rule is to use links to navigate to other places and buttons to initiate an action, and do not use <span> or <div> for these cases as they are not the proper markup and may not work.

Karl Groves has a great writeup on the differences, with some examples and why they’re problematic.

Breadcrumb links

SEOs like our breadcrumb links because, well, they’re links. And they’re keyword-rich. But to screen readers, the absence of context around breadcrumb links can be confusing.

Consider the hidden text methods we looked at earlier to provide a little extra context to screen readers like the text "you are here":

Listen for the hidden “you are here” in the video below, tabbing through the WebAIM invisible content page.

Link anchor text do’s and don’ts

  • Don’t keyword stuff your links. Let’s say you have a Seattle-focused website with an article announcing the opening of a new coffee shop. You spam the article every chance possible with linked phrases like “coffee shop” and “Seattle coffee shop” and “coffee shop in Seattle” that all link to the coffee shop website. This article is no fun to read for anyone, sighted or not. Don’t do it.
  • Do create descriptive links. When you’re using a screen reader you can tab just through the links on the page. If all of the links say “here,” it’s not very useful for someone using a screen reader who is trying to find a link on the page to something specific.
  • Do use proper link and button markup. Divs and spans are not links or buttons, and empty <a> anchors without an href attribute or with an empty hashtag destination <a href=”#”> are all potentially problematic.
  • Do consider explaining breadcrumb links. Consider hiding a bit of explanatory text offscreen, like “you are here,” before your breadcrumb links for screen readers.

Resources and tools:

If you know of other good tips or resources, please share with us in the comments.

Text formatting

Hidden text

Links and anchor text


Sign up for The Moz Top 10, a semimonthly mailer updating you on the top ten hottest pieces of SEO news, tips, and rad links uncovered by the Moz team. Think of it as your exclusive digest of stuff you don't have time to hunt down but want to read!



from The Moz Blog http://ift.tt/1P847l2
via IFTTT

Wednesday, June 1, 2016

Supercharge Your Online Marketing Skills: New Training and Workshops from Moz Academy!

Posted by rachelgooodmanmoore

[Estimated read time: 8 minutes]

Do you suffer from average ROI and low-to-moderate page optimization scores? Do you feel like your SEO has lost its spark? Have you sensed there’s something “missing” from your digital marketing strategy? If this sounds like you or someone you know, then have I got some good news for you:

Announcing Moz’s new and improved workshops and training!

Whoa! Let's check it out!

If you’ve been looking for a way to improve your marketing strategy and get better results for you or your clients, then Moz’s new training and workshops could be the solution for you.

Great! Wait... what?

giphy.gif

Chris Pratt

Great question, reader and Chris. Training and workshop sessions are comprehensive, in-depth, interactive classes designed to help you unleash your inner marketing super power. Every class comes coupled with activities like conducting a full website audit, competitive research exercises, keyword brainstorms, and more. Sound like fun? You bet it does. Almost as much fun as these guys are having:

giphy.gif

Training AND workshops? What’s the difference?

Glad you asked. Here’s the run-down on what workshops and training are all about:

Workshops are small group classes lead by a member of the Moz Academy team. They’re open to both Moz subscribers and non-subscribers alike (though it helps to have a Moz subscription or trial), and cover best practices and real-world applications for topics like website audits, keyword research, content marketing, and more.

Not just a one-sided webinar, these sessions are meant to be interactive and participants have numerous opportunities to ask questions and dig deeper. What’s more: every student who attends a workshop will leave with a custom worksheet, audit, or other interactive tool.

Access to worksheets and other in-class activities are included in the price of each workshop.

Custom training is just that: fully customized one-on-one or small group training sessions for organizations who want specialized, focused attention from Moz trainers. Custom training curricula can be designed around whatever SEO and traffic generation topics YOU want to learn about, and individual training sessions are customized to your unique business and industry. Prefer to learn in person, in a real classroom setting? Ask if we can come to you!

The best part of both training AND workshops? You’ll leave each session with not only more know-how, but also an actionable plan for how you can improve your strategy moving forward.

Paid training?! From Moz?!

One of the other things that separates these workshops and trainings from other web-based content Moz has provided in the past: they’re paid. We feel these trainings offer a unique experience for attendees that’s worth the investment, but this is, admittedly, a different route for us. To that end, I wanted to provide some transparency as to why we’ve chosen to offer paid training.

The first (and biggest) reason why we decided to go the paid training route? Customers asked for it. Here are a few examples:

“Does Moz offer Professional Services?”

“We are seeking your support and consultancy on what needs to be done on our website in order to rank higher. If that will cost extra, we will pay. Please advise.”

“How much [would it cost] for me to ask you a lot of questions for an hour? I know you guys are the best...would like to do it on the phone...a conference call would be best.”

Despite requests like these, we’d always shied away from offering paid education because of the vast number of free resources we already offer. With educational materials like the Moz Blog, Whiteboard Fridays, our Beginner's Guides, and beyond, we weren’t sure a paid option would be valuable or useful for users like you.

But as comprehensive as Moz’s free resources may be, they all share two things in common: 1.) They’re self-guided learning tools and 2.) many are one-size-fits-all. Let’s dive into each one of those a bit deeper:

An alternative to self-guided learning

While self-guided learning is great for some, it’s not a one-size-fits-all solution for all learning styles. Depending on how you learn best, self-serve resources to organize, peruse, and internalize at your own pace can either be the greatest thing since sliced bread or the greatest hurdle to actually learning something new.

To ensure we have a great option for everyone who wants to learn how to get more traffic, we created comprehensive paid trainings that combine an engaging experience with a hands-on activity to help attendees apply the topic at hand to solve a real life pain-point for their organizations.

From a learning modality perspective, this means we’re able to provide resources for all types of learners — even those who learn best from actually doing an activity at hand.

When one-size-fits-all education isn’t enough

Best practices are just that — the best practice to employ for most organizations in most scenarios. But many organizations have their own nuances and specific business cases — and for those folks, one-size-fits-all education and strategy shop talk isn’t always going to address the underlying issue or provide the best solution.

And sometimes, you may feel like this user:

...I know I have, more times than I can count.

To provide a solution for those who feel like one-size-fits-all education isn’t enough for their organization, our custom training option allows us to tailor a unique education program to your specific needs, use cases, and business.

At the end of the day, we believe the live interaction with our trainers and hands-on activities in each session make workshops a whole new ballgame when it comes to education from Moz. We also believe that the depth of instruction and take-home collateral they provide is more than worth the investment — training packages are custom-priced, and workshops are $79-per-seat early-bird pricing and $99-per-seat regular pricing.

Who are Moz training and workshops for?giphy.gif

Come one, come all! Anyone looking to refine their marketing strategy — specifically as it relates to SEO and getting found online — will find a session with their name on it. While most of our current workshop content is focused towards users with advanced beginner-to-intermediate skill levels, we’ll soon be diving deep and creating content for all levels of expertise. Since our training sessions are fully custom, they can be tailored to match you and your team’s skill level.

Some other folks who might get the most bang for their buck from Moz Academy:

  • Marketers looking to refine their skills and dive deeper
  • Agencies interested in providing more in-depth audits and insight to clients
  • Organizations looking to expand their capabilities
  • Companies who’ve brought on new employees who need training
  • Intern-training program creators
  • Marketers who have seen stagnant or lackluster results and want to supercharge their strategies

This isn’t an exhaustive list by any means — and it isn’t meant to be. Why? Because these classes weren’t designed to fill a specific use case: rather, we created them with a specific persona in mind. That persona is someone who wants to constantly push themselves to dive deeper, learn more, and do better marketing.

Why Moz Academy?

All GIFs aside, we’re incredibly excited to share these courses with you because we think they’re going to help marketers from all walks of life supercharge their skills and take their strategies to the next level. Instead of only skimming the surface about big-picture best practices and theoretic applications, group workshop and custom training attendees have a chance to dig deep into the details of SEO and inbound marketing strategy and really get their hands dirty.

Here’s what a couple recent workshop attendees have had to say:

“...the Keyword Planning Worksheet — holy moly that thing is awesome. I'll definitely be using that over and over again.”

“Presenter was very knowledgable and this could easily have filled many more hours. Great overview to get started with audits using Moz but also third party tools.”

“The technical insights into robots.txt were super helpful — really, the entire workshop was really well done!”

“The presenter did a phenomenal job — everything was super clear, engaging, and easy to apply.”

Learn more about what we cover in each of these sessions or see what’s coming up over at the Moz workshops and training home.

Current topics offered

We currently offer workshops covering four topics:

  • Performing website audits
  • Keyword research strategy
  • Content marketing
  • Gaining the competitive edge

Looking for something a little more tailored to your organization’s specific needs and interests? Our custom training curricula have covered topics like:

  • Link building
  • Video marketing
  • Identifying your target audience
  • Growing your keyword footprint
  • Local search optimization

“That’s great, but what about a class on _____?”

A class on what, you say? Let us know in comments section of this post what sessions you’d like to see! While we currently offer our four flagship workshops, we’re ultimately building the program to encompass a course on everything that goes into a comprehensive traffic generation strategy from start to finish.

If you’re looking for instruction about a particular topic sooner rather than later, drop us a line and let us know a little bit more about what you’re looking for, by when, and for whom — we’d be happy to help provide some custom training if it makes sense for you.

What’s happening to the free videos currently available on Moz Academy?

Nothing, for now. We plan on keeping the free video trainings available for a few more months, but will begin phasing them out later this year. We’ll make sure to provide plenty of advance warning before we do so, though.

Where are we going from here?

Ultimately, we’ll be offering several “tracks” of content that will serve as home to lessons a wide variety of SEO topics (some mentioned above) and at all skill levels. We’d also like to expand just how interactive our courses are (Codeacademy and Treehouse are great inspirations), as well as make it easier for current and future session attendees to connect with each other. We have quite a few other tricks up our sleeves, but you’ll just have to keep an eye on the program to see what we’re up to next!

Interested in learning more about Moz workshops or custom training packages? There’s no time like the present! Get started:


Sign up for The Moz Top 10, a semimonthly mailer updating you on the top ten hottest pieces of SEO news, tips, and rad links uncovered by the Moz team. Think of it as your exclusive digest of stuff you don't have time to hunt down but want to read!



from The Moz Blog http://ift.tt/1TKpue5
via IFTTT

SearchCap: Google mobile page speed, Google Now on Tap updates & more

Below is what happened in search today, as reported on Search Engine Land and from other places across the web. The post SearchCap: Google mobile page speed, Google Now on Tap updates & more appeared first on Search Engine Land.

Please visit Search Engine Land for the full article.


from Search Engine Land: News & Info About SEO, PPC, SEM, Search Engines & Search Marketing http://ift.tt/1VxdyB7
via IFTTT

Google’s latest Now on Tap update shows more info for selected words & photos

The Now on Tap Android feature works across all apps, displaying relevant information for selected words, phrases or photos. The post Google’s latest Now on Tap update shows more info for selected words & photos appeared first on Search Engine Land.

Please visit Search Engine Land for the full article.


from Search Engine Land: News & Info About SEO, PPC, SEM, Search Engines & Search Marketing http://ift.tt/1UhAleQ
via IFTTT