Banner for Google 404
Add Google search capabilities to your site's 404 "page not found" template. Wordpress Tutorial
Noted That:
  • To install correctly this google-404.zip .
  • Fisrt Download the google-404.zip to your computer
  • Extract/Open google-404.zip to Your Computer.
  • Then, Find readme.txt file inside google-404.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " google-404.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Google 404

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Google 404

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Google 404

Step-5 : Now, Browse " google-404.zip " Downloaded plugin from your computer, Where you downloaded " google-404.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Google 404

Step-6 : Now, Click on " Active Plugin "

Activate Google 404

Step-7 : Then, See left Side Menu. " Google 404 " folder is added on left Side Menu. Now, Click on " Google 404 " folder.

Noted that: If you do not see " Google 404 " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Google 404 Configurations and Settings or How to work " Google 404 " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " 404 Widget for Google " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is 404 Widget for Google
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

You should first set up a Google webmaster account and submit an XML sitemap of your site to ensure the Google 404 widget works effectively.

  1. Download the archive file and uncompress it.
  2. Put the “google-404” folder in “wp-content/plugins”
  3. Enable in WordPress by visiting the “Plugins” menu and activating it.
  4. Add the google404() function call to your 404.php template.

    if ( function_exists( ‘google404’ ) ) { google404(); }

You could also add this code to your theme’s index.php, single.php, image.php, archive.php and search.php below the HTML that is displayed if no posts are present (where you insert this may vary from theme to theme).

You may also use the google_404_styles and google_404_language filters for manually overriding the CSS values or language used by the Google 404 widget.


Name