Skip to content

Instantly share code, notes, and snippets.

View jorgejaramillo's full-sized avatar
🎯
Focusing

Jorge Jaramillo jorgejaramillo

🎯
Focusing
View GitHub Profile
User-Agent: *
Disallow:
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.cafam.com.co/convenios/universidad-catolica-de-colombia</loc>
<lastmod>2023-02-14</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.cafam.com.co/convenios/tejidos-nono</loc>
<!--
## Introduction
The `amp-analytics` element can be used to measure activity on an AMP document. Currently, `amp-analytics` supports different kinds of events:
* Pageview
* Anchor Clicks
* Timer
* Scrolling
* AMP Carousel changes
User-agent: *
User-agent: Googlebot
User-agent: Googlebot-Mobile
User-agent: Googlebot-Image
User-agent: Googlebot-Video
User-agent: Googlebot-News
User-agent: AhrefsBot
User-agent: AhrefsSiteAudit bot
User-agent: Screaming Frog SEO Spider
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://www.vecindario.com/",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.vecindario.com/buscar-catalogo?q={search_term_string}"
TEXT1 = 'Our wholesale florist local.'
TEXT2 = 'Order Bulk Flowers Online with Flowers And Services.'
TEXT3 = 'Flowers and Services has over 30 years of experience.'
TEXT4 = 'We are a family owned and operated flower shop that was born in Miami and now throughout the USA including'
TEXT5 = '''Check out our wide selection of flower arrangements to
make your next occasion memorable. We use more than 100
types of flowers from Ruscus, Orchids, Alstroemeria, Roses among others.
Our products are of the highest quality. We have wholesale prices without losing quality. '''
TEXT6 = '''Flowers And Services is a nationwide florist with a beautiful variety of
fresh flowers and creative gift ideas to suit any style or budget.
User-agent: *
Disallow: /cart
Disallow: /login
Disallow: /search
Sitemap: https://www.vajillascorona.com.co/sitemap.xml
title:
SOAT Online a Crédito en Luegopago. Compra ahora, paga luego.
Description:
Paga tu SOAT con tu cupo Sistecrédito en hasta 8 cuotas. Cómpralo con hasta 2 meses de anticipación. Compra ahora, paga luego tu SOAT online.
@jorgejaramillo
jorgejaramillo / API-Google-Search-Console.py
Last active January 12, 2022 14:57
Uso solo en Colab
!pip install git+https://github.com/joshcarty/google-searchconsole
# Librerias utilizadas
import searchconsole
import pandas as pd
import numpy as np
from datetime import datetime
from datetime import timedelta
import calendar
@jorgejaramillo
jorgejaramillo / Shopify-dataLayer.js
Created September 8, 2021 14:47
Shopify dataLayer (Checkout - Purchase)
{% if first_time_accessed %}
<script>
window.dataLayer = window.dataLayer || [];
var shipping_price = '{{shipping_price | money_without_currency }}';
shipping_price = shipping_price.replace(",", ".");
var total_price = '{{total_price | money_without_currency }}';
total_price = total_price.replace(",", ".");
var tax_price = '{{tax_price | money_without_currency }}';
tax_price = tax_price.replace(",", ".");
window.dataLayer.push({