Coder Social home page Coder Social logo

sitemap's Introduction

YAWIK Sitemap

Generate sitemap for all active jobs.

Overview

  • generate sitemap manually
  • Automatically update sitemap when a job status changes
  • ping search engines after update

Installation

To use as yawik module, you need to require it in your YAWIK project:

composer require yawik/jobs-sitemap

To contribute, you need to clone the repository:

git clone [email protected]:yawik/jobs-sitemap.git
cd jobs-sitemap
composer install

Start a local webserver with:

php -S localhost:8000 -t test/sandbox/public test/sandbox/public/router.php

or

composer serve

you should be able to access your yawik at http://localhost:8000

Usage

Configuration

License

MIT

sitemap's People

Contributors

cbleek avatar tisie avatar

Watchers

 avatar  avatar

sitemap's Issues

Create module yawik/jobs-sitemap

  • General folder structure, composer.json, README, etc.
  • Sitemap generator services
  • Console Controller to manually generate sitemap
  • Listener for job status changes
  • Ping Search engines #2

Ping Search engines

it should should be possible to send a ping to search engines, if the sidemap changes.

https://developers.google.com/search/docs/data-types/job-posting

If you're not using the Indexing API, submit a new sitemap to Google by sending a GET request to the following URL:
http://www.google.com/ping?sitemap=location_of_sitemap
For example:

http://www.google.com/ping?sitemap=http://www.example.com/sitemap.xml
We ingest the entire sitemap and recrawl the pages with lastmod times that are more recent than the last time those pages were crawled.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.