Plugin Directory

Changeset 2693039


Ignore:
Timestamp:
03/12/2022 09:14:58 PM (4 years ago)
Author:
bistromatic
Message:

added <meta> tags to the splash screen header

Location:
n360-splash-screen
Files:
20 added
2 edited

Legend:

Unmodified
Added
Removed
  • n360-splash-screen/trunk/readme.txt

    r2675763 r2693039  
    55Requires at least: 4.7
    66Tested up to: 5.9
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    6161* tested and released for Wordpress 5.9
    6262* improved the logic for "always run on home screen"
     63= 1.0.5 =
     64* added <meta> tags to improve google search results
  • n360-splash-screen/trunk/templates/default-template.php

    r2675763 r2693039  
    77<html>
    88    <head>
    9         <title><?php wp_title(); ?></title>
     9        <title><?php echo get_bloginfo('name'); ?></title>
    1010        <meta name="viewport" content="width=device-width, initial-scale=1.0">
     11        <meta name="description" content="<?php echo get_bloginfo('description'); ?>">
     12        <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
    1113        <meta property="og:type" content="website" />
    1214        <meta property="og:title" content="<?php echo get_bloginfo( 'name' ); ?>" />
Note: See TracChangeset for help on using the changeset viewer.