Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8767121
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T16:43:44+00:00 2026-06-13T16:43:44+00:00

I help maintain a website for a church and we have just noticed that

  • 0

I help maintain a website for a church and we have just noticed that our Google results have somehow been spoofed. The result and links point to the church’s website, but the text descriptions are all wrong. I have checked the actual code of the site (head is copied below) and nothing is amiss. There are no strange files on our server, nor is there anything wrong with the site itself.

My question is how is this possible and is there any way to correct it?

Google Results Screen Shot

<?php
/**
 * The Header for our theme.
 *
 * Displays all of the <head> section and everything up till <div id="main">
 *
 * @package WordPress
 * @subpackage Twenty_Ten
 * @since Twenty Ten 1.0
 */

global $fumco;
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title><?php
    /*
     * Print the <title> tag based on what is being viewed.
     */
    global $page, $paged;

    wp_title( '|', true, 'right' );

    // Add the blog name.
    bloginfo( 'name' );

    // Add the blog description for the home/front page.
    $site_description = get_bloginfo( 'description', 'display' );
    if ( $site_description && ( is_home() || is_front_page() ) )
        echo " | $site_description";

    // Add a page number if necessary:
    if ( $paged >= 2 || $page >= 2 )
        echo ' | ' . sprintf( __( 'Page %s', 'twentyten' ), max( $paged, $page ) );

    ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php
    /* We add some JavaScript to pages with the comment form
     * to support sites with threaded comments (when in use).
     */
    if ( is_singular() && get_option( 'thread_comments' ) )
        wp_enqueue_script( 'comment-reply' );

    /* Always have wp_head() just before the closing </head>
     * tag of your theme, or you will break many plugins, which
     * generally use this hook to add elements to <head> such
     * as styles, scripts, and meta tags.
     */
    wp_head();
?>

<script src="<?php bloginfo('template_directory');?>/js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>

  <!-- Slider script -->
  <script src="<?php bloginfo('template_directory');?>/js/scripts.js" type="text/javascript" charset="utf-8"></script>

  <!-- Home page tabs -->
  <script type="text/javascript" charset="utf-8">
    $(function () {
      var tabContainers = $('div.tabs > div');
      tabContainers.hide().filter(':first').show();

      $('div.tabs ul.tabNavigation a').click(function () {
        tabContainers.hide();
        tabContainers.filter(this.hash).show();
        $('div.tabs ul.tabNavigation a').removeClass('selected');
        $(this).addClass('selected');
        return false;
      }).filter(':first').click();
    });
  </script>

  <!-- Script for TypeKit font implementation -->
  <script type="text/javascript" src="http://use.typekit.com/kgp1dfc.js"></script>
  <script type="text/javascript">try{Typekit.load();}catch(e){}</script>


  <!-- Facebook Wall Feeds -->
  <script type="text/javascript" src="<?php bloginfo('template_directory');?>/js/jquery.neosmart.fb.wall.js"></script>
  <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory');?>/js/jquery.neosmart.fb.wall.css" media="screen">



  <!-- Scripts for implementing drop down menus -->
  <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory');?>/css/superfish.css" media="screen">
  <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory');?>/css/superfish-navbar.css" media="screen">
  <script type="text/javascript" src="<?php bloginfo('template_directory');?>/js/hoverIntent.js"></script>
  <script type="text/javascript" src="<?php bloginfo('template_directory');?>/js/superfish.js"></script>

  <script type="text/javascript">
    $.fn.setAllToMaxHeight = function(){
      return this.height( Math.max.apply(this, $.map( this , function(e){
        return $(e).height()
      }) ));
    }

  // initialise plugins
  jQuery(function(){
    jQuery('ul.sf-menu').superfish();

    adjustNavigation();

    $('.menu-col').setAllToMaxHeight();

    if ($('.accordion').length > 0) {
      $('.accordion .ac-header').click(function() {
        panel = $(this).parents('.ac-panel');
        $('.ac-content', panel).slideToggle();
      })
    }

    jQuery('.twitter-feeds a').attr('target', '_blank');

        $("#frmsga").submit(function() {
            var emailfilter=/^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i;
            $("#txtname, #txtemail").removeClass('error-input');
            var is_valid = true;
            if ($("#txtname").val()==""){
                $("#txtname").addClass('error-input').focus();
                return false;
            }

            if (emailfilter.test($("#txtemail").val())==false) {
                $("#txtemail").addClass('error-input').focus();
                return false;
            }
            return true;
        });
  });

  $(window).resize(function() {
    adjustNavigation();
  });

  function adjustNavigation() {
    var padLeft = jQuery('#site-title').offset().left;
    jQuery('ul.sf-menu li:eq(0)').css('margin-left',padLeft+'px');

    jQuery('ul.sf-menu > li').each(function(index, value) {
      jQuery('li:eq(0)', this).css({
        'margin-left':padLeft+'px'
      });

      jQuery('li:eq(0) a', this).addClass('mnu-first');
    });
  }

  function sga_submit() {
    var emailfilter=/^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i;
    $("#txtname, #txtemail").removeClass('error-input');
    var is_valid = true;
    if ($("#txtname").val()==""){
      $("#txtname").addClass('error-input').focus();
      is_valid = false;
    }

    if (emailfilter.test($("#txtemail").val())==false) {
      $("#txtemail").addClass('error-input').focus();
      is_valid = false
    }

    return is_valid;
  }
  </script>

  <style type="text/css">
    .single .<?php echo $fumco->news_page_id;?> {background-position: 0 -30px;}
    .single .<?php echo $fumco->news_page_id;?> a {color: #b27262;}
  </style>

</head>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T16:43:45+00:00Added an answer on June 13, 2026 at 4:43 pm

    It’s possible your site got hacked somehow. Look at the cached copy that Google has: http://webcache.googleusercontent.com/search?q=cache:S79-C5g4-2gJ:firstchurchorlando.org/+&cd=1&hl=en&ct=clnk&gl=us

    Not only will you see tons of keywords and that your title tag has changed, but here is what’s interesting and probably the source of the issue:

    <!-- All in One SEO Pack 1.6.15.2 by Michael Torbert of Semper Fi Web Design[82,129] -->
    <meta name="description" content="Duty Free Philippines Sale Items, Lucky Strike In Az @ Genuine Duty Free Cigarettes Online" />
    <meta name="keywords" content="Duty, Free, Philippines, Sale, Items, Lucky, Strike, In, Az, " />
    

    Investigate the all in one SEO pack plugin, change all website passwords… that should solve your issue

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I have been asked to help maintain a website that uses Ruby on
I have a shopping cart website running classic ASP that needs help during the
I have an MFC legacy app that I help to maintain. I'm not quite
I'm looking for a hosted web platform that will help me build and maintain
I have a magento website with multi store and i have been able to
I have an external application that is automating some tasks on a website. My
So I have been playing around with a home project that includes a lot
I help to maintain a Rails website. It's running JRuby 1.5.5, Rails 2.3.10, on
I maintain a website for the company I work for and just yesterday it
We're looking for someone to help us enhance & maintain our high-quality, php-based prototype

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.