Questions tagged as 'meta-tags'

3
answers

Save or not browser cache?

Hello, I tested a site I'm doing on PageSpeed Insights from Google, and it suggests "Leverage Browser Cache". I wanted to know if it is really necessary and advantageous to store cached files, or if I only put this tag? <meta http-equiv=...
asked by 24.10.2015 / 20:09
1
answer

Meta keywords still needed?

I've been reading about meta tags, and many websites it's no longer important for Google and other searchers to use the 'keywords' meta, causing some doubt of use in the project I'm developing. After all, is meta keywords still necessary? Sti...
asked by 02.05.2016 / 19:07
3
answers

Meta tag for geolocation

I was looking for meta tags for geolocation, to help search engines know that the information on my site refers to a specific city. I found this site that generates the following tags for an address I typed: <meta name="geo.region" con...
asked by 23.01.2017 / 20:54
2
answers

Is it necessary to use meta tags on administration pages?

Is it necessary to have the meta tags "description", "keywords" on site administration pages, as these will not be indexed?     
asked by 01.02.2015 / 13:13
2
answers

How do I get a page from my site to appear on the same day in google search results?

I need to know a way for a page of my site to appear in google search results on the same day. Any suggestions on what to do? Well I realize that there are sites that once a news is published in a few minutes is already in the search results....
asked by 06.07.2016 / 10:15
2
answers

Facebook Open Graph meta tags for Blogger

I'm working on a blog of a friend and when I open a post, I copy the link and paste it on facebook the first image that appears is the photo of her that is in another div inside the sidebar on the right side of the blog and not the image...
asked by 27.06.2015 / 23:01
2
answers

Facebook Open Graph of my site's post link does not appear description and thumbnail is small

I'm working on the Open Graph of a Blogger platform. When I publish something on facebook, the presentation of the content of an article appears like this: WhenIpastethelinkfromtheblogposttoFacebookitdoesnotlookexactlyasIwouldlike,Iwanttheima...
asked by 13.07.2015 / 20:25
2
answers

OG Facebook Goals - No accent recognition

Hello On my site, I put the Faceook og goals, so far so good, the problem is that the site title and the news contains accents and when sharing the fields with accents are not displayed. Here is the code used: <?php if (isset($n...
asked by 11.03.2016 / 14:13
1
answer

What is the meta tag with attribute itemprop="image"?

Out of curiosity, I used the Google Chrome option to view the Google source code, and there I found a meta tag with a itemprop="image" attribute. So: <meta content="/images/branding/googleg/1x/googleg_standard_color_128dp.png" itempro...
asked by 08.10.2015 / 13:45
1
answer

Change Meta Tags dynamically angular

I'm trying to change the content of the meta tag Keyword dynamically. I have: <meta name="keywords" id="selKeyword" content=""> and I'm doing it as follows: $("meta[name='keywords']").attr("content", "hello"); I put...
asked by 04.04.2016 / 21:11