<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Pure Oxygen</title>
<subtitle>Articles on Design, Development, and Online Business</subtitle>
<link href="http://oxygen.o2dca.com/feed" rel="self" />
<id>http://oxygen.o2dca.com/feed</id>
<updated>2020-11-24T17:14:52-05:00</updated>
<entry>
<title type="html">Should I be using WebP images?</title>
<content type="html">&lt;p&gt;You may have never encountered the .&lt;em&gt;&lt;strong&gt;webp&lt;/strong&gt; &lt;/em&gt;file extension before, but you probably have encountered a website that took too long to load, or loaded in the text first, and the images after a few seconds. This is due to images being one of the &#039;largest&#039; parts of a website, in terms of file-size, and taking longer to download to your computer for viewing. A few years ago, Google purchased a company who&#039;s technology allowed them to develop a more compact file type that supports both lossless (like PNG) and lossy (like JPEG) compression: &lt;strong&gt;&lt;em&gt;.wepb&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&quot;container-fluid&quot;&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;div class=&quot;col-xs-12 col-sm-8 col-sm-offset-2&quot; style=&quot;margin-bottom: 40px;&quot;&gt;
&lt;h2 style=&quot;text-align: center;&quot;&gt;WebP images are smaller than both PNG and JPEG files, while offering no visual quality difference.&lt;/h2&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;div class=&quot;col-xs-12 col-sm-6 text-center&quot;&gt;&lt;img title=&quot;I am a WebP Image&quot; src=&quot;http://oxygen.o2dca.com/content/public/upload/webp-test_0_o.webp&quot; alt=&quot;I am a WebP Image&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;col-xs-12 col-sm-6 text-center&quot;&gt;&lt;img title=&quot;I am a JPEG&quot; src=&quot;http://oxygen.o2dca.com/content/public/upload/webp-test_0_o.jpg&quot; alt=&quot;I am a JPEG&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;col-xs-12 text-center&quot;&gt;&lt;br /&gt;&lt;em&gt;One of these images is an optimized .jpg, and one is a .webp. Can you tell which is which?&lt;br /&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div class=&quot;col-xs-12 text-center&quot;&gt; &lt;/div&gt;
&lt;p&gt;In the above example, the .jpg file, which was optimized with Adobe Photoshop as a JPEG at 30% quality is &lt;span style=&quot;text-decoration: underline;&quot;&gt;85.4 kilobytes&lt;/span&gt;, while the .webp file, which was optimized with Google&#039;s libwebp at a quality of 50% is &lt;span style=&quot;text-decoration: underline;&quot;&gt;63.3 kilobytes&lt;/span&gt;: A savings of &lt;strong&gt;36%&lt;/strong&gt;. The WebP image is on the left in case you were still wondering (keep your mouse still over the image).&lt;/p&gt;
&lt;p&gt;.WebP has been out for a few years now, and as of writing this is &lt;a href=&quot;https://caniuse.com/webp&quot; target=&quot;_blank&quot;&gt;supported in all browsers,&lt;/a&gt; except for Internet Explorer. While it may not be supported on older versions (and you should avoid using only .webp if legacy support is your goal), it will work on all recent versions of Firefox, Chrome, Safari, Opera, Edge, and their mobile counterparts. You may have encountered .webp images in your everyday browsing and not have known it:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Facebook started using .webp in 2014 and &lt;a href=&quot;https://engineering.fb.com/2014/06/19/android/improving-facebook-on-android/&quot; target=&quot;_blank&quot;&gt;reported&lt;/a&gt; a 25-35% size savings for JPEG images, and 80% for PNG&lt;/li&gt;
&lt;li&gt;Google has been using them since inception, and has a &lt;a href=&quot;https://developers.google.com/speed/webp/docs/webp_study&quot; target=&quot;_blank&quot;&gt;study&lt;/a&gt; reporting .webp is &quot;25-34% smaller compared to JPEG file size at equivalent SSIM index&quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These size savings result in faster page loads - which - result in a better user experience. If your site contains many images, and you are looking for an easy way to reduce the size of your site&#039;s page load, exploring webp may be a good place to start. If your site only contains a few images, and your goal is a faster page load - we would recommend looking at a &lt;a href=&quot;https://gtmetrix.com/blog/how-to-read-a-waterfall-chart-for-beginners/&quot; target=&quot;_blank&quot;&gt;waterfall chart&lt;/a&gt; and identifying the real culprit before converting your images to .webp.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</content>
<link href="http://oxygen.o2dca.com/post/should-i-be-using-webp-images/" />
<id>http://oxygen.o2dca.com/post/should-i-be-using-webp-images/</id>
<updated>2020-11-24T17:14:52-05:00</updated>
<category term="Development"/>
</entry>
<entry>
<title type="html">What is a SSL Certificate; Do I need one?</title>
<content type="html">&lt;p&gt;If you are reading this, then you&#039;ve undoubtedly seen the term &#039;SSL Certificate&#039; or just &#039;SSL&#039; mentioned somewhere or other in the past few months, and you might be wondering - what is an SSL Certificate, and should my website or application have one?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SSL&lt;/strong&gt; Certificate stands for &lt;strong&gt;S&lt;/strong&gt;ecure &lt;strong&gt;S&lt;/strong&gt;ocket &lt;strong&gt;L&lt;/strong&gt;ayer Certificate, which is a file that allows your website or application to create encrypted and secure connections to your users. Websites using SSL can be identified by the prefix &#039;https&#039; in their URL (the &#039;s&#039; stands for Secure); Your browser will typically display a green lock icon or turn the URL bar green when visiting these sites.&lt;/p&gt;
&lt;div class=&quot;container-fluid&quot;&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;div class=&quot;col-xs-12 text-center&quot;&gt;&lt;img src=&quot;http://oxygen.o2dca.com/content/public/upload/ssl-exaample_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;br /&gt;&lt;em&gt;Example of Chrome&#039;s address bar with a secure (top), and insecure (bottom) URL&lt;br /&gt;&lt;/em&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;One of the most common ways for hackers to steal information, and marketing companies to track users, is to intercept the data sent when they are browsing the web - this is commonly called &#039;sniffing&#039;. Sniffing can easily be done on a non-SSL connection with free software - so easily, that airports, coffee shops, any public wifi you use is almost definitely intercepting your traffic to some degree, if only to serve you better advertisements.&lt;br /&gt;&lt;br /&gt;&lt;img style=&quot;max-height: 140px; margin-right: 1em; float: left;&quot; src=&quot;http://oxygen.o2dca.com/content/public/upload/sniffing_0_o.png&quot; alt=&quot;undefined&quot; /&gt; SSL negates this vulnerability by creating a secure connection to a website, such that only the website, and your computer can understand the information being sent back and forth. So - do you need a SSL certificate? If your website has any type of form, or deals with any payment transactions, you&#039;re going to want an SSL certificate. Even a simple contact form should be secured with SSL to prevent a 3rd party from intervening. If your website doesn&#039;t have any of those - there is still a valid reason to have an SSL certificate: Google is using it as a search ranking parameter. This means that sites with an SSL certificate will appear higher in results than sites without one (&lt;a href=&quot;https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html&quot;&gt;https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</content>
<link href="http://oxygen.o2dca.com/post/what-is-a-ssl-certificate-do-i-need-one/" />
<id>http://oxygen.o2dca.com/post/what-is-a-ssl-certificate-do-i-need-one/</id>
<updated>2018-05-01T21:06:21-04:00</updated>
<category term="Online Security"/>
</entry>
<entry>
<title type="html">Advertisements - Inspiration or Annoyance?</title>
<content type="html">&lt;p&gt;The average person is exposed to 5,000 advertisements per day, 1,825,000 a year. Whether through billboards on our way to work, tv advertisements at home, or pop-ups on Facebook, you are constantly exposed to a plethora of design in everyday life as advertisers strategically attempt to grab your attention for what little time we, as consumers, give them.&lt;/p&gt;
&lt;div class=&quot;container-fluid&quot;&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;div class=&quot;col-xs-12 text-center&quot;&gt;&lt;img src=&quot;http://oxygen.o2dca.com/content/public/upload/billboard_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
 &lt;/div&gt;
