<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Vfxdude &#187; Tag: google - Recent Posts</title>
		<link>http://www.vfxdude.com/forum/tags/google</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Sep 2010 12:16:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.vfxdude.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.vfxdude.com/forum/rss/tags/google" rel="self" type="application/rss+xml" />

		<item>
			<title>Mel on "GoogleMaps + JavaScript in Post - Problem"</title>
			<link>http://www.vfxdude.com/forum/topic/googlemaps-javascript-in-post-problem#post-2972</link>
			<pubDate>Fri, 18 Jun 2010 21:34:44 +0000</pubDate>
			<dc:creator>Mel</dc:creator>
			<guid isPermaLink="false">2972@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I solved the mystery: it was actually the shortcode plugin (or whatever).&#60;br /&#62;
When the post is in draft modus and you use the interface instead of the address as a direct option, the plugin fails to generate the JS parts but includes the js - file in the header.&#60;/p&#62;
&#60;p&#62;So if the page or post is in draft modus, the address must be delivered in your way and not via the given interface.&#60;br /&#62;
If the page/post is published, the map will pop up independently of how the points are given.&#60;/p&#62;
&#60;p&#62;Small thing, big effect.&#60;br /&#62;
Thanks for your help :).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "GoogleMaps + JavaScript in Post - Problem"</title>
			<link>http://www.vfxdude.com/forum/topic/googlemaps-javascript-in-post-problem#post-2850</link>
			<pubDate>Mon, 14 Jun 2010 11:02:36 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">2850@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I tested the plugin with the theme and it works fine, using this shortcode (in a post and a page):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;[google-map-sc address=&#34;9-19 Rue Notre Dame des Victoires, 75002 Paris, France&#34; width=&#34;100%&#34;]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;or with the address as a custom field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mel on "GoogleMaps + JavaScript in Post - Problem"</title>
			<link>http://www.vfxdude.com/forum/topic/googlemaps-javascript-in-post-problem#post-2842</link>
			<pubDate>Sun, 13 Jun 2010 15:35:03 +0000</pubDate>
			<dc:creator>Mel</dc:creator>
			<guid isPermaLink="false">2842@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Sry in explaining it not quite well: sometimes I tend to leave the &#34;obvious&#34; steps out but &#34;obvious&#34; depends .. obviously.&#60;/p&#62;
&#60;p&#62;Yeah, the plugin uses the wordpress shortcode functions to add a google map based on their JS lib into the generated html.&#60;br /&#62;
So you add the shortcode into the html editor like [google-map-sc], add some locations etc and the post will include this map with the point. This runs with the default wordpress theme, so the error shouldn't be produced by me (directly).&#60;/p&#62;
&#60;p&#62;Javascript can only be disabled by the client, that I know :). &#60;/p&#62;
&#60;p&#62;Using the same information on the blog with the bigfeature - theme (shortcode in the html editor etc) results in not writing the necessary JS into the body of the post.&#60;br /&#62;
I can write the JS by hand into the post body via the html editor like posted above but well I would have to hack every map point into the map. &#60;/p&#62;
&#60;p&#62;It looks like something is blocking the translation from shortcode to JS in the post body.&#60;br /&#62;
Since we have a quite clean installation and plugins, I would assume that no plugin is producing this mess.&#60;/p&#62;
&#60;p&#62;But if you are able to use the shortcode way to produce a map then .. well .. I would need to dig deep to find the interfering plugin :(.&#60;br /&#62;
I don't have time until the end of this week to test other shortcode plugins, but that is probably something, which could help to find the cause.&#60;/p&#62;
&#60;p&#62;Greets&#60;br /&#62;
Mel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "GoogleMaps + JavaScript in Post - Problem"</title>
			<link>http://www.vfxdude.com/forum/topic/googlemaps-javascript-in-post-problem#post-2830</link>
			<pubDate>Thu, 10 Jun 2010 09:06:29 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">2830@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;javascript is not blocked, that is client side. It can be in conflict with some other javascript and therefore not function. I pasted the code above (the first one) into a post and a page (editor in html mode) and it worked fine. It could be in conflict with one of your installed plugins...&#60;/p&#62;
