Hi, I have few groups in my network and I see no way to set the title for these groups - Checkout - http://culytics.com/communities/solutions-gallery. I would like to set the title from SEO perspective.
Thanks,
-Naveen
Current status of the Ning Platform is always available on the Ning Status Blog.
Hi, I have few groups in my network and I see no way to set the title for these groups - Checkout - http://culytics.com/communities/solutions-gallery. I would like to set the title from SEO perspective.
Thanks,
-Naveen
You need to be a member of Ning Creators Social Network to add comments!
Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)
Replies
Hi there!
Unfortunately, there is no way to set the title for this specific page (as far as I have understood you wish to change the text in the <title> section of the page ) using default functionality of the network, but I suppose that it's possible to do so by using custom code.
Best regards,
Ning Team.
At one time I believe we could hack it by adding something like this to bottom of page
<script type=”text/javascript”>
document.title = “Your title here”;
</script>
but it no longer works... is this something that you might be able to pass to the Dev team Kyryl?
Hi there!
Yes, it looks like this code should work to change the title of the page, but if it would be put to the end page custom code field the title of every page would be changed, I'm just writing this for the others to make sure that they won't be expecting that the code would change the title of the specific page they want (I mean exactly the same code without any changes).
Anyway, I have created the report and passed it to the QA department they would contact developers, maybe there is some sort of teh restriction to change the title of the page, or maybe it's a bug I'll let you know about the results of teh investigation.
Apologies for the inconveniences.
Best regards,
Ning Team.
HI there!
You will be laughing.
The wrong quotes have been used in the code.
It should be like this:
<script type="text/javascript">
document.title = "Your title here";
</script>
Best regards,
Ning Team.