Showing posts with label Search Console. Show all posts
Showing posts with label Search Console. Show all posts

Fix Phishing Attack Ahead Error | Remove Google Chrome Security Warnings From Your Website

We all knows, the Google Chrome is one of the best and most popular web browser for computer and mobile too. And why not? It is a best as it provides much-advanced features for all the users. And today we are going to deal with one of the best features Google Chrome shows the warning to users when they wanted to visit a particular website which shows the message in red background about "PHISHING ATTACK" or "Malicious content" or malware alerts like "DISTRIBUTING MALWARE" or even if the website was hacked. All about "Phishing Attack Ahead" - I know this warning from Google Chrome is the best features for all the users but its very annoying for the website owners or developers, webmaster. It prevents the site visitors to visit your site which causes the negative effect on the website traffic. Your website traffic suddenly goes down and drastically falls below 10%. As site visits fall, your revenue also falls and then you started to search about the issue. Later you get known that; it is all about the malware alert shown by Google Chrome. There is an option to stop Chrome warning - "The Website Ahead Contains Malware" and to disable the malware detection warning in Chrome, but IT'S NOT A PERFECT SOLUTION. We need a perfect solution which passes through Google security. Learn how to remove phishing attack ahead warning and fix the site ahead contains harmful programs from Google Chrome and prevents the Google Chrome to show a Phishing attack ahead message on a URL.
Fix Phishing Attack Ahead Error Check Website Security
Fix Phishing Attack Ahead Error Check Website Security
Last time we saw; MOBILE SECURITY - Track Your Lost or Stolen Android Phone | Best Android Tracking App and today we are going to see much details and solution about fixing Google Chrome security warnings from webmaster's point of view.

Also read: Facebook Security - How to Access Facebook Account with THREE Passwords

Fix "Phishing Attack Ahead" Error

Last week, the Google safe browsing recently detected phishing on and one of my websites is attacked by 'Phishing Attack' warning and suddenly the all the visits per day fall near to bottom line. I get to known that it's all about the Google Chrome security warnings that showing to each visitor which preventing all the readers to visit my site. And now I am going to share all the things with you that I did to remove that danger red phishing attack screen shows about 'Malware Ahead' or 'Phishing Attack Ahead' message and any malware, phishing warnings from Google Chrome.
A sample warning message shows that �

Phishing attack ahead
Attackers on [www.yourwebsite.com] might try to trick you to steal your information (for example, passwords, messages, or credit cards).

Back to safety
Google Safe Browsing recently detected phishing on [www.yourwebsite.com]. Phishing sites pretend to be other websites to trick you.
If you understand the risks to your security, you may visit this infected site.

Learn to get rid of a phishing attack ahead. Follow all the following steps to fix the site ahead contains harmful programs or to remove Phishing attack ahead warning from Chrome


1. First, check the website security issues with the best free website malware scanner: http://www.unmaskparasites.com/

2. Also, you may need to clean and remove all the recent changes you made.

3. Then report this issue to Google or submitting a request through: https://www.google.com/safebrowsing/report_error/

4. Now go to Webmaster Tool website i.e. Search Console >> Security Issues

Fix Phishing Attack Ahead Error Check Website Security
Click to enlarge

5. Here in Search Console, it will show the warning about Harmful content - also you will get all the details and page URLs for which your site was actually infected. In more information it will also show:
Malicious content
Pages like the sample URLs shown led to harmful downloads or contained code that directed the browser to malware, unwanted software, or social engineering content. The source of the harmful content may be embedded ads or other third-party content on these URLs. Unfortunately, the malicious code within the page could not be isolated.


6. Just check all the URLs. And request for a review.
Fix Phishing Attack Ahead Error Check Website Security
Click to enlarge

7. Click on 'REQUEST A REVIEW'.

8. It will take 72 hours to complete the full review of your site and take an action to work. You will also receive the confirmation mail from the Google about a successful review.


No need to take tension, trust me, if you DID NOT make any wrong action, your problem should get solved successfully. Let me know about your issue and if you think this page is helped you then don't forget to share and like on Facebook. Moreover, if you know any better solution than this, then you can share it with us via comment section shown below.

