<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uncategorised Archives - Web Rocket Media</title>
	<atom:link href="https://www.mywebrocketmedia.com/category/uncategorised/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.mywebrocketmedia.com/category/uncategorised/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jul 2023 12:53:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.mywebrocketmedia.com/wp-content/uploads/2024/01/Favicon.png</url>
	<title>Uncategorised Archives - Web Rocket Media</title>
	<link>https://www.mywebrocketmedia.com/category/uncategorised/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Check if a Website is Mobile Friendly</title>
		<link>https://www.mywebrocketmedia.com/how-to-check-if-a-website-is-mobile-friendly/</link>
		
		<dc:creator><![CDATA[Web Rocket]]></dc:creator>
		<pubDate>Mon, 28 Sep 2020 15:46:37 +0000</pubDate>
				<category><![CDATA[Uncategorised]]></category>
		<guid isPermaLink="false">https://dev.mywebrocketmedia.com/2020/09/28/how-to-check-if-a-website-is-mobile-friendly/</guid>

					<description><![CDATA[<p>In a 2018 study performed by RescueTime, the average person spends around 3 hours and 45 minutes per day on their mobile devices &#8211; with most time being spent on connecting on social media, browsing websites, and shopping online. With each generation, from Millennials to Generation Z, more people are using and growing up with [&#8230;]</p>
<p>The post <a href="https://www.mywebrocketmedia.com/how-to-check-if-a-website-is-mobile-friendly/">How to Check if a Website is Mobile Friendly</a> appeared first on <a href="https://www.mywebrocketmedia.com">Web Rocket Media</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">In a 2018 study performed by </span><span style="font-weight: 400;">RescueTime</span><span style="font-weight: 400;">, the average person spends around 3 hours and 45 minutes per day on their mobile devices &#8211; with most time being spent on connecting on social media, browsing websites, and shopping online. With each generation, from Millennials to Generation Z, more people are using and growing up with ever-evolving technology.</span></p>
<p><span style="font-weight: 400;">Google has recognized that more people are spending more time and doing more things on their mobile devices, so they’ve put a website’s mobile-friendliness into their ranking algorithms for search results. Designing your website to be </span><span style="font-weight: 400;">mobile friendly</span><span style="font-weight: 400;"> also ensures that your pages will perform well on all devices and screen sizes, and is considered a critical part of your online presence. Google has found that the amount of smartphone traffic now exceeds desktop traffic in many countries.</span></p>
<p><span style="font-weight: 400;">If you’re not sure if your website is </span><span style="font-weight: 400;">mobile-friendly</span><span style="font-weight: 400;">, you can utilize </span><a href="https://search.google.com/test/mobile-friendly"><span style="font-weight: 400;">Google’s </span><span style="font-weight: 400;">Mobile-Friendly</span><span style="font-weight: 400;"> Test Tool</span></a><span style="font-weight: 400;">. This easy-to-use tool allows you to enter any website page’s URL, and you’re able to see what that page looks like to a mobile user. If there is a redirect on the website, the tool will follow it.</span></p>
<p><span style="font-weight: 400;">Using the Google </span><span style="font-weight: 400;">Mobile-Friendly</span><span style="font-weight: 400;"> Test Tool generally takes the test less than a minute to complete. When viewing the results of the test, you’ll be able to see a screenshot of what the page looks like on a mobile device. Below the screenshot, additional results will show a list of any mobile usability problems. Web Rocket Media has identified six elements that make up the majority of mobile usability problems.</span></p>
<h2><span style="font-weight: 400;">Incompatible Plugins</span></h2>
<p><span style="font-weight: 400;">Plugins like flash are not generally supported by most mobile browsers. Web Rocket Media recommends a web design that uses broadly-supported web technologies like HTML5.</span></p>
<h2><span style="font-weight: 400;">Viewport not set</span></h2>
<p><span style="font-weight: 400;">Viewports tell browsers how to scale and adjust the page’s dimensions. If there isn’t a viewport set, the pages won’t load correctly on a mobile device.</span></p>
<h2><span style="font-weight: 400;">Viewport not set to device-width</span></h2>
<p><span style="font-weight: 400;">Probably worse than the viewport not being set at all is if the viewport isn’t set to the device width, which means that the website can’t adjust to the different sizes.</span></p>
<h2><span style="font-weight: 400;">Content wider than the screen</span></h2>
<p><span style="font-weight: 400;">If you need to scroll horizontally to see all the words and images on a website, it’s not </span><span style="font-weight: 400;">mobile-friendly</span><span style="font-weight: 400;">. This happens when the site is built with absolute value.</span></p>
<h2><span style="font-weight: 400;">Text is too small to read</span></h2>
<p><span style="font-weight: 400;">A website is considered to not be </span><span style="font-weight: 400;">mobile friendly</span><span style="font-weight: 400;"> if the user needs to “pinch to zoom” so they can read the words on the site. Once a viewport is set, you should also make sure the font sizes scale properly within the viewport.</span></p>
<h2><span style="font-weight: 400;">Clickable elements are too close together</span></h2>
<p><span style="font-weight: 400;">Any elements that require touch, like buttons, input fields, or navigational links shouldn’t be so close to each other that a user on a mobile device can’t tap what they want without also tapping another element.</span></p>
<p><span style="font-weight: 400;">If you’re looking to build a website that is responsive and </span><span style="font-weight: 400;">mobile-friendly</span><span style="font-weight: 400;">, or upgrade your existing one, contact Web Rocket Media today.</span></p>
<p>The post <a href="https://www.mywebrocketmedia.com/how-to-check-if-a-website-is-mobile-friendly/">How to Check if a Website is Mobile Friendly</a> appeared first on <a href="https://www.mywebrocketmedia.com">Web Rocket Media</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Are You Getting the Most Out of Google My Business?</title>
		<link>https://www.mywebrocketmedia.com/are-you-getting-the-most-out-of-google-my-business/</link>
		
		<dc:creator><![CDATA[Web Rocket]]></dc:creator>
		<pubDate>Thu, 28 May 2020 03:26:39 +0000</pubDate>
				<category><![CDATA[Uncategorised]]></category>
		<guid isPermaLink="false">https://dev.mywebrocketmedia.com/2020/05/28/are-you-getting-the-most-out-of-google-my-business/</guid>

					<description><![CDATA[<p>Google My Business is a free platform that allows you to display vital information about your business directly through the search engine itself. It’s a platform that every business should not only be aware of, but should also monitor it on a regular basis to provide updates to your customers. One of the biggest questions [&#8230;]</p>
<p>The post <a href="https://www.mywebrocketmedia.com/are-you-getting-the-most-out-of-google-my-business/">Are You Getting the Most Out of Google My Business?</a> appeared first on <a href="https://www.mywebrocketmedia.com">Web Rocket Media</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Google My Business is a free platform that allows you to display vital information about your business directly through the search engine itself. It’s a platform that every business should not only be aware of, but should also monitor it on a regular basis to provide updates to your customers.</p>
<p>One of the biggest questions that is frequently asked about Google My Business is whether or not it’s worth it. The short answer is yes, without a doubt; however, we should explain a little bit.</p>
<p>When it comes to being successful with Google, there will be three main areas to focus on &#8212; paid advertising, SEO, and Google My Business. A healthy balance of all three should be every business’ goal, but Google My Business holds one advantage over the other two &#8212; it’s free marketing.</p>
<p>Paid advertising is effective; however, it’s going to cost money in order to see a return. SEO could be free if you were doing all the work yourself, but that’s rarely the case. Either way, it will take time to see quality results with SEO, and time is money in the business world.</p>
<h2>What Does Google My Business Display?</h2>
<p>If that doesn’t convince you to at least pay a little more attention to your Google My Business page, then hopefully this will give you enough reason.</p>
<p>With Google My Business, you’ll have three opportunities to be seen at no cost. First, you can show up in Google Maps when users are searching in the nearby area. Second, you can show up in the Google Knowledge Panel when users search for your business through Google. Last but not least, you can show up in the Local Pack &#8212; the three businesses that appear when users perform a localized search.</p>
<p>It doesn’t matter where you appear, you’ll be able to show off photos of your business, hours of operation, contact information, general information about your business, and customer reviews/ratings.</p>
<h2>Benefits of Google My Business</h2>
<p>Utilizing Google My Business is a no-brainer for any business, there is no doubt about that. It will provide a wide range of benefits and with the platform not costing you anything, the return on investment is huge.</p>
<p>Here are just some of the benefits you’ll receive with proper Google My Business management:</p>
<ul>
<li>Increased web presence and organic visitors</li>
<li>Ability to share important information with potential and returning customers</li>
<li>Allow customers the opportunity to message your business directly via a phone call, text message, or email</li>
<li>Show off your amazing reviews that give potential customers an incentive to invest in your business</li>
<li>Again, it’s free marketing!</li>
</ul>
<p>There’s a lot to love about Google My Business; however, it can be difficult to manage for a business owner that doesn’t have a lot of time in their schedule.</p>
<p>If you’re looking for extra help with your Google My Business page, are interested in getting one set up the right way, or need assistance maintaining it on a daily basis, Web Rocket Media is ready to serve you.</p>
<p>We have a team of professionals ready to manage your page and ensure it delivers the results you’ve been waiting for. Contact us today to learn more about how we can help you!</p>
<p>References</p>
<p>“Google My Business &#8211; Drive Customer Engagement on Google.” Google, Google, www.google.com/business/.</p>
<p>“Google Shopping Recommendation Use Data &#8211; Think with Google.” Google, Google, www.thinkwithgoogle.com/data/google-shopping-recommendation-use-data/.</p>
<p>The post <a href="https://www.mywebrocketmedia.com/are-you-getting-the-most-out-of-google-my-business/">Are You Getting the Most Out of Google My Business?</a> appeared first on <a href="https://www.mywebrocketmedia.com">Web Rocket Media</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
