Unfamiliar Meta Description Tags
-
I'm working with a client who uses a CMS which loads meta tags into their site through its backend. On-page I see this in the source:
-
Hi There
Any luck with this? What CMS are you using? Most CMS's allow editing of this sort of thing. If not, as others have suggested you could see if the descriptions show up in something like Screaming Frog or even just a simple header checker like http://urivalet.com/
-
When you say you see that on-page, do you mean when you look at the source inside the CMS, or on the actual webpage?
If it is the CMS, I agree, don't worry about it. When I first started with the CMS I am using now, I got very upset when I saw image links that looked like this: src="~/media/46166ADB93F248DDB7AF5C6CC8BD479C.ashx
I wanted easy-to-read links with appropriate keywords!
After wasting most of a day working on "fixing" them, I found out that once you get to the actual live webpage, everything looked fine. So I had to spend the better part of another day changing them back. [That is what you get for messing with objects.]
-
Mike, the added id=ctl08_hm content is appended by the CMS it seems. It's not a choice made by the client or myself
-
Hello,
You should still be able to access the page to figure out the meta description that has been officially entered. Also, was that an example? Why would your meta description be id=ctl08_hm?
Thanks,
- Mike
-
As far as you also include the name="description" and its value in the "content" attribute, having an ID on a Meta Tag won't probably avoid it from being correctly read by Google althought it is not W3C compliant. According to HTML specification, the meta element cannot have that ID attribute: The only valid attributes for meta tags are:
- name = name [CS]
This attribute identifies a property name. This specification does not list legal values for this attribute. - content = cdata [CS]
This attribute specifies a property's value. This specification does not list legal values for this attribute. - scheme = cdata [CS]
This attribute names a scheme to be used to interpret the property's value (see the section on profiles for details). - http-equiv = name [CI]
This attribute may be used in place of the name attribute. HTTP servers use this attribute to gather information for HTTP response message headers.
Also, you can include:
lang (language information), dir (text direction)Do you know why do you include that ID and how to remove it if it has no use?
- name = name [CS]
-
It looks like the added portion is going to prevent recognition for the overall meta description tag. Is this a custom tag being used to identify products / pages internally to the CMS? For meta description, you'll want to use the syntax:
-
Hi there
I would search the page in Google and see if the meta description is reflection. I would also make sure that ScreamingFrog is seeing those as well.
I have had clients that used this and it worked, so I wouldn't be too concerned. But I would definitely search and see if it appears. If it doesn't, I would go with the standard method of implementation.
Hope this helps! Good luck!
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Hidden H1 Tag on Image
Hi, In the page I'm working on, I encountered an tag in an image, rather than in a text form. Do you think it's an issue when it comes to SEO?
Technical SEO | | nerdieb
What do you suggest I should do if there is an issue? Keen to hear from you!0 -
Wrong title tag
Hi, need help. I notice Google always , on all my pages (about 30), index wrong title tag. If I try to use "my-keywords-here | my_company_name" Google always index "my_company_name: my-keywords-here" and can't figure why is that :(
Technical SEO | | MirkoL
The problem is always only with "my-keywords-here | my_company_name".
If I use "my-keywords-here - my_company_name" or "my-keywords-here my_company_name" (without sign | ) everything is fine
Is anybody having any reasonable explanation?
Is anybody having Joomla page with "my-keywords-here | my_company_name" in the title and have indexed by Google like that? one example is www.ferometal-prerada.hr Thank you1 -
Product Tags
Opencart allows the use of product tags (please note, these are NOT meta tags) which I believe are used for when customers want to search for a product using the search function. So one of my tags could be ''star wars socks'', and when a customer types this into the search it brings up every product containing the tag for socks. This is all good and well, however, these tags appear on the product page itself, right below the Manufacturer/Brand, and above the price (they created pages but I have canonical links in them so that is a non-issue). Will Google look kindly on this or could it be considered as keyword stuffing? Or will Google know they're for search and ignore them? I just need to know whether or not removing them entirely will be a good or bad idea.
Technical SEO | | moon-boots0 -
Title tag not showing on google? Please Help!
I've read the FAQs and searched the help center. My URL is: http://www.webygeeks.comI have updated title tags of my client's website 10-15 days ago, still the title on google is coming as the company name 😞 Why so??Description is correct but title is incorrect, can you please recommend me something guys?Also, i am wondering why the google cache is showing date of september 5 and we have changed the titles around 10 - 15 days before that http://webcache.googleusercontent.com/search?q=cache:P45GOiHRaIUJ:www.webygeeks.com/+&cd=1&hl=en&ct=clnk Really appreciate your suggestion.
Technical SEO | | lvp11380 -
Are Tags in Blogs good?
Hi Is adding tags into Blogs a good idea? Does it help with SEO at all? For example blog/?tag=/Invoicing-Software Will that help us get ranked for Invoicing Software? Regards Andrew
Technical SEO | | Studio330 -
Content Duplication and Canonical Tag settings
Hi all, I have a question regarding content duplication.My site has posted one fresh content in the article section and set canonical in the same page for avoiding content duplication._But another webmaster has taken my post and posted the same in his site with canonical as his site url. They have not given to original source as well._May I know how Google will consider these two pages. Which site will be affected with content duplication by Google and how can I solve this issue?If two sites put canonical tags in there own pages for the same content how the search engine will find the original site which posted fresh content. How can we avoid content duplication in this case?
Technical SEO | | zco_seo0 -
Need for a modified meta-description every page for paginated content?
I'm currently working on a site, where there url structure which is something like: www.domain.com/catagory?page=4. With ~15 results per page. The pages all canonical to www.domain.com/catagory, with rel next and rel prev to www.domain.com/catagory?page=5 and www.domain.com/catagory?page=3 Webmaster tools flags these all as duplicate meta descriptions, So I wondered if there is value in appending the page number to the end of the description, (as we have with the title for the same reason) or if I am using a sub-optimal url structure. Any advice?
Technical SEO | | My-Favourite-Holiday-Cottages0 -
Whitespace INSIDE # tag harmful?
Hi, I understand that 'whitespace' in source code is absolutely fine and is stripped out. For example the following code is fine: Red Apples some text However, how is whitespace interpreted INSIDE html tags such as H1's? My Dev team have instructions to add H1's to a page, however they have done so like this: Red Apples (37 characters long) rather than this: Red Apples (10 characters long) Do you think this extra space will be harmful? The browser renders it fine, however if you use something like the mozbar plugin is shows the H1 length as 37 characters. I know the 10 character H1 is 100% relevant to the search term "Red Apples", however is the 37 character H1 only 27% relevant? (10/37) I've made the request to the Dev team to remove this whitespace because I'd rather err on the side of caution, but its been knocked back because the HTML spec specifies consecutive white-space should be interpreted as a single space and all browsers build the DOM by trimming a tags value - and they imagine search bots do the same so don't want to mess with the compiler. Anyone have experience of this? I've never had whitespace in a H1 before so don't know. Happy to leave the whitespace in if it's not going to be an issue. Thanks in advance
Technical SEO | | FashionLux0