Sponsored Content
The Lounge What is on Your Mind? UNIX.com is getting crushed in google search these days Post 303034843 by Neo on Wednesday 8th of May 2019 04:38:52 AM
Old 05-08-2019
I think when a user asks a "short question", there is no problem if they get a "long reply".

One idea I had was to write some PHP code that would add a block with a "Fun UNIX Fact" or "Fun Linux Fact" and append it to any post which:
  • A short question without a reply, and;
  • The original question is very short.

Yesterday, when checking the links in Google Search Console, tried this technique on a few unanswered initial posts, and I added a block of text to those 'soft 404 errors' and then the thread passed.

Or instead of "Fun UNIX Fact", I would write some code to take the "Similar Thread" data for that unanswered thread, and create a forum reply with the post data from a similar thread somehow, or append a block of the summary data to the original question, and kind of embedded "Topics Related to This" block, appended to short questions with no replies after a period of time (like a week).

I need to check to see if the current "soft 404 error" pages have similar threads at the bottom.

If they do, then another possibility would be to rewrite the similar thread block to include summary data for those similar thread, say the first 10 link lines for each "similar thread" in that block. That might work Smilie
These 3 Users Gave Thanks to Neo For This Post:
 

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

A google search shellscript

This little doey allows you do fire up a google search right from your terminal. --------------------------------------------------- #!/bin/sh #(save me into the path as "google") clear && for i in "$@"; do lynx http://www.google.com/search?q="$@"; done ... (3 Replies)
Discussion started by: JoeTheGuy
3 Replies

2. Web Development

Google search appliance

Please let me know if Google search appliance supports JSON or XML interface? If yes please provide some references (3 Replies)
Discussion started by: uunniixx
3 Replies

3. What is on Your Mind?

Patching Google Search engine/application in Unix.

Hi Unix Gurus, In my Co. we have intranet site hosted on Unix box. In Explorer there is a text box for searching information on internet. By default it is using Google Custom Search. This search engine is little old one. Now I want to patch this search engine with latest patch. If any one know... (0 Replies)
Discussion started by: sriramis4u
0 Replies

4. What is on Your Mind?

Google Site Search in Search Drop Down Menu (Again)

Have just added (after missing for some time), the latest version of Google Site Search for our site in the Navbar Search Menu: https://www.unix.com/members/1-albums215-picture791.png Cheers and Enjoy. Here is the URL for that link in case you need it: https://goo.gl/P8p82c (4 Replies)
Discussion started by: Neo
4 Replies

5. What is on Your Mind?

Search Results for the UNIX keyword - Google, Bing, DuckDuckGo

Some search results for the keyword "unix" searches: DuckDuckGo #1 https://www.unix.com/members/1-albums215-picture1254.png Bing #2 https://www.unix.com/members/1-albums215-picture1253.png Google #15 (page 2) https://www.unix.com/members/1-albums215-picture1252.png (1 Reply)
Discussion started by: Neo
1 Replies

6. What is on Your Mind?

YouTube: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search

Getting a bit more comfortable making quick YT videos in 4K, here is: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search Console https://youtu.be/I6b9T2qcqFo (0 Replies)
Discussion started by: Neo
0 Replies
PPROF(1)							      Google								  PPROF(1)

NAME
google-pprof - manual page for google-pprof (part of gperftools) SYNOPSIS
google-pprof [options] <program> <profile> DESCRIPTION
Prints specified cpu- or heap-profile OPTIONS
--cum Sort by cumulative data --base=<base> Subtract <base> from <profile> before display Reporting Granularity: --addresses Report at address level --lines Report at source line level --functions Report at function level [default] --files Report at source file level Output type: --text Generate text report [default] --gv Generate Postscript and display --list=<regexp> Generate source listing of matching routines --disasm=<regexp> Generate disassembly of matching routines --dot Generate DOT file to stdout --ps Generate Postcript to stdout --pdf Generate PDF to stdout --gif Generate GIF to stdout Heap-Profile Options: --inuse_space Display in-use (mega)bytes [default] --inuse_objects Display in-use objects --alloc_space Display allocated (mega)bytes --alloc_objects Display allocated objects --show_bytes Display space in bytes --drop_negative Ignore negaive differences Call-graph Options: --nodecount=<n> Show at most so many nodes [default=80] --nodefraction=<f> Hide nodes below <f>*total [default=.005] --edgefraction=<f> Hide edges below <f>*total [default=.001] --focus=<regexp> Focus on nodes matching <regexp> --ignore=<regexp> Ignore nodes matching <regexp> --scale=<n> Set GV scaling [default=0] EXAMPLES
google-pprof /bin/ls ls.prof Outputs one line per procedure google-pprof --gv /bin/ls ls.prof Displays annotated call-graph via 'gv' google-pprof --gv --focus=Mutex /bin/ls ls.prof Restricts to code paths including a .*Mutex.* entry google-pprof --gv --focus=Mutex --ignore=string /bin/ls ls.prof Code paths including Mutex but not string google-pprof --list=getdir /bin/ls ls.prof Dissassembly (with per-line annotations) for getdir() google-pprof --disasm=getdir /bin/ls ls.prof Dissassembly (with per-PC annotations) for getdir() COPYRIGHT
Copyright (C) 2005 Google Inc. SEE ALSO
Further documentation for google-pprof is maintained as a web page called cpu_profiler.html and is likely installed at one of the following locations: /usr/share/gperftools/cpu_profiler.html /usr/local/share/gperftools/cpu_profiler.html google-pprof (part of gperftools) February 2005 PPROF(1)
All times are GMT -4. The time now is 05:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy