Mobile app version of vmapp.org
Login or Join
Bryan171

: SEO effects of intermix of WP blog, custom PHP site and FB app game We're a melbourne tech company in the process of building a custom site in PHP. We plan to launch a "pre-launch" page

@Bryan171

Posted in: #Php #Seo #Wordpress

We're a melbourne tech company in the process of building a custom site in PHP.

We plan to launch a "pre-launch" page which is also custom coded (CSS3 on twitter bootstrap framework + HTML5 front end and PHP back end).

On that site will be a link to a blog - the idea behind this is to build up ranking for a variety of relevant keywords prior to the full site going live (given the majority of the site is a member only community anyway so the blog is really the main way we'll be able to execute on-site SEO.

Ideally, we would like to install wordpress in a subdirectory on our servers and just customise the header to look the same as the landing page of the website.

But some questions and concerns...


Is there any detrimental effect on SEO efforts in having two separate systems (one custom PHP, the other an installation of wordpress) to manage the blog vs the rest of the site?
Are there any benefits or detriments to installing on a sub domain such as blog.sitename.com vs. sitename.com/blog. My preference would be sitename.com/blog as it feels neater - but open to suggestions based on knowledge of Google preferences.
Separately, we are building a Facebook app which is under another site name. Again because we are launching this app first, from an SEO perspective, would it actually be better to run it from a sub domain on the main site - e.g. gamename.mainsitename.com instead of on app.gamename.com? Currently we have it on app.gamename.com, but if there are SEO benefits to moving it to the other domain and server then we'll do it.


Basically we don't want to have our SEO efforts divided - will Google algorithms prefer two sites heavily referring traffic, or is it better to focus our efforts on one. I guess that's the crux of the issue. But the other one is - does Google care about traffic accessing a page built for the Facebook app iFrame - does that count toward rankings?

Sorry I hope these questions aren't too complex - but we're in the tech world every day and still can't seem to find a good answer to these ones...hence I'm taking to the forums!!

Free beer for whoever can give me a solid answer!

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Bryan171

2 Comments

Sorted by latest first Latest Oldest Best

 

@Murray432

Is there any detrimental effect on SEO efforts in having two separate
systems (one custom PHP, the other an installation of wordpress) to
manage the blog vs the rest of the site?


There is a little difference in the clean code. Google prefers websites with clean source code. So if you good at WP so use it. Firstly do clean code :)


Are there any benefits or detriments to installing on a sub domain
such as blog.sitename.com vs. sitename.com/blog. My preference would
be sitename.com/blog as it feels neater - but open to suggestions
based on knowledge of Google preferences.


It's easier to promote sitename.com/blog cause your main page affects on it. In the case with subdomain, google percieves it as just another website.


Separately, we are building a Facebook app which is under another site
name. Again because we are launching this app first, from an SEO
perspective, would it actually be better to run it from a sub domain
on the main site - e.g. gamename.mainsitename.com instead of on
app.gamename.com? Currently we have it on app.gamename.com, but if
there are SEO benefits to moving it to the other domain and server
then we'll do it.


I think that it will be better to have different domain names for each app.

10% popularity Vote Up Vote Down


 

@Barnes591

Is there any detrimental effect on SEO efforts in having two separate systems (one custom PHP, the other an installation of wordpress) to manage the blog vs the rest of the site?


No, as long as both systems output standard-compliant code.


Are there any benefits or detriments to installing on a sub domain such as blog.sitename.com vs. sitename.com/blog. My preference would be sitename.com/blog as it feels neater - but open to suggestions based on knowledge of Google preferences.


If you do the research, you will discover the literature is somewhat mixed on this and you'll further discover different recommendations as you go backwards in time. Cutts addressed this topic relatively recently and the general conclusion is it doesn't matter from an SEO perspective. It does matter in terms of internal code management, logical navigation, etc., but not SEO to any great extent.

The paragraph above applies to your third question as well. There is no great SEO benefit or penalty to subdomains vs. subdirectories due to the way Google limits the results from a given TLD.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme