Quote
f1r3bl00d wrote:
i know whats wrong. You get pagerank on http://yoursite.com, but PHP Fusion redirects to http://yoursite.com/news.php, so it will show 0 pagerank
I suggest you to remove that redirect in index.php ... Its very SEO unfriendly
//redirect($settings['opening_page']);
if(file_exists($settings['opening_page'])) {
include_once $settings['opening_page'];
}
else {
require_once THEMES."templates/header.php";
opentable("Welcome");
echo '<div align="center">It seems there is a misconfiguration setting and this page is not available at this time<br> Please use the navigation links to browse the site.</div>';
closetable();
require_once THEMES."templates/footer.php";
}
//redirect($settings['opening_page']);
if(file_exists($settings['opening_page']) && !strstr($settings['opening_page'],"?")) {
include_once $settings['opening_page'];
}
else {
require_once THEMES."templates/header.php";
opentable("Welcome");
echo '<div align="center">It seems there is a misconfiguration setting and this page is not available at this time<br> Please use the navigation links to browse the site.</div>';
closetable();
require_once THEMES."templates/footer.php";
}
Quote
jak17 wrote:
3 months later and my site now has a PageRank of 5. Looks like php-fusion being bad for your pagerank is a myth.
My site is 5 months old and has a PR of 5. :)
I dont think i'll ever understand Google.
Quote
jak17 wrote:
lol I submitted my site to google a week after it was registered and it showed up in the search 3 days later.
Maybe the large amount of backlinks that I have boosted my pagerank? Pretty much all of them are related. I have a soccer site, and hence my backlinks are from soccer sites. I think that boosts the PR a lot. Getting irrelevant links hurts your PR more than it helps it in my opinion :/ I think it makes the links look worthless in the eyes of Google, as they are evidently there to only boost PR rather than to help users find familiar sites.
Category Forum
General DiscussionLabels
None yet
Statistics
12 participants
Notifications
You are not receiving notifications from this thread.
Related Questions