&#60;p&#62;so are you saying that the Google Maps Shortcode is not working? You add the shortcode into a post/page and not to the code of the php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mel on "GoogleMaps + JavaScript in Post - Problem"</title>
			<link>http://www.vfxdude.com/forum/topic/googlemaps-javascript-in-post-problem#post-2824</link>
			<pubDate>Wed, 09 Jun 2010 20:10:19 +0000</pubDate>
			<dc:creator>Mel</dc:creator>
			<guid isPermaLink="false">2824@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I can hack it directly into the post, which results in:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34;&#38;gt; Cufon.refresh(); &#38;lt;/script&#38;gt;			            &#38;lt;div id=&#34;canvas_KsBn&#34; style=&#34;width:400px; height:400px&#34; class=&#34;google-map-sc-canvas&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;var map_canvas_KsBn;&#60;/p&#62;
&#60;p&#62;var map_points_canvas_KsBn =  new Array();&#60;/p&#62;
&#60;p&#62;map_points_canvas_KsBn[0] = {'point':{'lat':&#34;51.1656910&#34;,'long':&#34;10.4515260&#34;},'info':&#34;blah&#34;};&#60;/p&#62;
&#60;p&#62;addLoadEvent(function(){&#60;/p&#62;
&#60;p&#62;map_canvas_KsBn = new gmshc_render(&#34;canvas_KsBn&#34;,map_points_canvas_KsBn, 10);&#60;/p&#62;
&#60;p&#62;});&#60;/p&#62;
&#60;p&#62;addEvent(window,'unload',GUnload,false);&#60;/p&#62;
&#60;p&#62;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;... but I would prefer to use the plugin &#60;a href=&#34;http://wordpress.org/extend/plugins/google-map-shortcode/&#34;&#62;Google Maps Shortcode&#60;/a&#62; for this.&#60;/p&#62;
&#60;p&#62;Greets&#60;br /&#62;
Mel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mel on "GoogleMaps + JavaScript in Post - Problem"</title>
			<link>http://www.vfxdude.com/forum/topic/googlemaps-javascript-in-post-problem#post-2823</link>
			<pubDate>Wed, 09 Jun 2010 19:29:28 +0000</pubDate>
			<dc:creator>Mel</dc:creator>
			<guid isPermaLink="false">2823@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi everybody&#60;br /&#62;