[Fix] Duplicate Meta Description Error in Search Console | HTML Improvements

Hey, you too stuck and searching about this issue encountered in Google Webmaster Tool [it's called as a Search Console now!]. If you are not aware of this problem, then you need to check your search console dashboard, go to 'search appearance' >> 'HTML improvements'. If your search console showing "Duplicate meta descriptions" error, then you need to go through this page. And improved search engine design detect every and critical error from each of your web page. WARNING: Don't duplicate your meta descriptions and try to immediately fix this Error in Blogger / WordPress / Website - I have checked most of the web optimization tools & used Google web tools, but this Search Console is the best in all and its free for better & quick indexing your web pages in search engines. Moreover, if you have not seen this 'Duplicate meta descriptions' issue derived from Google search architecture, then I recommended to follow these steps described below. It may help your site's visitors for the better experience, website performance and SEO website ranking. This tutorial is all about how to fix duplicate meta descriptions? How to remove duplicate meta descriptions? Just keep reading and follow all the steps shown below.
Fix Duplicate Meta Description Error in Webmaster tool HTML Improvements - Search Console
Fix Duplicate Meta Description Error in Webmaster tool HTML Improvements - Search Console
Last time we saw Top 7 On-Page SEO Basics To Consider Before You Build an SEO Optimized Web Page, and today we are going to learn how to fix and remove one of the critical SEO error from Search Console.

Also check: 15 Quick-Tips to Improve SEO Ranking That'll Generate Huge Traffic To Your Site

Fix Duplicate Meta Description Error Showing Search Console

No need to go into details about how does google search work and how Google search architecture detects these errors. There is simple solution to get rid of this error. Your google webmaster tools find duplicate meta descriptions in your blogger or Wordpress website. You just need to fix pages with duplicate meta descriptions.

Step 1: Edit Custom robots.txt

  1. Check your ROBOT.TXT file. Go to http://www.yoursite.com/robot.txt
  2. Edit robots.txt in blogger: Go to My Blogs >> Search preferences >> Crawlers and indexing >> You will find the option for 'Custom robots.txt'
  3. Click on edit and paste the following text into it.
  4. User-agent: Mediapartners-Google*
    Allow: /

    User-agent: Googlebot-Image
    Allow: /

    User-agent: Adsbot-Google
    Allow: /

    User-agent: Googlebot-Mobile
    Allow: /

    User-agent: Twitterbot
    Allow: /

    User-agent: *
    Disallow: /search
    Disallow: /cgi-bin/
    Allow: /

    User-agent: *
    Disallow: /*.html
    Allow: /*.html$

    Sitemap: http://www.yoursite.com/atom.xml?redirect=false&start-index=1&max-results=500
    [Change http://www.yoursite.com/ with your own domain]
    Here you can also add your sitemap as http://www.yoursite.com/sitemap.xml
  5. Now save changes and check & verify robots.txt again.

Step 2: Edit Custom robots header tags

Just below the 'Custom robots.txt' option there is option for 'Custom robots header tags'
Click on edit and make the changes as shown in below pic.

Edit Custom robots header tags

Step 3: Edit each post description from blogger HTML

  1. Go to HTML of your website.
  2. Find
    <meta expr:content='data:blog.metaDescription' name='description'/>
  3. And replace it with following code:
    <!-- Fix Duplicate Meta Description Error from Webmaster tool Search Console -->
    <b:if cond='data:blog.pageType != &quot;index&quot;'>
    <b:if cond='data:blog.pageType != &quot;item&quot; and data:blog.pageType != &quot;static_page&quot;'>
    <b:if cond='data:blog.metaDescription != &quot;&quot;'>
    <b:if cond='data:blog.url != data:blog.homepageUrl'>
    <meta expr:content='data:blog.metaDescription' name='description'/>
    </b:if>
    </b:if>
    </b:if>
    </b:if>
    <!-- Fix Duplicate Meta Description Error from Webmaster tool Search Console -->
That's all...

All above steps help you to remove duplicate meta description warnings and it will be fixed after your pages get re-indexed again on Google Webmaster tool. Check your search console after few days and let me know your website results via comment section shown below.

Kategori

Kategori