Title tag code
-
Hi,
I have a couple of websites where I can't define the title tag (CMS does not support it) on a few default pages.
On these pages "the system" just uses the primary/main title tag (from the frontpage) and my programming skills (as if I have any...!) have not been able to make a html code or something to override the main title tag on these specific pages.
Does this make sense at all and can anyone give me a hint, a code to try out or something?
Problem is that I now have 3 pages with the same title tag which in terms of SEO isn't too good, so to say...
Thanks in advance.
Jan
-
Well if you think you have the means to undertake such a migration project then why not, would be a fantastic bit of experience and potentially a good earner.. Just be careful because it could be a big risk if you dont have the resource to do it properly.
-
I guess....no short cuts...some easy title tag html thing?...I am for sure more .com than .net...:)) - no programming skills...stopped learning after programming a calculator in Basic on my C64....that was my masterpiece....(!)
-
Hmmm...you're right - problem is, that I am the client and I'm constantly telling myself to try and find another cms, but with 2 websites with more than 20,000 products etc....its really not just something that can be done easily....
-
There is usually a way to code around it if you know your SQL and php or .Net, Impossible is never usually in a coders vocabulary...
-
I would say this is an instance where you need to go to the client and tell them there CMS is outdated (and sucks) and they need to progress into the current era of web, [UPSELL ALERT]
-
It is a forum where Dandomain users can post ideas on what they should work on in the future...
Which is quite a lot...
-
I guess I need to brush up on my Danish
It came up as something completely different in the English translation.
-
Hi Brent,
Thanks - it actually says that it is not possible to set individual titles for the 3 pages mentioned...hmm...but great job finding that post.
I guess it is not that difficult for an expert to make some code to implement or is it ? It is possible to implement your own code on these pages directly in the CMS, so... any ideas ,)
-
Try out Brent's solution in your dashboard and let us know how it goes :).
-
https://dandomain.ideascale.com/a/dtd/Title-tag/132397-15889
Translation sucks a bit, but I think it's saying it can be set at the page level in the CMS dashboard.
-
Hi George,
Thanks for your reply.
It is a local (Danish) web shop solution called "Dandomain", so my guess is that you don't know it
About 50.000 online shops in Denmark use this shop, but not many from other countries.
If you have an idea on what to do i would really appreciate it.
Thanks
Jan
-
What CMS? I might be able to help out once I know that.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
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
-
Duplicate Page Content and Titles from Weebly Blog
Anyone familiar with Weebly that can offer some suggestions? I ran a crawl diagnostics on my site and have some high priority issues that appear to stem from Weebly Blog posts. There are several of them and it appears that the post is being counted as "page content" on the main blog feed and then again when it is tagged to a category. I hope this makes sense, I am new to SEO and this is really confusing. Thanks!
Technical SEO | | CRMI0 -
Google changing title tags to branded
Hi guys and gals, i noticed in the results today Google has been changing my title tags so that brand: is in the front of it all. This is not in the code but my title tag structure site-wide is keywords and then always | brand on the end. Why has this happened does anyone know? does it affect my first keyword in the title tag, i guess Google might do it as it recognises the brand and wants users to know it?
Technical SEO | | pauledwards0 -
Duplicate Title - Shopping Website
My website is showing with errors due to duplicate titles, these errors add up to over 150 errors. The problem is a lot of my products are similar, just in different lengths, colors etc. For example
Technical SEO | | adelemaree
http://www.ugg.org.au/en/classic-candy-short-australia-ugg-boots/48-classic-candy-short-australia-ugg-boots-blue.html
http://www.ugg.org.au/en/classic-candy-button-short-australia-ugg-boots/31-classic-candy-button-short-chocolate.html
http://www.ugg.org.au/en/classic-candy-button-short-australia-ugg-boots/28-classic-candy-button-short-black.html How can I avoid this error without having to merge all my products and colors into one page? As that would make my catalogue look too small! Thanks in advance0 -
W3C html5 meta tags invalid?
Dear Mozers, we get errors when validating meta tags in html5. I know it's experimental and not all metas are valid, but how do you handle this? Leave the tags out? here are some examples: `…name="DC.title" content="my content...xyc.." /**>**` ``` `>` ``` `>` ``` `>` ``` `>` `>` I tried to find some information but couldn't. What would you do? Thanks a lot, Barbara
Technical SEO | | barbara-f0 -
E Tags and SEO relevance
While working through a number of issues related to the speed of my site I came across a discussion of E Tags. I did not read much positive about them. How do they affect SEO? Or do they?
Technical SEO | | casper4340 -
H1 Tag.
As far as I know to rank well H1 tag should be present in all pages and it should be one of the first things in the page, it also should include the keywords. I was checking my site and magento generates the H1 with an image, www.theprinterdepo.com I dont know if this is wise? class="logo">The Printer Depo<a <span="">href</a><a <span="">="</a>http://www.theprinterdepo.com/" title="The Printer Depo" class="logo">width="377px" src="https://www.theprinterdepo.com/skin/frontend/default/MAG060062/images/logo.gif" alt="The Printer Depo" />
Technical SEO | | levalencia10 -
Why is Google stripping/replacing my TITLE tag for the site with the BRAND Name only when looking at BRAND level search
When doing a search in Google (US Proxy) - Google is stripping and replacing my functional TITLE with the brand name only (say 'Nike'), but if you do a specific search term like ('buy nike shoes') and see a top 10 listing for my site's homepage, now the title works and shows correctly. I saw this a few years ago with another one of my company domains, but didn't ask the question as it worked out. Thanks for any insight.. NOTE: It's not damaging any results, or rankings for the site.. but: when searching for BRAND name of the company, like I explained, it's replacing a optimized title for the BRAND name, and then re-placing it naturally when deep search brings up the homepage and the TITLE looks fine.. Very weird at best! Thanks, Rob
Technical SEO | | RobMay0 -
Trailing slash 301 redirect code
Hi, I have code for redirecting trailing slash to non-trailing slash, which works fine: RewriteCond %{HTTP_HOST} !^.yourdomain.co.uk$ [NC]RewriteRule ^(.+)/$ http://%{HTTP_HOST}/$1 [R=301,L] (got code from http://googlewebmastercentral.blogspot.com/2010/04/to-slash-or-not-to-slash.html) But I cant find a code for redirecting to the trailing slash version anywhere, and I cant modify the above code myself. Can someone help resolve this issue please, or point me to a resource. Thanks very much James
Technical SEO | | jamesjackson0