I tried to integrate a google-map via their Javascript - lib into a Blogpost.&#60;br /&#62;
THe JS - file is loaded but the additional content is not added to display the map in the body.&#60;br /&#62;
Since it works with the original wordpress theme, it must be something in the theme, that blocks the integration of javascript into the body of the posts.&#60;/p&#62;
&#60;p&#62;Default Wordpress Theme:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;div id=&#34;canvas_b07V&#34; style=&#34;width:400px; height:400px&#34; class=&#34;google-map-sc-canvas&#34;&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
var map_canvas_b07V;&#60;br /&#62;
var map_points_canvas_b07V =  new Array();&#60;br /&#62;
map_points_canvas_b07V[0] = {'point':{'lat':&#34;51.1656910&#34;,'long':&#34;10.4515260&#34;},'info':&#34;blah&#34;};&#60;br /&#62;
addLoadEvent(function(){&#60;br /&#62;
map_canvas_b07V = new gmshc_render(&#34;canvas_b07V&#34;,map_points_canvas_b07V, 10);&#60;br /&#62;
});&#60;br /&#62;
addEvent(window,'unload',GUnload,false);&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;BF - Code of an emtpy post&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;!-- begin post --&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div id=&#34;post-518&#34; class=&#34;post single normal hentry p1 post draft author-agnes category-allgemein untagged y2010 m06 d09 h21&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div class=&#34;postimage&#34;&#38;gt;&#38;lt;/div&#38;gt;            &#60;/p&#62;
&#60;p&#62;            &#38;lt;div class=&#34;post-title&#34;&#38;gt;&#38;lt;h1&#38;gt;&#60;a href=&#34;http://2010wses.org/?p=518&#34; rel=&#34;bookmark&#34; title=&#34;Permanent Link to Googletest&#34;&#62;Googletest&#60;/a&#62;&#38;lt;/h1&#38;gt;&#38;lt;/div&#38;gt;            &#60;/p&#62;
&#60;p&#62;			&#38;lt;script type=&#34;text/javascript&#34;&#38;gt; Cufon.refresh(); &#38;lt;/script&#38;gt;			            &#60;/p&#62;
&#60;p&#62;			&#38;lt;div class=&#34;pagelink&#34;&#38;gt;&#38;lt;/div&#38;gt;            &#60;/p&#62;
&#60;p&#62;			&#38;lt;div id=&#34;after-article&#34;&#38;gt;&#38;lt;/div&#38;gt;            &#60;/p&#62;
&#60;p&#62;		&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;!-- end post --&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Is this use of JS somehow blocked?&#60;br /&#62;
If yes, where is the place to switch JS on?&#60;br /&#62;
Thanks for your help&#60;br /&#62;
Mel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-1530</link>
			<pubDate>Fri, 05 Mar 2010 11:38:56 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">1530@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;check that you have description meta tags in the header code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>malady on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-1520</link>
			<pubDate>Thu, 04 Mar 2010 22:59:20 +0000</pubDate>
			<dc:creator>malady</dc:creator>
			<guid isPermaLink="false">1520@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;nope i did that and it actually dropped down the page in google and still no description
&#60;/p&#62;</description>
		</item>
		<item>
			<title>malady on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-1514</link>
			<pubDate>Thu, 04 Mar 2010 16:13:54 +0000</pubDate>
			<dc:creator>malady</dc:creator>
			<guid isPermaLink="false">1514@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Its coming up as it should on pages just not on the blog front page. I disabled the  meta tags in the theme settings so waiting to see if google picks it up with the all in one seo pack.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-1510</link>
			<pubDate>Thu, 04 Mar 2010 10:28:58 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">1510@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I'm all for using a SEO plugin, but I would like to find the reason for the dynamic meta not working (btw it should not me double quotes there). Think it's strange, since it's working for me. btw the dynamic meta is only for the blog frontpage and posts, and not pages, so if the description is missing for pages, that's the reason.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rollinhand on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-1508</link>
			<pubDate>Thu, 04 Mar 2010 05:58:10 +0000</pubDate>
			<dc:creator>rollinhand</dc:creator>
			<guid isPermaLink="false">1508@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Try to &#34;Disable meta tags&#34; under theme settings.&#60;/p&#62;
&#60;p&#62;This is your sites current description which won't show up for some reason.&#60;br /&#62;
&#60;code&#62;&#38;lt;meta name=&#34;description&#34; content=&#34;&#38;quot;WE LIVE OFF THE RECORD.&#38;quot;&#34; /&#38;gt; &#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If you disable meta tags your &#34;All in One SEO Pack&#34; meta description should show up in google.&#60;br /&#62;
&#60;code&#62;&#38;lt;meta name=&#34;description&#34; content=&#34;The official site by Quddus. Featuring new music, exclusive interviews, concert footage and comedy.&#34; /&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>malady on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-1507</link>
			<pubDate>Thu, 04 Mar 2010 01:07:27 +0000</pubDate>
			<dc:creator>malady</dc:creator>
			<guid isPermaLink="false">1507@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Ok well.. no see ur not understanding what Im meaning then.. disable meta tags is not checked in my theme settings but if you search quddus philippe in google there is nothing but the site name and url in google. There is no description. So if its on by default where exactly is the description input at in the theme.. as the tagline does nothing, and there is no other such place to enter such information.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-1505</link>
			<pubDate>Wed, 03 Mar 2010 20:21:24 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">1505@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;the dynamic description is on by default. there is a theme setting to disable it called &#34;Disable meta tags&#34;. It's added on the blog frontpage and single post view.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>malady on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-1504</link>
			<pubDate>Wed, 03 Mar 2010 19:07:18 +0000</pubDate>
			<dc:creator>malady</dc:creator>
			<guid isPermaLink="false">1504@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Im sorry I meant OP as original poster meaning illusio. Where xactly is the dynamic description meta tag set at in the theme? I added the SEO plugin in a effort to make the site description show in google. It does not with or without the plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-1481</link>
			<pubDate>Wed, 03 Mar 2010 10:14:52 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">1481@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;with OP, do you mean LP, Live Preview? I did nothing to achieve this there. The dynamic description meta tag gives the description, and there is also a keyword meta tag on single pages. Maybe the SEO plugin is the problem. Check that you have the description meta tag.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>malady on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-1472</link>
			<pubDate>Tue, 02 Mar 2010 15:05:40 +0000</pubDate>
			<dc:creator>malady</dc:creator>
			<guid isPermaLink="false">1472@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I'm using the 1.3 version of the theme and Im having the same issue. The description etc is not working at all in google. Very frustrated. I have All In One SEO pack installed and nothing.. Google only displays the result of the site name no abstract or description. To the OP I see you somehow managed to correct this issue... can you tell me how you did so?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "RSS Feed in Google Chrome"</title>
			<link>http://www.vfxdude.com/forum/topic/rss-feed-in-google-chrome#post-633</link>
			<pubDate>Sat, 02 Jan 2010 10:46:57 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">633@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I am not familiar with the chrome rss reader, but tested it with the default theme and it doesn&#38;#39;t work there either. Maybe creating a feedburner feed is the solution...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>secureyourself on "RSS Feed in Google Chrome"</title>
			<link>http://www.vfxdude.com/forum/topic/rss-feed-in-google-chrome#post-611</link>
			<pubDate>Thu, 31 Dec 2009 11:37:18 +0000</pubDate>
			<dc:creator>secureyourself</dc:creator>
			<guid isPermaLink="false">611@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;The RSS Feeds work in Internet Explorer and Mozilla Firefox, but fail to do so in Google Chrome.  Is anyone else experiencing this same issue?  Can it be rectified?  If so, how?  Many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-278</link>
			<pubDate>Thu, 26 Nov 2009 17:16:03 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">278@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;dynamic title tags, dynamic meta tags, h1/h2 tags in right places (post titles is h2 on frontpage/archives/search and h1 in single/pages), post title in alt tag of default images, setting styles was removed from header.php and put into an internal css/php file, scripts was moved to the footer, sitemap, related posts, recent posts, featured posts widget.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>megahurt on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-277</link>
			<pubDate>Thu, 26 Nov 2009 17:02:54 +0000</pubDate>
			<dc:creator>megahurt</dc:creator>
			<guid isPermaLink="false">277@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;What exactly is the &#38;quot;SEO stuff&#38;quot; built into BF? Am I missing it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kamalr82 on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-270</link>
			<pubDate>Thu, 26 Nov 2009 07:47:53 +0000</pubDate>
			<dc:creator>kamalr82</dc:creator>
			<guid isPermaLink="false">270@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;geeezz very nice design... :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-262</link>
			<pubDate>Wed, 25 Nov 2009 11:02:39 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">262@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I recomend to &#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/10/faq/#how2upgrade&#34;&#62;upgrade &#60;/a&#62;to the latest version of the theme, since some SEO stuff has been implemented in version 1.3.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>illusio on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-259</link>
			<pubDate>Wed, 25 Nov 2009 07:29:25 +0000</pubDate>
			<dc:creator>illusio</dc:creator>
			<guid isPermaLink="false">259@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Thanks for the compliments and checking bhz. My site also appears to be redirecting from &#60;a href=&#34;http://illusiodesign.com&#34; rel=&#34;nofollow&#34;&#62;http://illusiodesign.com&#60;/a&#62; to &#60;a href=&#34;http://www.illusiodesign.com&#34; rel=&#34;nofollow&#34;&#62;http://www.illusiodesign.com&#60;/a&#62; which I didn&#38;#39;t set up with the .htaccess file. This is also causing all of my panels to expand every time I log into WordPress - which is very annoying. I&#38;#39;m wondering if this redirection issue is causing problems with search engines trying to index current versions of my site.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Note:&#60;/strong&#62; I cleared my cache and cookies in Firefox and the panels have stopped expanding. Weird.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bhz on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-258</link>
			<pubDate>Wed, 25 Nov 2009 07:04:58 +0000</pubDate>
			<dc:creator>bhz</dc:creator>
			<guid isPermaLink="false">258@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Strange. I haven&#38;#39;t had any issues like this with BF. I&#38;#39;ve been running it live for about a week now. Spiders come as often as ever and new posts are getting indexed with the proper meta data within a few minutes. I&#38;#39;m running All-in-One SEO as well.&#60;/p&#62;
&#60;p&#62;If I do a Google query for:&#60;br /&#62;
&#60;code&#62;site:www.illusiodesign.com&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I see your pages indexed with meta data. It might just be an indexing delay, though I&#38;#39;d definitely check to make sure that your permalink structure is setup properly, because it looks like Google is ocassionally looking for the blog at &#60;a href=&#34;http://www.illusiodesign.com/wp/&#34; rel=&#34;nofollow&#34;&#62;http://www.illusiodesign.com/wp/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Beautiful site design, by the way!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>illusio on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-257</link>
			<pubDate>Wed, 25 Nov 2009 06:29:22 +0000</pubDate>
			<dc:creator>illusio</dc:creator>
			<guid isPermaLink="false">257@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Since I&#38;#39;ve been using BigFeature, my page ranking in Google has been producing some strange results. I installed WordPress in a subfolder called &#38;quot;wp&#38;quot; from &#60;a href=&#34;http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory&#34;&#62;this tutorial&#60;/a&#62;. For example, do a search for &#38;quot;illusio design&#38;quot; with Firefox and this is the result below. My site used to come up first.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.illusiodesign.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.illusiodesign.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.illusiodesign.com/?page_id=2&#34; rel=&#34;nofollow&#34;&#62;http://www.illusiodesign.com/?page_id=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As you can see, there&#38;#39;s no site description or abstract provided. I&#38;#39;m using the All in One SEO Pack and Meta Tag Manager to create the meta tags. I&#38;#39;m just wondering if installing in a sub directory is affecting Google page rank. Any thoughts and anyone else running into this issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>megahurt on "Ad space help needed"</title>
			<link>http://www.vfxdude.com/forum/topic/ad-space-help-needed#post-117</link>
			<pubDate>Sun, 15 Nov 2009 22:17:54 +0000</pubDate>
			<dc:creator>megahurt</dc:creator>
			<guid isPermaLink="false">117@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "Ad space help needed"</title>
			<link>http://www.vfxdude.com/forum/topic/ad-space-help-needed#post-113</link>
			<pubDate>Sun, 15 Nov 2009 20:12:38 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">113@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;You can add ads/adsense to adspaces with the BF Page widget or the text widget. For adsense, just paste the code into a page or a text widget and add it to an adspace.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>megahurt on "Ad space help needed"</title>
			<link>http://www.vfxdude.com/forum/topic/ad-space-help-needed#post-108</link>
			<pubDate>Sun, 15 Nov 2009 17:07:39 +0000</pubDate>
			<dc:creator>megahurt</dc:creator>
			<guid isPermaLink="false">108@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I&#38;#39;d like to use some of the Ad space the way you show in your demo &#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/08/the-bf-slider/&#34;&#62;HERE&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Google Adsense maybe? I&#38;#39;m a newb in that area, but I do have my adsense account set up. the 4-up ads that you show would be nice to start with.&#60;/p&#62;
&#60;p&#62;Any help would be great.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
