Page Titles and SEO
MrLeN 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Page Titles and SEO
timbo 0
From: -
From: -
Page Titles and SEO
:)
Works great, thanks!
:)
Works great, thanks!
1 Re: Page Titles and SEO
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Page Titles and SEO
Sorry, typo . It should be:
Sorry, typo . It should be:
if (preg_match("/link.php/i", $phps))
1 Re: Page Titles and SEO
timbo 0
From: -
From: -
Page Titles and SEO
Getting an error:
Parse error: parse error, unexpected '{' in /home/sitename/public_html/core.php on line 702
Getting an error:
Parse error: parse error, unexpected '{' in /home/sitename/public_html/core.php on line 702
1 Re: Page Titles and SEO
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Page Titles and SEO
For the links page, open core.php and find:
Add above:
For the links page, open core.php and find:
$insert[page_title] = stripslashes($insert[page_title]);
$website = $configs[4];
$insert[site_name] = $configs[5];
$insert[site_url] = $configs[6];
Add above:
if (preg_match("/link.php/i", $phps)
{
$insert[page_title] = "Links page title";
$insert[page_keywords] = "links,page,keywords";
}
1 Re: Page Titles and SEO
timbo 0
From: -
From: -
Page Titles and SEO
Is there a way to hack this for now - so I can set the title for the links page, for example?
Is there a way to hack this for now - so I can set the title for the links page, for example?
1 Re: Page Titles and SEO
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Page Titles and SEO
Yes, I am planning adding page titles/keywords, categories, as well some form options to the content module.
Yes, I am planning adding page titles/keywords, categories, as well some form options to the content module.
1 Re: Page Titles and SEO
MrLeN
OP
0
From: -
From: -
Page Titles and SEO
Great
Are you going to add page titles for the browser bar?
MrLeN
Great
Are you going to add page titles for the browser bar?
MrLeN
1 Re: Page Titles and SEO
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Page Titles and SEO
The content module was originally written to store a few pages, such as about or privacy policy. However, a bigger rewrite is already on the do list for 1.9
The content module was originally written to store a few pages, such as about or privacy policy. However, a bigger rewrite is already on the do list for 1.9
When creating a new page, the page title isn't displayed in the browser title area.
Can you make the CMS so that it works like this, so that we can get better search engine rankings?
This is one of the major prioritied for SEO. Better SEO would mean more "direct" popularity/awareness for the software too.
MrLeN