Posts

Best Practices for SEO Copywriting in 2022

In 2022,  the face of SEO copywriting has completely changed. Google is regularly updating its algorithm. Content writing now is all about writing compelling, engaging, useful, relevant and interesting content. Here are some best practices for SEO copywriting for 2022; all adhere to content creation and SEO guidelines: Write naturally: In 2022, SEO copywriting referred to quality – write for humans and optimize for search engines or crawlers. Nobody, not even the robot, wants to read keyword stuffed content. Google prefers natural content. So focus on your target audience, what they want and write in a manner that can be easily find by robots. Engage your audience: Start with a magnetic headline that will attract wide audience. Engaging means you are attracting your readers. Once you’ve got their attention, you can keep them engaged with interesting information. Be relevant — relevancy is crucial to engaging your audience. So also writing to the point attracts the audience. Informa...

The Right Word for Right Lead

Image
Are your marketing efforts worth the pain? Are you getting right leads? Have you understood your targeted audience? Are you using the right keywords to get the attention of your targeted audience? You are spending huge amount of money and time on marketing campaigns. Is it worth? Think…. Are you getting queries relevant to your business? Does your audience understand you and your business? It’s all about understanding the facts behind choosing the Right Word for Right Lead Step 1: Create your Persona Every content marketing strategy should begin with research and development of the target persona or profile of the person who needs your content and will engage with it. If you have already done that, then revisit it to ensure the research is still accurate. Every persona may have a different objective about their business. For B2C companies: • Who are your ideal customers? • What are their likes and dislikes? • What kind of content do they tend to engage with? • What is their lifes...

Prepare your AMP page for discovery and distribution: Pairing

To establish that a non-AMP page and an AMP page should be treated as being "paired" together, we add information about the AMP page to the non-AMP page and vice versa, in the form of  <link>  tags in the  <head> . Add the following to the non-AMP page: < link rel = "amphtml" href = "https://www.example.com/url/to/amp/document.html" > And this to the AMP page: < link rel = "canonical" href = "https://www.example.com/url/to/full/document.html" > What if I only have one page? If you only have one page, and that page is an AMP page, you must still add the canonical link to it, which will then simply point to itself: < link rel = "canonical" href = "https://www.example.com/url/to/amp/document.html" >

Google Analytics: Multiple tracking codes on web pages

Looking to add a second Google Analytics tracking code to a page. Your first tracking code will be like: <script>   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');   ga('send', 'pageview');  ga('create', 'UA-xxxxxxx-x', 'auto'); </script> The 2nd one would be a named tracker - ga('create', 'UA-12345678-6', 'auto'); ga('create', 'UA-123456-4', 'auto', 'myTracker'); ga('send', 'pageview'); ga('myTracker.send', 'pageview'); Final code will be <script>   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=...

How To Stop Referrer Spam ?

Image
When we add filters in Google analytics. It filters the data, but the spam referrer still visits our website. The key to stopping referrer spam is to block it before it has a chance to register on your site as a referrer. The simplest way to do this is to add the following code to your .htaccess file . By adding the following code in your .htaccess file, you ca block SPAM.

Google makes Rich Medical Content into Knowledge Graph

Image
Google recently announced an update to its one of the important algorithm: Knowledge Graph , now provides an extensive collection of information to common medical queries for searches related to health issues. According to Google’s official blog , one in 20 Google searches are for health-related information , so they increased the search terms. So now, when we ask Google about common health conditions, the Knowledge Graph will throw up relevant medical facts. It will show common symptoms, treatments, the typical age groups it affects, whether it is critical and contagious. For some conditions, search results will show examples from licensed medical illustrators. Although it’s hard to predict the short-term impact of this update on health-related paid and organic search, the potential number of queries affected by this update could be very significant. Effect on patients Technology is being increasingly used by consumers to search for data on gadgets. In spite of all devic...

Multilingual SEO - On-Page Optimization

Actually, the on-page optimization is easy. Just place your search terms in all the right places. Of course, it is not quite that simple.  For instance, German nouns like to merge into incredible conglomerates. An example of where I ran into this was at this  http://www.dotcom-monitor.de  (Netzwerküberwachung) site: Two major search terms were Netzwerküberwachung and Netzwerk überwachung. The first, conglomerate word is actually correct, but people search in funny ways, and the search engines don't generally recognize partial words. In English, a reference to "website monitoring service" would count as a reference for the search term "website monitoring". But the German equivalent, Überwachungsservice für Webseiten, would read literally in English as "monitoringservice for websites". In other words, you might have to make the translator dance some fancy language steps to deliver a readable message that does not interfere with your search terms. M...

Important sites for SEO

1.  http://www.buzzblogger.com/600-places-to-share-your-content/

The Death of SEO - Really?

Image

List of websites that can be useful for anyone

The 101 Most Useful Websites These sites solve at least one problem really well and they all have simple web addresses 1. screenr.com – record movies of your desktop and send them straight to YouTube. 2. ctrlq.org/screenshots – for capturing screenshots of web pages on mobile and desktops. 3. goo.gl – shorten long URLs and convert URLs into QR codes. 4. unfurlr.com – find the original URL that's hiding behind a short URL. 5. qClock – find the local time of a city using a Google Map. 6. copypastecharacter.com – copy special characters that aren't on your keyboard. 7. postpost.com – a better search engine for twitter. 8. lovelycharts.com – create flowcharts, network diagrams, sitemaps, etc. 9. iconfinder.com – the best place to find icons of all sizes. 10. office.com – download templates, clipart and images for your Office documents. 11. followupthen.com – the easiest way to setup email reminders. 12. jotti.org – scan any suspicious file or email attachment f...

Redirect non WWW to WWW and 404 redirect

Redirect non WWW to WWW RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] Place this code in .htaccess file. 404 Redirect Code: ErrorDocument 404 /index.html or you can replace index.html with your 404 page.

Redirect index.html to root

Here is the code: RewriteEngine On RewriteRule ^index\.html$ / [R=301,L] RewriteRule ^(.*)/index\.html$ /$1/ [R=301,L] Put this code in .htaccess file

Why You Need an SEO Audit

Fixing any issues that have been pointed out and properly implementing these recommendations is essential to a successful search engine optimization campaign. Key points of SEO Audit: LINK POPULARITY COMPETITION (SATURATION & LINK POPULARITY) TITLES & META TAGS SITE ARCHITECTURE & NAVIGATION CONTENT QUANTITY, QUALITY & UNIQUENESS DUPLICATE CONTENT CANONICAL ISSUES SITEMAP EXTERNAL LINKS UNETHICAL PRACTICES / SPAMMING

Social media - Where should you post in your status?

Image
 

Let's have a look on Google updates!!!

Image

Is SEO Dead???

Image
SEO can never dies, only the fact is techniques changes. As we all are aware with the changing google algorithms day by day. Recently Penguine updates comes in picture that effects of many of sites (not at all countable). No one is able to judge, on what basis the search e engine ranking is scoring. In a war of night, website just completly gone OFF from the SERP listing... What to do? To compete with Google Algorithms or to save our websites from the war effects, we must play fair game.an Whatever changes going on in Google Rule Book, SEO must go on white track. Forget the older ways, get down in new ERA of SEO .... Survive in dark, you will definitely get a new world!!!