Sponsored Content
The Lounge What is on Your Mind? UNIX.com is getting crushed in google search these days Post 303035013 by Neo on Saturday 11th of May 2019 01:37:39 AM
Old 05-11-2019
Also, one of the best ways for any site to have a better search engine ranking is to have many quality backlinks.

I have looked at the web pages of many of the members who have many posts at unix.com and you might be surprised to know that very few of our members who have web sites have a link to unix.com on their web pages.

Every credible link from relevant pages (technology related sites, personal pages, social media posts, posts in other tech sites) which points back to any unix.com page (homepage, your profile page, or a discussion thread or post) helps boost our search engine rankings.
 

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
SWISH-E(1)						       SWISH-E Documentation							SWISH-E(1)

NAME
Swish-e - A Search Engine SYNOPSIS
swish [-e] [-i dir file ... ] [-S system] [-c file] [-f file] [-l] [-v (num)] swish -w word1 word2 ... [-f file1 file2 ...] [-P phrase_delimiter] [-p prop1 ...] [-s sortprop1 [asc|desc] ...] [-m num] [-t str] [-d delim] [-H (num)] [-x output_format] swish -k (char|*) [-f file1 file2 ...] swish -M index1 index2 ... outputfile swish -N /path/to/compare/file swish -V See the the SWISH-RUN(1) man page for details on run-time options. DESCRIPTION
Swish-e is Simple Web Indexing System for Humans - Enhanced. Swish-e can quickly and easily index directories of files or remote web sites and search the generated indexes. Swish-e is extremely fast in both indexing and searching, highly configurable, and can be seamlessly integrated with existing web sites to maintain a consistent design. Swish-e can index web pages, but can just as easily index text files, mailing list archives, or data stored in a relational database. Swish is designed to index small to medium sized collection of documents, Although a few users are indexing over a million documents, typi- cal usage is more often in the tens of thousands. Currently, Swish-e only indexes eight bit character encodings. DOCUMENTATION
Documentation is provided as HTML pages installed in $prefix/share/doc/swish-e where $prefix is /usr/local if building from source, or /usr if installed as part of a package from your OS vendor. Under Windows $prefix is selected at installation time. Documentation is also available on-line at http://swish-e.org. A subset of the documentation is installed as system man pages as well. The following man pages should be installed: swish-e(1) This man page. SWISH-CONFIG(1) Defines options that can be used in a configuration file. SWISH-RUN(1) Describes the run-time options and switches. SWISH-FAQ(1) Answers to commonly asked questions. SWISH-LIBRARY(1) API for the Swish-e search library. Applications can link against this library. SUPPORT
Support for Swish-e is provide via the Swish-e discussion list. See http://swish-e.org for information. 2.4.7 2009-04-04 SWISH-E(1)
All times are GMT -4. The time now is 09:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy