Sponsored Content
The Lounge What is on Your Mind? UNIX.com is getting crushed in google search these days Post 303034960 by Neo on Friday 10th of May 2019 06:49:46 AM
Old 05-10-2019
Today I spoke with a consultant who went over unix.com in the Google Search Console and he concurred all is looking good (and the soft 404 errors seemed to be well on their way to being fixed) and the site should start to re-index over time; and reminded me it simply takes time, especially with all the changes in Google Search Console and the many millions and millions of websites.

If anyone needs some Google Search Console (GSC) help or advice, please return the kindness he has given to unix.com and contact him on Fiverr.
  • About Me:
  • I'm a self-employed freelance Web Developer and Digital Marketer. I've 06 years' experience Web Development and Digital Marketing.
  • I would love to support you with all my Tech Efforts & Experience. I believe in providing the best possible service for you, because your satisfaction is my motivation!
  • Looking Forward to Work With You.
  • Thanks..
  • I can help you with:
  • 1- Website Development
  • 2- Website Speed Optimization
  • 3- Website Security
  • 4- Search Engine Optimization (SEO)
  • 5- Social Media Marketing (SMM)
  • 6- Killer SEO Content Writing
 

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
gdal2tiles(1)						      General Commands Manual						     gdal2tiles(1)

NAME
gdal2tiles - gdal2tiles.py generates directory with TMS tiles, KMLs and simple web viewers SYNOPSIS
gdal2tiles.py [-title "Title"] [-publishurl http://yourserver/dir/] [-nogooglemaps] [-noopenlayers] [-nokml] [-googlemapskey KEY] [-forcekml] [-v] input_file [output_dir] DESCRIPTION
This utility generates a directory with small tiles and metadata, following OSGeo Tile Map Service Specification. Simple web pages with viewers based on Google Maps and OpenLayers are generated as well - so anybody can comfortably explore your maps on-line and you do not need to install or configure any special software (like mapserver) and the map displays very fast in the webbrowser. You only need to upload generated directory into a web server. GDAL2Tiles creates also necessary metadata for Google Earth (KML SuperOverlay), in case the supplied map uses EPSG:4326 projection. World files and embedded georeference is used during tile generation, but you can publish a picture without proper georeference too. -p PROFILE, --profile=PROFILE: Tile cutting profile (mercator,geodetic,raster) - default 'mercator' (Google Maps compatible). -r RESAMPLING, --resampling=RESAMPLING: Resampling method (average,near,bilinear,cubic,cubicspline,lanczos,antialias) - default 'average'. -s SRS, --s_srs=SRS: The spatial reference system used for the source input data. -z ZOOM, --zoom=ZOOM: Zoom levels to render (format:'2-5' or '10'). -e, --resume: Resume mode. Generate only missing files. -a NODATA, --srcnodata=NODATA: NODATA transparency value to assign to the input data. -v, --verbose Generate verbose output of tile generation. -h, --help Show help message and exit. --version Show program's version number and exit. KML (Google Earth) options: Options for generated Google Earth SuperOverlay metadata -k, --force-kml Generate KML for Google Earth - default for 'geodetic' profile and 'raster' in EPSG:4326. For a dataset with different projection use with caution! -n, --no-kml: Avoid automatic generation of KML files for EPSG:4326. -u URL, --url=URL: URL address where the generated tiles are going to be published. Web viewer options: Options for generated HTML viewers a la Google Maps -w WEBVIEWER, --webviewer=WEBVIEWER: Web viewer to generate (all,google,openlayers,none) - default 'all'. -t TITLE, --title=TITLE: Title of the map. -c COPYRIGHT, --copyright=COPYRIGHT: Copyright for the map. -g GOOGLEKEY, --googlekey=GOOGLEKEY: Google Maps API key from http://code.google.com/apis/maps/signup.html. -y YAHOOKEY, --yahookey=YAHOOKEY: Yahoo Application ID from http://developer.yahoo.com/wsregapp/. NOTE: gdal2tiles.py is a Python script that needs to be run against 'new generation' Python GDAL binding. AUTHORS
Klokan Petr Pridal klokan@klokan.cz as a Google SoC 2007 Project. GDAL
Tue Sep 18 2012 gdal2tiles(1)
All times are GMT -4. The time now is 08:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy