>>
Site Map
>>
Forums
>>
Blocks 7x
Forum module - topics in forum:
Blocks 7x - Discussions regarding PHP-Nuke Blocks. 7x
Google Adsense
Hi Guys
I have google adsense blocks and modules running great on my site. But they dont seem to be pulling down the right content. I have made sure that the metatags are correct etc.
It seems to be pulling adds for content management systems.
If i create a blank .html page and use my keywords then add the adsense it pulls down gaming adds
im stuck i dont know what it could be.
my site is
www.strikeforcedelta.co.uk
hope some of you might be able to help
regards
jon
Check what tags are in your includes/meta.php
But apart from that - and the only reason I answered is because it affects all versions of Nuke... I will be unable to answer further queries from yourself as you are using a version of Nuke that we don't support.
hi dark
thanks for the reply, not using the meta.pl as im using a auto theme which doesnt seem to use the meta.php
if i do view source from ie, the following looks ok to me
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="eng">
<head>
<title>Strike Force Delta: Home fo the =SFD= Clan</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="expires" content="0">
<meta name="author" content="Strike Force Delta">
<meta name="copyright" content="Copyright (c) 2005 by Strike Force Delta">
<meta name="description" content="Welcome to Strike Force Delta Home of the Battlefield 2 =SFD= Clan. PC Gaming at its best.">
<meta name="distribution" content="Global">
<meta name="generator" content="AutoTheme -
http://spidean.mckenzies.net / PHP-Nuke -
http://phpnuke.org">
<meta name="keywords" content="<div>bf2, battlefield 2, euro forces, budget games, games, playstation 2, PS2, PS 2, PS3, PSP, PSP, computer, computer games, gamecube, game cube, GBA, game boy advance, GBA SP, Game boy SP, gameboy, gameboy micro, ipod, Nintendo Revolution, Nintendo DS, pre-owned, video games, videogames, X360, Xbox 360, Xbox360, Xbox</div><br />">
<meta name="rating" content="General">
<meta name="resource-type" content="document">
<meta name="revisit-after" content="1 days">
<meta name="robots" content="index,follow">
also other meta checkers seem to pull in my meta tags ok
| Quote: : |
im using a auto theme which doesnt seem to use the meta.php
|
Its not just the theme that calls the meta.php - Its Nuke itself - trust me - it IS being used.
hi dirk
ok let me check it out, ok this is what i have in meta.php
##################################################
# Include for Meta Tags generation #
##################################################
$metastring = "<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset="._CHARSET."\">\n";
$metastring .= "<META HTTP-EQUIV=\"EXPIRES\" CONTENT=\"0\">\n";
$metastring .= "<META NAME=\"RESOURCE-TYPE\" CONTENT=\"DOCUMENT\">\n";
$metastring .= "<META NAME=\"DISTRIBUTION\" CONTENT=\"GLOBAL\">\n";
$metastring .= "<META NAME=\"AUTHOR\" CONTENT=\"$sitename\">\n";
$metastring .= "<META NAME=\"COPYRIGHT\" CONTENT=\"Copyright (c) by $sitename\">\n";
$metastring .= "<META NAME=\"KEYWORDS\" CONTENT=\"bf2, battlefield 2, euro forces, budget games, games, playstation 2, PS2, PS 2, PS3, PSP, PSP, computer, computer games, gamecube, game cube, GBA, game boy advance, GBA SP, Game boy SP, gameboy, gameboy micro, ipod, Nintendo Revolution, Nintendo DS, pre-owned, video games, videogames, X360, Xbox 360, Xbox360, Xbox\">\n";
$metastring .= "<META NAME=\"DESCRIPTION\" CONTENT=\"$slogan\">\n";
$metastring .= "<META NAME=\"ROBOTS\" CONTENT=\"INDEX, FOLLOW\">\n";
$metastring .= "<META NAME=\"REVISIT-AFTER\" CONTENT=\"1 DAYS\">\n";
$metastring .= "<META NAME=\"RATING\" CONTENT=\"GENERAL\">\n";
look ok to me but im no nuke expert
jon
just done a quick test on another domain
www.fastcashonline.co.uk
and bang thoses keywords work like a treat.
must be somthing in nuke but dont have a clue what