https://github.com/fflch/ojs-block_additionalurl
https://github.com/fflch/ojs-block_additionalurl
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fflch/ojs-block_additionalurl
- Owner: fflch
- Created: 2023-01-04T18:39:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T14:29:26.000Z (over 3 years ago)
- Last Synced: 2025-03-05T11:53:31.381Z (over 1 year ago)
- Language: PHP
- Size: 33.2 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
***Fix URL for indexing***
print:

English:
A ojs plugin that fix the URL from the Template for better Indexing in google, based on the language of the article.
Example, the url of a PDF file written in English, which originally has the link:
https://www.revistas.usp.br/organicom/article/view/197779/188335
when clicked becomes
https://www.revistas.usp.br/organicom/article/view/197779/188335/en_US
The link will be automatically modified according to the language of the article (en_US, pt_BR, id_ID, etc).
When inspecting the article page, the indexing links will appear as in the screenshot at the beginning of this document.
Using:
cd plugins/generic
git clone git@github.com:fflch/ojs-block_additionalurl.git
-------------------------------------------------------------------------------------------------------------------
Português:
Um plug-in ojs que corrige a URL do modelo para melhor indexação no google, com base no idioma do artigo.
Exemplo, a url de um arquivo PDF escrito em Português, que originalmente contém o link:
https://www.revistas.usp.br/organicom/article/view/197779/188335
quando clicado torna-se
https://www.revistas.usp.br/organicom/article/view/197779/188335/pt_BR
O link será modificado automaticamente de acordo com o idioma do artigo (en_US, pt_BR, id_ID, etc).
Ao inspecionar a página do artigo, os links de indexação aparecerão como no print presente no início deste documento.
Uso:
cd plugins/generic
git clone git@github.com:fflch/ojs-block_additionalurl.git
-------------------------------------------------------------------------------------------------------------------
Español:
Un complemento de ojs que corrige la URL de la plantilla para una mejor indexación en google, según el idioma del artículo.
Ejemplo, la url de un archivo PDF escrito en Español, que originalmente contiene el enlace:
https://www.revistas.usp.br/organicom/article/view/197779/188335
cuando se hace clic se convierte en
https://www.revistas.usp.br/organicom/article/view/197779/188335/es_ES
El enlace se modificará automáticamente según el idioma del artículo (en_US, pt_BR, id_ID, etc).
Al inspeccionar la página del artículo, los enlaces de indexación aparecerán como en la captura de pantalla al principio de este documento.
Utilizar:
cd plugins/generic
git clone git@github.com:fflch/ojs-block_additionalurl.git
-------------------------------------------------------------------------------------------------------------------
Bahasa Indonesia(terjemahan otomatis):
Plugin ojs yang mengoreksi URL template untuk pengindeksan yang lebih baik di google, berdasarkan bahasa artikel.
Contoh, url file PDF yang ditulis dalam bahasa Indonesia, yang aslinya berisi tautan:
https://www.revistas.usp.br/organicom/article/view/197779/188335
ketika diklik menjadi
https://www.revistas.usp.br/organicom/article/view/197779/188335/id_ID
Tautan akan diubah secara otomatis sesuai dengan bahasa artikel (en_US, pt_BR, id_ID, dll).
Saat memeriksa halaman artikel, tautan pengindeksan akan muncul seperti pada tangkapan layar di awal dokumen ini.
Menggunakan:
cd plugins/generic
git clone git@github.com:fflch/ojs-block_additionalurl.git
***Developed by STI FFLCH USP***