&lt;p&gt;At first it can seem annoying to be bombarded with advertisements every day, and at some point, we might even try to ignore or avoid these nuisances. But as a designer, taking a step back and seeing a beautiful opportunity for inspiration from these advertisements could be extremely beneficial. This daily exposure can instead be seen as design research and help you in your own techniques of communicating through design. Start paying attention to every advertisement you come across and take the chance to critique and dissect what is working and what is not. Did the ad grab your attention? Can you understand the concept? Is it well executed? Is there a clear call to action? Is the point being made clearly? All these questions are important to be able to communicate properly with your target audience. To question other ad designs and their purpose will help you execute your messages better as well. Do not allow yourself to be annoyed... be inspired!&lt;/p&gt;
&lt;div class=&quot;container-fluid&quot;&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;div class=&quot;col-xs-12 text-center&quot;&gt;&lt;img src=&quot;http://oxygen.o2dca.com/content/public/upload/books_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Take this inspiration to the next level…there are many other resources that can help critical and creative thinking. Read books, go to lectures, listen to podcasts, look up TED talks, research the greatest designers past and present. Allow yourself to form an opinion of what you believe works and what does not work. With all of this, experiment and have fun with design! Learn to love to make connections with everything around you from graphic design to architectural design to psychology, the medical field, even sports. The more connections you can make and relate to design, the more opportunities you create for inspiration in your design to better relate and communicate to your audiences.&lt;/p&gt;</content>
<link href="http://oxygen.o2dca.com/post/advertisements-inspiration-or-annoyance/" />
<id>http://oxygen.o2dca.com/post/advertisements-inspiration-or-annoyance/</id>
<updated>2017-07-03T10:31:05-04:00</updated>
<category term="Design"/>
</entry>
<entry>
<title type="html">What is WordPress Multisite?</title>
<content type="html">&lt;p&gt;You probably have heard of WordPress at one time or another, your company or personal site might even run on it, but you might not have heard of WordPress Multisite. Multisite is a very useful feature of WordPress that allows you to create a &#039;network&#039; of sites, all running off of one WordPress install. Furthermore, it allows you to use sub-domains, sub-directories, or custom domains that point to each separate &#039;site&#039;. As the network administrator, or Super Admin, you can limit the scope of individual site administrators only allowing certain plugins, themes, etc.; essentially creating your own &quot;WordPress.com&quot;.&lt;/p&gt;
&lt;div class=&quot;container-fluid&quot;&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;div class=&quot;col-xs-12 text-center&quot;&gt;&lt;img src=&quot;http://oxygen.o2dca.com/content/public/upload/wp-multisite_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;This can be extremely useful for companies that want to roll out individual sites for each of their locations, or parent organizations that want individual sites for their companies. The individual sites in Multisite can be as similar or as distinct as you would like; and the management/maintenance of them all is reduced to that of a single website. This can be a very effective way to reduce the overall time and budget spent managing and updating your multiple WordPress sites.&lt;/p&gt;
&lt;p&gt;From a fiscal side - deploying sites via a WordPress Multisite installation can also be more cost effective. While traffic and space requirements are hard to gauge, the server space required to run Multsite is much smaller compared to running the same number of sites, each with their own WordPress installation. Deployment of a site is much easier: using the Domain Mapping plugin, you can set up a new domain for a site in a few minutes (with no technical knowledge), and management/updating is streamlined, as a single update effects all sites in the Multisite network.&lt;/p&gt;
&lt;p&gt;Looking for some more resources for WordPress Multisite:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://codex.wordpress.org/Create_A_Network&quot; target=&quot;_blank&quot;&gt;WordPress Codex - Create A Network&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://mashable.com/2012/07/26/beginner-guide-wordpress-multisite/#rUd5u_Srxqqb&quot; target=&quot;_blank&quot;&gt;Mashable - Beginner&#039;s Guide to Multisite&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.wpbeginner.com/glossary/multisite/&quot; target=&quot;_blank&quot;&gt;WP Beginner - What is Multisite&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you are interested in discussing a WordPress Multisite deployment for your organization or company, let us know via our &lt;a href=&quot;http://o2dca.com/contact#getatus&quot; target=&quot;_blank&quot;&gt;contact page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</content>
<link href="http://oxygen.o2dca.com/post/what-is-wordpress-multisite/" />
<id>http://oxygen.o2dca.com/post/what-is-wordpress-multisite/</id>
<updated>2017-05-24T19:00:27-04:00</updated>
<category term="Business Strategy"/>
</entry>
<entry>
<title type="html">A story about story-telling</title>
<content type="html">&lt;p&gt;Clients new and old regularly ask us how we can increase their organic exposure, and keep users engaged in their site longer. What keywords can we add, what SEO tricks do we know, how can we get them the greatest return for the time we invest?&lt;/p&gt;
&lt;p&gt;Again and again I find myself explaining that there are no shortcuts; No keywords we can add, no &#039;hacks&#039; we can do, that will get them their desired result.&lt;/p&gt;
&lt;p&gt;I think that most are approaching the problem the wrong way; Your user&#039;s are not a robot searching for a specific input, and these days the search engine&#039;s aren&#039;t either. We believe attracting, keeping (and if needed, converting to customers), users starts with creating content they would be invested in, something they can really sink their teeth into; a narrative - with details.&lt;/p&gt;
&lt;p&gt;Simplicity is key: While you may find everything about your product or service obvious or self-explanatory, many users do not. One of the easiest things to do to gain organic traffic is simply explain your differentiating factor in text on your website. Yes - pictures and hero text sell; but search engines can&#039;t detect that information when crawling through your site for SEO data. Put a few short paragraphs on your about page or blog explaining just how amazing your product or service is; linking to sites that verify that claim will only help your site rank better, and your users feel like you a more legitimate source.&lt;/p&gt;
&lt;p&gt;Original content works: Most new website owners find themselves using stock photography, or rewriting their competitor&#039;s website copy in a &#039;new and better way&#039;, as this is both very inexpensive and easy to do. While it may fool some, or even most of your customers, if you are trying to gain new followers via search engine optimization or social interaction, these shortcuts will hurt you. Search engines can detect the similar content and reused images, and will prefer sites that are updated more often with original content, in their results list. Users also will not interact with your site&#039;s content the same - original content is shared more often than other forms of content (40x more often in fact - &lt;a href=&quot;https://blog.bufferapp.com/infographics-visual-content-marketing&quot;&gt;https://blog.bufferapp.com/infographics-visual-content-marketing&lt;/a&gt;&lt;a&gt;)&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;container-fluid&quot;&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;div class=&quot;col-xs-12 col-sm-6 text-center&quot;&gt;&lt;img src=&quot;http://oxygen.o2dca.com/content/public/upload/infographexample_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;br /&gt;&lt;em&gt;Example of an infographic from blog.bufferapp.com &lt;br /&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div class=&quot;col-xs-12 col-sm-6 text-center&quot;&gt;&lt;img src=&quot;http://oxygen.o2dca.com/content/public/upload/jetexample_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;br /&gt;&lt;em&gt;Example of Jet.com Clearly Explaining their benefits&lt;br /&gt;&lt;/em&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;If selling a product: Explain why they (the user) should be purchasing from you (and no - I don&#039;t mean by putting &#039;Free Shipping&#039; into the header). Give some background on your company; what sets you apart from the others? Customers are not only attracted to your impeccable product, they are attracted to the idea of you as a company, what you stand for. They fall in love with your story, your brand, and share it with others.&lt;/p&gt;
&lt;p&gt;Give people opportunities: We always recommend giving your customers a place to submit feedback (that may or may not been seen by the public) or let you know how their experience was. Furthermore, allow them to socially share your product/image/services as easily as possible. According to Pew Research, &quot;1/3 of millennials say social media is one of their preferred channels for communicating with businesses&quot; - which is a win-win for most online business; you can meet your customer at their preferred point-of-contact, and obtain free advertising on their friends social feeds at the same time.&lt;/p&gt;
&lt;p&gt; All in all - we like to relate the struggle of driving traffic and keeping your site relevant to telling a good story, or writing a good book. Your customer should want to know more about you based off of your image, your cover, your brand. Once they open a few pages, they should have something good to read, that makes them want to read, or buy, more; and like every good book, if your product or service is great to the last page, your customers will tell their friends to read - or buy.&lt;/p&gt;</content>
<link href="http://oxygen.o2dca.com/post/a-story-about-story-telling/" />
<id>http://oxygen.o2dca.com/post/a-story-about-story-telling/</id>
<updated>2016-10-17T08:47:39-04:00</updated>
<category term="Business Strategy"/>
</entry>
<entry>
<title type="html">Hackers love Slackers</title>
<content type="html">&lt;p&gt;One of the most commonly used security vulnerabilities on the web today is outdated software - be that the Adobe flash player you keep ignoring every time you start your browser, or the version of WordPress your personal blog is running on.&lt;/p&gt;
&lt;p&gt;Most websites today run on some type of open-source, or openly-available platform - WordPress, Joomla, Magento, any online shopping cart, etc. And these software platforms typically have plugins or modules created by other 3rd-Party developers that you or your web developers may have used. Keeping all of these various platforms and plugins and modules up to date can be time consuming or costly, and those dedicated to breaking into others systems use this to their advantage.&lt;/p&gt;
&lt;p&gt;Keeping any online software you use up to date should be just as important as locking your house when you leave for the weekend. If you haven&#039;t already, enable automatic updates if your platform allows it (or ask your developer), and update any plugin, modules, etc as soon as possible. We recommend hiring someone, or utilizing a paid-for service to maintain updates as well - if your developer offers this service, take them up on it - plus if anything ever does happen, they will be there to help get you back up and running as soon as possible.&lt;/p&gt;
&lt;p&gt;If it&#039;s too late and you believe your site is compromised; feel free to reach out to us - we deal in number of content management and e-commerce platforms; and if we can&#039;t help you, we&#039;ll point you in the right direction.&lt;/p&gt;
&lt;p&gt;In today&#039;s web-based world, it is pertinent you keep all of your software as up to date as possible. For further reading, and some info on the most-hacked plugins and platforms, we recommend reading &lt;a href=&quot;https://sucuri.net/website-security/website-hacked-report&quot; target=&quot;_blank&quot;&gt;Scuri&#039;s 2016 Q1 Report&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</content>
<link href="http://oxygen.o2dca.com/post/hackers-love-slackers/" />
<id>http://oxygen.o2dca.com/post/hackers-love-slackers/</id>
<updated>2016-10-02T23:10:43-04:00</updated>
<category term="Online Security"/>
</entry>
<entry>
<title type="html">Abstractions Pittsburgh</title>
<content type="html">&lt;p&gt;The O2DCA Development team was lucky enough to score some tickets to the first-ever Abstractions conference in downtown Pittsburgh earlier this month. It was the first event of it&#039;s kind here in Pittsburgh; bringing together designers, developers, project managers, security analysts, infrastructure specialists, and more into one 3-day event. At any one time there were 3-5 talks going on simultaneously, and our team split up to soak in as much as possible.&lt;/p&gt;
&lt;div class=&quot;container-fluid&quot;&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;div class=&quot;col-xs-12 col-sm-6 text-center&quot;&gt;&lt;img src=&quot;http://oxygen.o2dca.com/content/public/upload/abstract4_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;br /&gt;&lt;em&gt;Rooftop Outdoor Lounge at Abstractions&lt;br /&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div class=&quot;col-xs-12 col-sm-6 text-center&quot;&gt;&lt;img src=&quot;http://oxygen.o2dca.com/content/public/upload/abstract3_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;br /&gt;&lt;em&gt;A Talk at Abstractions 2016&lt;br /&gt;&lt;/em&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;We saw talks from Mark Sherman, Bradley Holt, Phil Dougherty, Richard Stallman, Brad Frost, and more that covered issues ranging from &quot;Risks in the Software Supply Chain&quot; to &quot;Creating Conversational Interfaces&quot; - as well getting to play with some real-life demonstrations. All-in-all it was a great three days where we were able to increase our breadth of knowledge, socialize with industry leaders, and sharpen our skills.&lt;/p&gt;
&lt;div class=&quot;container-fluid&quot;&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;div class=&quot;col-xs-12 col-sm-6 text-center&quot;&gt;&lt;img src=&quot;http://oxygen.o2dca.com/content/public/upload/abstract2_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;br /&gt;&lt;em&gt;Another Speaker at Abstractions 2016&lt;br /&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div class=&quot;col-xs-12 col-sm-6 text-center&quot;&gt;&lt;img src=&quot;http://oxygen.o2dca.com/content/public/upload/abstract1_0_o.jpg&quot; alt=&quot;undefined&quot; /&gt;&lt;br /&gt;&lt;em&gt;The mezzanine in between talks&lt;br /&gt;&lt;/em&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;I personally want to thank the event coordinators and &lt;a href=&quot;http://www.codeandsupply.co/&quot; target=&quot;_blank&quot;&gt;Pittsburgh&#039;s Code &amp;amp; Supply Co&lt;/a&gt; for organizing such an impactful event here in our local tech community. The team and myself look forward to integrating what we&#039;ve learned into upcoming projects, and creating even better, more efficient solutions.&lt;/p&gt;</content>
<link href="http://oxygen.o2dca.com/post/abstractions-pittsburgh/" />
<id>http://oxygen.o2dca.com/post/abstractions-pittsburgh/</id>
<updated>2016-08-30T12:17:32-04:00</updated>
<category term="Other"/>
</entry>
<entry>
<title type="html">Google Removes &amp;#039;Mobile Friendly&amp;#039; Tag, and Introduces new Abusive Pop-Ups Detection</title>
<content type="html">&lt;p&gt;Google &lt;a href=&quot;https://webmasters.googleblog.com/2016/08/helping-users-easily-access-content-on.html&quot; target=&quot;_blank&quot;&gt;Announced Yesterday&lt;/a&gt; two important changes to it&#039;s mobile ranking algorithm. The first piece being that the &#039;Mobile-friendly&#039; label will be removed from search results on mobile devices. Their logic being that over 85% of sites returned in their results are now mobile-friendly, and removing this de-clutters the interface. &lt;em&gt;&lt;strong&gt;Keep in min&lt;/strong&gt;&lt;/em&gt;&lt;em&gt;&lt;strong&gt;d, however, that&lt;/strong&gt; &lt;/em&gt;this &#039;mobile-friendly&#039; flag will still be used in determining your sites ranking in returned results. You can still measure your site&#039;s mobile performance in your Google Webmaster Tools.&lt;/p&gt;
&lt;div class=&quot;container-fluid&quot;&gt;
&lt;div class=&quot;col-sm-12 col-md-4&quot;&gt; &lt;/div&gt;
&lt;div class=&quot;col-sm-12 col-md-4 text-center&quot;&gt;&lt;img class=&quot;nb-align-center&quot; src=&quot;http://oxygen.o2dca.com/content/public/upload/mobile-friendly_0_o.png&quot; alt=&quot;undefined&quot; /&gt;&lt;br /&gt; &lt;em&gt;Example of the Mobile-Friendly Label&lt;/em&gt;&lt;/div&gt;
&lt;div class=&quot;col-sm-12 col-md-4&quot;&gt; &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The second announcement, and arguably the more important of the two, is that Google will begin penalizing mobile sites that use intrusive interstitials on January 10th 2017. What is an &#039;interstitials&#039; you ask? According to Wikipedia, an &lt;a href=&quot;https://en.wikipedia.org/wiki/Interstitial_webpage&quot; target=&quot;_blank&quot;&gt;Interstital&lt;/a&gt; is:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&quot;&lt;em&gt;A page displayed before or after expected content on the page&lt;/em&gt;&quot;&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;Google expands this to include pop-advertisements, a well as a number of other intrusive &#039;alerts&#039; you most likely have encountered while browsing the web from your phone. You can find examples of acceptable and unacceptable interstitials on Google&#039;s blog post if you would like to know more. If your site uses any of the techniques outlined, you have until the end of the year to correct the problem, or face being potentially ranked lower in search results returning your site or it&#039;s sub-pages.&lt;/p&gt;</content>
<link href="http://oxygen.o2dca.com/post/google-removes-mobile-friendly-tag-and-introduces-new-abusive-pop-ups-detection/" />
<id>http://oxygen.o2dca.com/post/google-removes-mobile-friendly-tag-and-introduces-new-abusive-pop-ups-detection/</id>
<updated>2016-08-24T21:20:37-04:00</updated>
<category term="Other"/>
</entry>
</feed>