HB - Posts

Return to advanced search

Re: 404 pages are bad. Why?

I assume you have a coding error around line 2205: "Warning: strtr() [function.strtr]: The second argument is not an array in ***/includes/session.php on line 2205". If you can't figure it out, post the 10 lines before and after.
by HB
Fri Jan 27, 2012 3:44 pm
 
Forum: phpBB mod Rewrite
Topic: 404 pages are bad. Why?
Replies: 5
Views: 118

Re: 404 pages are bad. Why?

Probably because you have a typo around line 2205 in session.php. Basically the error is telling you that your php file has generated some output and later tried to generate headers. Since phpBB uses templates, the page output isn't created until the very end, the error "headers already sent&qu...
by HB
Thu Jan 26, 2012 7:31 pm
 
Forum: phpBB mod Rewrite
Topic: 404 pages are bad. Why?
Replies: 5
Views: 118

Re: 404 pages are bad. Why?

Well, if you clicked on a link, would you rather be directed to the article's new location or be served a "not found" message? If the article is truly gone, then it's better to redirect to your site's home page (e.g., if someone linked your site but later you removed the article). FWIW, Go...
by HB
Wed Jan 25, 2012 8:36 pm
 
Forum: phpBB mod Rewrite
Topic: 404 pages are bad. Why?
Replies: 5
Views: 118

Re: Metatag de SEO premod 3.0.9

I agree, except for the description tag. Google clearly pays attention to it, since that's what it displays for the snippet if you search with the site: parameter with no search keywords.
by HB
Fri Jan 20, 2012 4:23 pm
 
Forum: The phpBB SEO Website
Topic: Metatag de SEO premod 3.0.9
Replies: 3
Views: 234

Re: Change index title?

From a SEO perspective starting the title of a website with keywords (e.g. "Copyright", "Patents") first is smarter then beginning with the name of the homepage ("IPtalk.pro"). I agree that for topics, leading with the subject is best. But for gateway pages (i.e., main...
by HB
Thu Jan 19, 2012 4:56 pm
 
Forum: phpBB Forum
Topic: Change index title?
Replies: 17
Views: 2035

Re: Need help

If the search has no keywords (e.g., site:example.com), then Google shows the description metatag. Otherwise it shows whatever content in your page that matches the search keywords. Your page looks correct to me. <meta name="description" content="HDSpot.NET : Download the Best Movies,...
by HB
Thu Oct 27, 2011 5:45 pm
 
Forum: SEO Techniques
Topic: Need help
Replies: 3
Views: 261

Re: Authors name and signature missing after installing seo

Sorry, you don't give us much to go on. Maybe you have a typo in your template changes? Do you have other modifications? If you install the premod, does it work? Does the ACP indicate signatures are allowed (Board Features)? Do group permissions indicate they're allowed? Did you purge the DB cache a...
by HB
Mon Oct 24, 2011 1:26 pm
 
Forum: phpBB mod Rewrite
Topic: Authors name and signature missing after installing seo url
Replies: 8
Views: 597

Re: Yahoo Sees My Site But Doesn't Return Correct Search Res

Not sure what's up with Yahoo; Google seems to figure it out correctly. You could offer Slurp a hint: http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html Another tip: You've got a lot of Javascript in your header, which may result in Yahoo failing to recognize the main bod...
by HB
Sun Sep 11, 2011 5:21 pm
 
Forum: Yahoo! Forums
Topic: Yahoo Sees My Site But Doesn't Return Correct Search Results
Replies: 2
Views: 1381

Re: Remove topic poster

Sounds like it should work, but why not test yourself? See How to set up a local server using xampp so you don't have to test on your live board.
by HB
Sun Sep 11, 2011 5:09 pm
 
Forum: GYM Sitemaps & RSS
Topic: Remove topic poster
Replies: 2
Views: 270

Re: Can't login to ACP after [Simple mod rewrite] install :(

Well, it did take you an additional 13 minutes to figure it out. :lol:
I've made the same mistake myself...
by HB
Sun Sep 11, 2011 5:06 pm
 
Forum: phpBB2 Simple mod rewrite
Topic: Can't login to ACP after [Simple mod rewrite] install :(
Replies: 4
Views: 1424

Re: Warning at the top of page while composing msg(PM)

Looks like you have a typo in your search.php file around line 125: [phpBB Debug] PHP Warning: in file /includes/functions.php on line 4678: Cannot modify header information - headers already sent by (output started at /language/en/search.php:125) The other error is probably the same type: [phpBB De...
by HB
Sun Sep 11, 2011 5:01 pm
 
Forum: phpBB Forum
Topic: Warning at the top of page while composing msg(PM)
Replies: 4
Views: 876

Re: high Cpu Load

phpBB does generate a lot of SQL queries. There is some additional overhead due to the phpBB-seo mod, but seriously, it's not enough to tip your CPU usage over the edge. For a shared host, 4000+ visitors is a lot. If you have other mods, you may want to double-check they're not generating excessive ...
by HB
Sun Sep 11, 2011 4:05 pm
 
Forum: phpBB SEO Premod
Topic: high Cpu Load
Replies: 1
Views: 431

Re: Top five & Seo Mod - problem.

by HB
Sun Sep 11, 2011 3:58 pm
 
Forum: phpBB SEO MODS
Topic: Top five & Seo Mod - problem.
Replies: 2
Views: 310

Re: Feature suggestion: 301-redirect deleted topic URLs?

I redirect non-found pages to the homepage. Another option is a custom 404 page with a search field: http://www.google.com/support/webmasters/bin/answer.py?answer=93641 . IF the URL has embedded keywords, that's enough to search on. See http://www.google.com/support/webmasters/bin/answer.py?answer=1...
by HB
Mon Jul 25, 2011 7:38 pm
 
Forum: phpBB SEO Premod
Topic: Feature suggestion: 301-redirect deleted topic URLs?
Replies: 2
Views: 401

Re: Dupe Content Question

I don't think Google would notice. If I understand you correctly, you're deleting a URL and recreating it shortly thereafter. While technically Googlebot may notice your site returned a 404 for a URL it had found previously, Google loathes to remove 404 content until it's disappeared for an extended...
by HB
Wed Jun 29, 2011 4:16 pm
 
Forum: SEO Techniques
Topic: Dupe Content Question
Replies: 1
Views: 309
Next

Return to advanced search